Releases: Parici75/statsplotly
0.2.3
0.2.2
The 0.2.2 version fixes bugs in discrete colormap and aggregation barplot.
See the online documentation for release notes.
0.2.1
The 0.2.1 version fixes a bug in color specification with "0" and "1" color identifiers.
See the online documentation for release notes.
0.2.0
The 0.2.0 version introduces new methods enhancing subplots management, and improves plotting features.
See the online documentation for release notes.
0.1.5
0.1.4
0.1.3
0.1.2
The 0.1.2 version allows to combine several subplots with different ColorAxis
on the same figure, and improve axes management.
✨ New features
- Update
layout
andmarker
attributes to preserve each subplot original coloraxis upon adding new traces withColorAxis
specification on an existingFigure
.
🎨 Feature improvements
- Improve consistency between axis range and axis format.
- Harmonize plot styling arguments.
💥 Breaking Changes
- Rename package to
statsplotly
. - Bump to Pydantic V2.
🚀 Set up Poetry management and Github Actions CI/CD.
🧹 Remove the color
argument of distplot
and jointplot
functions because they require unidimensional trace color scheme.
➖ Remove dependency on pymodules
.