Version 0.5
AcidExperiment 0.5.0 (2023-10-04)
Major changes:
- Starting a new release series, based on breaking changes in other Acid Genomics dependency packages.
- Now enforcing strict camel case for all function names.
- Replaced usage of
"2"with"To"in relevant generics. -
export: Updated method to use AcidGenerics conventions rather than BiocIO. - Replaced usage of stringi with AcidBase variants.
Minor changes:
-
AcidExperimentTestsUrl: No longer uses specific version.
AcidExperiment 0.5.1 (2023-10-05)
Minor changes:
-
convertSampleIdsToNames: Quiet down this function when no sample name conversion is necessary.
AcidExperiment 0.5.2 (2023-10-05)
Minor changes:
- Removed
exportmethod forMultiAssayExperiment, which has migrated to cBioPortalAnalysis package instead. The MultiAssayExperiment package introduces too many unwanted dependencies.
AcidExperiment 0.5.3 (2023-10-27)
Minor changes:
-
melt: Needed to ensure that join column is factor, to avoid unwanted type switch duringleftJoinstep.