| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| evidently-0.7.21-py3-none-any.whl | 2026-03-10 | 11.7 MB | |
| evidently-0.7.21.tar.gz | 2026-03-10 | 7.7 MB | |
| README.md | 2026-03-10 | 2.5 kB | |
| v0.7.21 source code.tar.gz | 2026-03-10 | 15.6 MB | |
| v0.7.21 source code.zip | 2026-03-10 | 16.2 MB | |
| Totals: 5 Items | 51.3 MB | 2 | |
What's Changed
- feat: enable logo display in API documentation generation by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1793
- fix: Add pagination to reports table to fix UI performance by @jasperbruin in https://github.com/evidentlyai/evidently/pull/1797
- UI: snapshots pagination bit changes by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1804
- Pandas 3 support by @Liraim in https://github.com/evidentlyai/evidently/pull/1807
- CI: deploy artifacts better by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1812
- fix: correct output prefix syntax in GitHub Actions workflow by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1814
- ci: prevent deployment on cancelled workflow runs in GitHub Actions by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1815
- fix: correct HTML report path in GitHub Actions workflow by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1817
- CI: explicit download artifacts by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1822
- Drop python 3.9 support by @mike0sv in https://github.com/evidentlyai/evidently/pull/1811
- CI: remove redundant test by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1821
- Enhance README with API Reference and documentation update by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1819
- Update API reference documentation in README.md for clarity and structure by @DimaAmega in https://github.com/evidentlyai/evidently/pull/1823
- Implement Embeddings drift metric in new API by @Liraim in https://github.com/evidentlyai/evidently/pull/1828
- Support nbinsx for ValueDrift metric. by @Liraim in https://github.com/evidentlyai/evidently/pull/1826
- Fail early on empty input data in Report.run by @Si-ra-kri in https://github.com/evidentlyai/evidently/pull/1820
- Add methods to handle near-zero values for MAPE metric. by @Liraim in https://github.com/evidentlyai/evidently/pull/1835
- Fix MAPE warnings by @Liraim in https://github.com/evidentlyai/evidently/pull/1837
- Examples Cleanup by @emeli-dral in https://github.com/evidentlyai/evidently/pull/1836
- Fix CategoryCount with multiple labels if some labels are missing by @Liraim in https://github.com/evidentlyai/evidently/pull/1838
New Contributors
- @Si-ra-kri made their first contribution in https://github.com/evidentlyai/evidently/pull/1820
Full Changelog: https://github.com/evidentlyai/evidently/compare/v0.7.20...v0.7.21