Skip to content

Releases: Parici75/statsplotly

0.2.3

26 Aug 17:22
Compare
Choose a tag to compare

The 0.2.3 version drops dependency on jupyter.

0.2.2

04 Aug 00:46
Compare
Choose a tag to compare

The 0.2.2 version fixes bugs in discrete colormap and aggregation barplot.

See the online documentation for release notes.

0.2.1

08 May 16:59
977c38b
Compare
Choose a tag to compare

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

02 May 08:43
2ebbbd0
Compare
Choose a tag to compare

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

25 Nov 00:43
47387bb
Compare
Choose a tag to compare

The 0.1.5 version ensures compatibility with Python>=3.10.

0.1.4

28 Sep 10:02
Compare
Choose a tag to compare

The 0.1.4 fix inconsistencies in color coding.

🐛 Make casting color coding string array to integer consistent.

🎨 Add support for all Plotly / Seaborn and Matplotlib colorscales.

💥 Bump to pydantic=v2.4

0.1.3

21 Sep 13:38
Compare
Choose a tag to compare

The 0.1.3 version fixes a bug when processing color coding arrays.

🐛 Handle null values when casting color coding array to integer data type.

💚 Set up pre-commit hooks.

🔨 Clean up deprecated Pandas code.

👕 Linting

0.1.2

15 Jul 00:08
Compare
Choose a tag to compare

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 and marker attributes to preserve each subplot original coloraxis upon adding new traces with ColorAxis specification on an existing Figure.

🎨 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.