Skip to content

Releases: VowpalWabbit/vowpal_wabbit

9.0.1

9.0.0

28 Jan 20:00
01bdf2c
Compare
Choose a tag to compare

Vowpal Wabbit 9 is the first major release in over 6 years! There are a number of usability improvements, new reductions, bug fixes and internal improvements here. The Python package has undergone a bit of a modernization with a more understandable module structure, naming and types. Most changes should be non breaking for standard use cases. See here for the Python migration guide.

Click here to read the full release notes.

8.11.0

14 Jul 17:10
96ed831
Compare
Choose a tag to compare

This release includes python API improvements, --cubic ::: and --interactions [:]* speedup, deprecations, logging line limiting, bug fixes and more

Click here to read the full release notes.

8.10.2

11 Jun 15:27
Compare
Choose a tag to compare

This patch release contains a fix for model loading in --cb_explore

Fixes

  • fix: Fix model corruption on reading model for --cb_explore (#3063)

8.10.1

13 Apr 13:08
Compare
Choose a tag to compare

This release includes no code changes but fixes the Python source distribution, and adds support for Python 3.9 binary wheels on MacOS and Windows.

Since this only affects Python, only the PyPi release channel will be updated.

All changes:

  • ci: run CI on release branches (#2942)
  • ci: update brew to mitigate bintray brownout (#2941)
  • chore: update version to 8.10.1
  • build: add 3.9 to windows python build (#2939)
  • Fix python manifest for ext_libs (#2938)
  • build: Update build_python_wheels_macos.yml (#2937)

8.10.0

01 Apr 15:12
200be91
Compare
Choose a tag to compare

This release includes quadratic interaction speed improvements, ARM support, logging updates and more.

Click here to read the full release notes.

8.9.2

04 Mar 18:13
Compare
Choose a tag to compare

This patch release contains a fix for Neural Network reduction (--nn).

Fixes

  • [nn] fix double free (#2802)

8.9.1

27 Jan 21:17
Compare
Choose a tag to compare

This patch release contains a fix for the Java bindings. It changes no other code paths apart from the version number changing.

Fixes

  • Don't export lib symbols from vw_jni binary when static linking (#2789)

8.9.0

12 Nov 14:24
d1ead9a
Compare
Choose a tag to compare

This release includes major features such as continuous actions, square CB, probabilistic label tree, slates, CB distributionally robust optimization, CB ADF RND, Python wheels and many bug fixes.

Click here to read the full release notes.

8.8.1

03 Mar 19:38
Compare
Choose a tag to compare

This patch release fixes an issue in the Python bindings where parsing examples from text sometimes caused crashes.

Fixes:

  • Fix delete behavior for examples created using parse function (#2206)