Skip to contents

WormBase 0.4.0 (2022-06-08)

Major changes:

  • Now requiring R 4.2 / Bioconductor 3.15.
  • Split out basejump imports into component packages.
  • Reworked internal code to use stringi instead of stringr.
  • rnaiPhenotypes: Addressed FTP server reorganization of rna_phenotypes_quick.wb files, which was previously located in ontologies directory, but was moved to annotations directory starting with WS280.

Minor changes:

  • Updated lintr checks and testthat unit tests.

WormBase 0.4.1 (2023-07-06)

Major changes:

  • Migrated internal REST API code from httr to httr2.

Minor changes:

  • Updated Acid Genomics dependencies.
  • Preparing release for bioconda.

WormBase 0.4.2 (2023-08-11)

Minor changes:

  • Needed to add a URLencode step to URL parsing of our {{release}} placeholder. Our change to pasteURL in AcidBase broke this approach.
  • Enabled testthat unit tests to run in parallel.