Version 0.6
AcidPlots 0.6.0 (2023-08-11)
Major changes:
- Now requiring R 4.3 / Bioconductor 3.17.
- Reworked internal code to use rlang pronouns (
.data) instead of legacy syntactic sugar approach with!!andsym. Refer to rlang documentation for details on non-standard evaluation and tidy evaluation.
Minor changes:
- Updated ggplot2 deprecations related to recommendation of
linewidthinstead ofsizefor line geoms. -
plotCountsPerCell: Hardenedpointmode for SCE objects that don’t contain precalculatednCountmetadata incolData. Also improved error message when user attempts to plotpointwith a geom other thanecdf. -
plotCorrelation: Now using recommendedafter_statinstead of deprecatedstatfunction for correlation calculations.
AcidPlots 0.6.1 (2023-08-17)
Major changes:
- All custom ggplot2 functions are now prefixed with
acid_, for consistency. - Simplified
acid_coord_flipasacid_discrete_coord_flip. This no longer attempts to parse theggobject, and returnsggproto, so it can be chained in+operations. - Renamed scale functions to fit ggplot2
snake_caseconventions:autoContinuousColorScaletoacid_scale_color_continuous;autoContinuousFillScaletoacid_scale_fill_continuous;autoDiscreteColorScaletoacid_scale_color_discrete;autoDiscreteFillScaletoacid_scale_fill_discrete.
Minor changes:
- Removed usage of BiocParallel.