Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-24 | 981 Bytes | |
v2.7.10 source code.tar.gz | 2025-07-24 | 19.6 MB | |
v2.7.10 source code.zip | 2025-07-24 | 19.7 MB | |
Totals: 3 Items | 39.3 MB | 0 |
Features
- Added Python 3.13 support in
pyproject.toml
by @guerinclement — #635 - Refactored typing: replaced
typing.List
/Tuple
with built-inlist
/tuple
(PEP 585) by @guillaume-vignal — #636
Fixes
- Limited Dash to <3.0 due to breaking changes in Dash 3.x by @jasperges — #634
- Handled non-finite values in distance matrix for
SmartPlotter.correlations
to fix clustering errors by @guillaume-vignal — #638 - Webapp fixes: corrected date filtering and improved boolean type handling with pandas by @ZakariaRida96 — #640
New Contributors
- @jasperges (Dash version fix)
- @ZakariaRida96 (Webapp improvements)
Full Changelog: https://github.com/MAIF/shapash/compare/v2.7.9...v2.7.10