Skip to contents

AcidPlyr 0.5.0 (2023-10-03)

Major changes:

  • New release series, indicating significant changes in Acid Genomics dependency packages.

Minor changes:

  • rbindToDataFrame: Added an additional assert check.

AcidPlyr 0.5.1 (2023-10-12)

Minor changes:

  • Tightened up assert checks in join functions for columns defined in "by" argument. Improved error messages on type mismatches and non-atomic input.

AcidPlyr 0.5.2 (2023-11-30)

New functions:

  • unlist2: An alternative method to unlist for DFrameList that does a better job of keeping track of names and rownames in the original object, which makes conversion into long format simpler.

AcidPlyr 0.5.3 (2023-12-12)

New functions:

  • filterNested: Keep rows that match a nested condition. Performs recursive regular expression matching across all columns, including nested list columns.

AcidPlyr 0.5.4 (2024-03-18)

Minor changes:

  • unlist2: Added support for NULL definition in nameCol and rownameCol variables.

AcidPlyr 0.5.5 (2025-03-24)

Minor changes:

  • Reduced R dependency from 4.3 to 4.0 for backwards compatibility.

AcidPlyr 0.5.6 (2026-06-19)

License changes:

  • Switched from AGPL-3.0 to Apache-2.0.

AcidPlyr 0.5.7 (2026-06-19)

Minor changes:

  • Modernized tooling: removed per-package .lintr in favour of global ~/.lintr; added air.toml; migrated to roxygen2 8.0.