What's Changed
- feat: enable logo display in API documentation generation by @DimaAmega in #1793
- fix: Add pagination to reports table to fix UI performance by @jasperbruin in #1797
- UI: snapshots pagination bit changes by @DimaAmega in #1804
- Pandas 3 support by @Liraim in #1807
- CI: deploy artifacts better by @DimaAmega in #1812
- fix: correct output prefix syntax in GitHub Actions workflow by @DimaAmega in #1814
- ci: prevent deployment on cancelled workflow runs in GitHub Actions by @DimaAmega in #1815
- fix: correct HTML report path in GitHub Actions workflow by @DimaAmega in #1817
- CI: explicit download artifacts by @DimaAmega in #1822
- Drop python 3.9 support by @mike0sv in #1811
- CI: remove redundant test by @DimaAmega in #1821
- Enhance README with API Reference and documentation update by @DimaAmega in #1819
- Update API reference documentation in README.md for clarity and structure by @DimaAmega in #1823
- Implement Embeddings drift metric in new API by @Liraim in #1828
- Support nbinsx for ValueDrift metric. by @Liraim in #1826
- Fail early on empty input data in Report.run by @Si-ra-kri in #1820
- Add methods to handle near-zero values for MAPE metric. by @Liraim in #1835
- Fix MAPE warnings by @Liraim in #1837
- Examples Cleanup by @emeli-dral in #1836
- Fix CategoryCount with multiple labels if some labels are missing by @Liraim in #1838
New Contributors
- @Si-ra-kri made their first contribution in #1820
Full Changelog: v0.7.20...v0.7.21