Skip to content

Releases: wildboar-foundation/wildboar

Version 1.2

24 Jun 20:20
c8c6762
Compare
Choose a tag to compare

A new release with multiple new estimators and improvements!

See full change log at the website.

Version 1.1.4

22 Feb 17:44
6238197
Compare
Choose a tag to compare

This release fixes a serious bug in ShapeletForestClassifier and ShapeletTreeClassifier where trees would only be constructed using a single random shapelet. If the model is used the performance is likely worse than expected.

Read full changelog at the website.

Version 1.1.3

13 Oct 11:20
2c21356
Compare
Choose a tag to compare

Small maintenance release with support for Python 3.12.

v1.1.2

23 Aug 10:21
a814808
Compare
Choose a tag to compare

This release fixes several (minor) bugs and enables support for scikit-learn 1.2 and 1.3.

Read full changelog at the website.

v1.1.1

07 Dec 19:52
Compare
Choose a tag to compare

This release fixes the numpy install dependency of v1.1 and sets it to the oldest supported dumpy version (1.17.3).

See full change log at the website.

v1.1

05 Dec 10:17
Compare
Choose a tag to compare

This release contains multiple breaking changes.

See full change log at the website.

v1.0.12

01 Nov 11:03
Compare
Choose a tag to compare

Fixes

  • Fix #25 for multivariate time series

v1.0.11

31 Oct 19:48
Compare
Choose a tag to compare

Fixed

  • Fix bug #25 which is present if sklearn >= 1.0 is installed

v1.0.10

18 May 16:02
Compare
Choose a tag to compare

Fixes

  • Fix a serious issue in tree._tree_builder.Tree where platform dependent
    integer sizes were used (see #22).

v1.0.9

17 Apr 07:07
Compare
Choose a tag to compare

Fixes

  • Fix default repository endpoint. Previous releases are now deprecated.