Skip to content

Releases: Baukebrenninkmeijer/table-evaluator

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.

Version 1.1.4post3

07 May 16:22
Compare
Choose a tag to compare

Where is post2 you might ask? Don't ask.

Updating readme to include cooler badges.

Version 1.1.4post1

07 May 16:00
Compare
Choose a tag to compare
  • Updated dython dependency to 0.5.0. Includes tests.
  • Testing associations was changed from comparing two numpy arrays to two dataframes. This includes the index and columns.
  • Tests updates so they can now be run from top-level directory.
  • Improve example notebook
  • Include notebook to generate test data from the sample data.