Releases: Baukebrenninkmeijer/table-evaluator
Releases · Baukebrenninkmeijer/table-evaluator
Fix issue with plotting
Fix the TypeError: cdf() got an unexpected keyword argument 'local_ax'
issue, described in #37.
Also made the version available through table_evaluator.__version__
Added many tests, improvements to types and consistency.
- Pandas version has been made more flexible, with anything above 2.0.0 allowed.
- Typehints were added for much of the codebase
- Tests were added for
table_evaluator
module - Lint/format the whole project with ruff.
Re-add KDE for dist plots and fix couple pandas 2.0 bugs
What's Changed
- re-enable kde and fix some pandas 2.0 bugs by @Baukebrenninkmeijer in #35
Full Changelog: 1.6.0...1.6.1
Fix plotting column subset bug and upgrade to pandas 2.*
What's Changed
- Fix bug with unmatched columns by @Baukebrenninkmeijer in #34
Full Changelog: 1.5.0...1.6.0
1.5.0 Release
What's Changed
- update to dython 0.7.3 and pandas 1.5.* by @Baukebrenninkmeijer in #32
Full Changelog: 1.4.2...1.5.0
Fix seaborn dependency to prevent problematic release
- Fix seaborn as dependency to 0.11.1 or lower, preventing problematic 0.11.2 which is problematic with this package at the time of writing.
Full Changelog: 1.4.0...1.4.2
Add support for python 3.10
What's Changed
- Add python 3.10 support for package by @Baukebrenninkmeijer in #27
- Merge branch 'master' into develop by @Baukebrenninkmeijer in #28
Full Changelog: 1.3.2...1.4.0
1.3.2
First release in a long time
Includes:
- Add new release pipeline that uses github actions instead of travis-ci
- Add requirements file for documentation.
- Update documentation dependencies, removing
m2r
and usingm2r2
What's Changed
- Save generated plots by @vnykr in #19
- Multiple small updates by @glederrey in #18
- Several updates by @Baukebrenninkmeijer in #21
New Contributors
- @vnykr made their first contribution in #19
- @glederrey made their first contribution in #18
Thanks, guys! 😃
Full Changelog: 1.3.1...1.3.2
Version 1.2.1
- Restructured whole project to new modules.
- Redid documentation with Sphinx rtd theme.
- Estimator evaluation now also verifies jaccard similarity between predictions of estimators if they are classifiers.
Version 1.1.5
Fixed integration with dython 0.5.1, which provides cleaner API for associations.