Back to Vowpal Wabbit

VowpalWabbit {{version}} Release Notes

utl/release_blog_post_template.md

9.11.22.3 KB
Original Source
<!--Instructions on using: https://github.com/VowpalWabbit/vowpal_wabbit/wiki/Release-Process#generating-changelist --> <div class="blog_highlight" markdown="1"> - [GitHub release](https://github.com/VowpalWabbit/vowpal_wabbit/releases/tag/{{version}}) - [PyPi](https://pypi.org/project/vowpalwabbit/) </div> <!--EDIT_ME: Introduction-->

Breaking changes

<!--EDIT_ME: add ### section for each breaking change-->

{{#feat_type_commits}} {{#breaking}} -{{subject}} {{/breaking}} {{/feat_type_commits}}

Highlights

<!--EDIT_ME: add ### section and break down most interesting changes-->

Thank you

A huge thank you and welcome to all of the new contributors since the last release:

<!--EDIT_ME: determine who is new and fix their github username-->

{{#authors}}

And of course thank you to existing contributors:

<!--EDIT_ME: determine who is new and fix their github username-->

{{#authors}}

<div> <i class="fa fa-caret-right"></i> <button class="changelist_button"> Click here to expand and see the full changelist. </button> </div> <div class="changelist hidden" markdown="1">

Features

{{#feat_type_commits}} -{{subject}} {{/feat_type_commits}}

Fixes

{{#fix_type_commits}} -{{subject}} {{/fix_type_commits}}

Other changes

{{#docs_type_commits}} -{{subject}} {{/docs_type_commits}} {{#style_type_commits}} -{{subject}} {{/style_type_commits}} {{#refactor_type_commits}} -{{subject}} {{/refactor_type_commits}} {{#perf_type_commits}} -{{subject}} {{/perf_type_commits}} {{#test_type_commits}} -{{subject}} {{/test_type_commits}} {{#build_type_commits}} -{{subject}} {{/build_type_commits}} {{#ci_type_commits}} -{{subject}} {{/ci_type_commits}} {{#chore_type_commits}} -{{subject}} {{/chore_type_commits}} {{#revert_type_commits}} -{{subject}} {{/revert_type_commits}} {{#unknown_type_commits}} -{{subject}} {{/unknown_type_commits}}

</div>