Version 0.1
AcidSingleCell 0.1.1 (2021-02-08)
Minor changes:
- Improved code coverage, migrating unit tests from basejump.
- Improved package documentation.
AcidSingleCell 0.1.4 (2021-02-12)
Minor changes:
- Reworked NAMESPACE to reduce the number of imported packages.
- Renamed package title in DESCRIPTION to better match AcidExperiment.
AcidSingleCell 0.1.6 (2021-02-26)
Minor changes:
- Renamed all instances of “blacklist” to “denylist”.
AcidSingleCell 0.1.8 (2021-09-03)
Minor changes:
- Updated minimum dependencies and improved documentation.
- Improved code coverage, getting back to 100%.
- Improved CLI messages, using updated functions from AcidCLI.
AcidSingleCell 0.1.9 (2021-09-13)
Minor changes:
- Added
aggregatemethod designed forSingleCellExperiment. Legacy method support foraggregateColsis still provided, but now works as a passthrough toaggregate, which is defined in AcidExperiment instead of here. - Added
assaysupport forfilterCellsandzerosVsDepthSingleCellExperiment methods.