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: v2.7.9...v2.7.10