Skip to content

Releases: Baukebrenninkmeijer/table-evaluator

Fix issue with plotting

06 Dec 10:25
Compare
Choose a tag to compare

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.

19 Oct 13:25
Compare
Choose a tag to compare
  • 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

20 Aug 14:31
96ad9b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

Fix plotting column subset bug and upgrade to pandas 2.*

19 Aug 20:55
9809c39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

1.5.0 Release

31 Dec 12:11
cc5a760
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.2...1.5.0

Fix seaborn dependency to prevent problematic release

20 Apr 08:55
Compare
Choose a tag to compare
  • 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

07 Apr 11:39
d197417
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.4.0

1.3.2

03 Dec 20:47
7896d1b
Compare
Choose a tag to compare

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 using m2r2

What's Changed

New Contributors

Thanks, guys! 😃

Full Changelog: 1.3.1...1.3.2

Version 1.2.1

24 Jun 20:54
Compare
Choose a tag to compare
  • 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

07 May 17:04
Compare
Choose a tag to compare

Fixed integration with dython 0.5.1, which provides cleaner API for associations.