Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 0.3.1
=============
**2026-04-12**

The 0.3.1 release fixes a bug in pandas dtype validation.

🐛 Bug fixes
************
- Ensure proper pandas dtype validation.
- Restore support for direct color data specification in line plots (i.e., with `~statsplotly.plot(`mode="lines", ...)`).
- Filter NA values when computing numeric axis limits in `~statsplotly.utils.SubplotGridFormatter.set_common_axis_limit()`.

👕 CI
*****
- Drop Black and isort and rely on Ruff for code formatting.
- Update minimum supported Python version to 3.11.
- Update GitHub Actions.


Version 0.3.0
=============
**2025-04-06**
Expand Down
Loading