Version 0.4
AcidExperiment 0.4.0 (2022-05-04)
Major changes:
- Now requiring R 4.2 / Bioconductor 3.15.
- Lightened package by eliminating strong dependencies on scales, sessioninfo, and stringr package. Also removed dependency on tibble package via pipette.
-
makeSummarizedExperimentwill conditionally slotsession_infofrom sessioninfo package if installed, otherwise will fall back tosessionInfofrom utils package.
Minor changes:
- Reworking factor level support as
droplevels2instead ofdroplevels, to avoid method collisions with Bioconductor 3.15. - Reformatted package code using styler conventions.
AcidExperiment 0.4.2 (2022-05-25)
Minor changes:
-
export: HardenedSummarizedExperimentagainst edge cases where noassays,colData, orrowDataare defined.
AcidExperiment 0.4.3 (2022-06-02)
Minor changes:
- Hardened
tempdirandunlinkcalls in unit tests and working examples, to improve compatibility in Windows testing environment.
AcidExperiment 0.4.4 (2022-10-25)
Major changes:
-
export: Added initial method support forMultiAssayExperiment.
Minor changes:
-
export: Hardened method to only usecon, dropping support for legacydirapproach. These methods have been restricted based on the pending pipette v0.10 release series. - Hardened dependencies to match Bioconductor 3.15 release series more clearly.
AcidExperiment 0.4.5 (2023-02-09)
Minor changes:
- Updated dependencies to Bioconductor 3.16.
- Migrated
requireNamespacesimport from AcidBase to goalie.
AcidExperiment 0.4.6 (2023-04-27)
Minor changes:
- Now consistently using
DFrameinstead ofDataFrame;GRangesinstead ofGenomicRangesin S4 coercion and method definitions. - Updated package to use new
Ensembl2NcbiandNcbi2Ensemblgenerics now defined in AcidGenomes, instead of previousEnsembl2EntrezandEntrez2Ensembl. We are now using “NCBI” consistently across packages instead of the legacy “Entrez” name.