Version 0.3
AcidSingleCell 0.3.0 (2022-05-05)
Major changes:
- Now requiring R 4.2 / Bioconductor 3.15.
- S4 classes that contain
DataFramewere updated to inheritDFrameinstead, due to a breaking change in Bioconductor 3.15.
Minor changes:
- Reformatted package code using styler conventions.
-
metrics: Removedtbl_dfreturn option, to remove dependency on tibble package, in favor of simply using Bioconductor S4Vectors. - Removed strong dependency on stringr in favor of stringi package.
- Removed dependency on scales package, by removing
percentusage infilterCellsreporting statistics.
AcidSingleCell 0.3.2 (2022-06-02)
Minor changes:
- Hardened temporary file handling in working examples and unit tests, to improve Windows compatibility.
AcidSingleCell 0.3.3 (2022-10-25)
Major changes:
-
export: Reduced the number of exported methods, matching the conventions in updated pipette v0.10.0 package. Note thatconis now required instead ofdirfor target directory.
Minor changes:
-
diffExpPerClusterandfindMarkers: Made the CLI messages less busy by callingalertinstead ofh1internally. -
geometricMeanandzerosVsDepth: Reworked method to dispatch onsparseMatrixinstead ofMatrix, due to breaking changes in Matrix 1.5 release. Note that coercion to logical Matrix should now be used callinglMatrixinstead oflgCMatrix. SeezerosVsDepthfor details.
AcidSingleCell 0.3.4 (2023-02-09)
Minor changes:
- Updated dependencies to Bioconductor 3.16.
- Migrated
requireNamespacesimport from AcidBase to goalie.