Skip to content

Releases: tomtung/omikuji

v0.5.1

30 Oct 03:25
Compare
Choose a tag to compare

What's Changed

  • Build wheels for Python 3.11 and 3.12, remove Python 3.7 builds and support by @juhoinkinen in #50

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Feb 08:58
Compare
Choose a tag to compare

What's Changed

  • Drop support for Python 3.6 by @tomtung in #41
  • Update simple_logger to avoid throwing local-time-related error during logger initialization by @tomtung in #40
  • Support loading symlinked model files by @tomtung in #39
  • Upgrade clap to version 3.0 by @tomtung in #42

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Dec 07:28
Compare
Choose a tag to compare

What's Changed

  • Limit number of label candidates per leaf for prediction by @tomtung in #36

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Dec 23:37
Compare
Choose a tag to compare

What's Changed

  • Change weight matrix storage to significantly speed up prediction while using less memory by @tomtung in #33
    • Note: this breaks compatibility of saved model files

Full Changelog: v0.3.4...v0.4.0

v0.3.4

04 Dec 23:36
Compare
Choose a tag to compare

What's Changed

  • Downgrade sprs to 0.9 to fix training speed regression by @tomtung in #32

Full Changelog: v0.3.3...v0.3.4