Skip to content

Releases: feedzai/feedzai-openml-java

Release 2.0.1

14 Mar 20:39
4ab3e8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

Release 2.0.0

16 Oct 14:44
Compare
Choose a tag to compare

What's Changed

Note

This new major release is potentially a breaking change since the projects using feedzai-openml-java might need to add some dependencies in the project that feedzai-openml-java depends on, or may need to exclude some transitive dependencies from feedzai-openml-java if it is already using a different version.

Full Changelog: 1.6.0...2.0.0

Release 1.6.0

19 Sep 14:50
b3835d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.6.0

1.5.0

15 Jul 14:04
fdab621
Compare
Choose a tag to compare

What's Changed

Note

This release should be used instead of 1.4.X.

When doing an experimental release for 1.4.1 a problem occurred and an actual release was done with version 1.4.9999.

1.4.0

14 Jul 13:43
716271f
Compare
Choose a tag to compare

New features

Maintenance

  • Bump jetty and log4j in H2O provider to avoid CVEs by @paulojrp in #102
  • Fix validation when training H2o models by @paulojrp in #103
  • Fix unrecognized format specifier by @paulojrp in #110
  • Fix unrecognized format specifier when training xgboost models by @paulojrp in #111
  • Bump gson from 2.6.2 to 2.8.9 by @dependabot in #115
  • Stop ignoring LightGBMBinaryClassificationModelTrainerTest by @mlobofeedzai in #119
  • ref PULSEDEV-36792 openml-lightgbm: Fix segmentation fault by @mlobofeedzai in #124

Release 1.2.1

24 Nov 10:13
Compare
Choose a tag to compare

Maintenance

  • Update make-lightgbm submodule, which solves deprecated ca-certificates issue on docker build.
  • Bump commons-io from 2.4 to 2.7
  • Bump httpclient from 4.5.5 to 4.5.13, which avoid duplicate class issue.
  • Bump from log4j to log4j-core

Release 1.1.4

24 Nov 11:09
Compare
Choose a tag to compare

Maintenance

  • Update make-lightgbm submodule, which solves deprecated ca-certificates issue on docker build.
  • Bump commons-io from 2.4 to 2.7
  • Bump httpclient from 4.5.5 to 4.5.13, which avoid duplicate class issue.

Release 1.0.20

24 Nov 11:08
Compare
Choose a tag to compare

Maintenance

  • Update make-lightgbm submodule, which solves deprecated ca-certificates issue on docker build.
  • Bump commons-io from 2.4 to 2.7
  • Bump httpclient from 4.5.5 to 4.5.13, which avoid duplicate class issue.

Release 1.2.0

12 Apr 11:36
563434c
Compare
Choose a tag to compare

New Features

  • openml-lightgbm: Add LightGBM streaming data support (#55)
    Reduces LGBM model train memory consumption by 50-70%.

Maintenance

  • pom: Bump log4j to version 1.2.17-cloudera1 (#59)
  • Allow snapshot publish

Release 1.1.3

25 Mar 14:29
caa9bfc
Compare
Choose a tag to compare

This release corrects the previous 1.1.1 and 1.1.2 as TravisCI and jgitver wasn't able to do the release.