NEWS

For more fine-grained list of changes or to report a bug, consult

Versioning

Releases will be numbered with the following semantic versioning format:

..

And constructed with the following guidelines:

For more information on SemVer, please visit http://semver.org/.

v 5.0.0

Another streamlined re-design following new abilities for data hosting and access. This release relies on a HuggingFace datasets hosting for data and metadata hosting in parquet and schema.org.

Data access is simplified to use the simple HuggingFace datasets API instead of the previous contentid-based resolution. This allows metadata to be defined with directly alongside the data platform independent of the R package.

A simplified access protocol relies on duckdbfs for direct reads of tables. Several functions previously used only to manage connections are now deprecated or removed, along with a significant number of dependencies.

Core use still centers around the same package API using the fb_tbl() function, with legacy helper functions for common tables like species() are still accessible and can still optionally filter by species name where appropriate. As before, loading the full tables and sub-setting manually is still recommended.

Historic helper functions like load_taxa() (combining the taxonomic classification from Species, Genus, Family and Order tables), validate_names(), and common_to_sci() and sci_to_common() should be in working order, all using table-based outputs.

v 4.1.1

v 4.1.0

Note that with hash-archive.org resolver is down, and software-heritage API has strict rate limits, so direct URL access is preferable.

v 4.0.0

v 3.1.9

v 3.1.8

use collect() on taxa_tbl()

v 3.1.7

v 3.1.6

v 3.1.5

v 3.1.4

v 3.0.5

v 3.0.4

v 3.0.3

v 3.0.2

v 3.0.1

v 3.0.0

v 3.0.0 accesses a new static API for fishbase with in-memory memoization that significantly improves performance, particularly for large queries.

v2.2.0

(not released to CRAN, rolled into 3.0 release)

v2.1.2 (2017-04-19)

v2.1.1

v2.1.0

v2.0.3

v2.0.2

v2.0.1

First official release of the new rfishbase package, a non-backwards compatible replacement to all earlier versions of FishBase. See the package vignette for a more detailed overview and introduction.