Skip to content

Commit

Permalink
Release version 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Apr 20, 2018
1 parent 7be75ea commit d9eff75
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Treelite Release Notes
======================

## 0.32 (04/20/2018)
Usability improvements
* Add `__version__` attribute (#17)
* Shape results appropriately for multiclass classification (#16)
* Add default LOG handler, to make C API easier to use (#19)
* Allow batches smaller than `nthread`

Bug fixes
* Python 2.7 compatibility fix (#14)
* handle categorical splits with empty `left_categories`
* Fix `create_shared()` to be compatible with shells `zsh` and `fish` (#18)

New feature
* (Experimental) Export model as XGBoost model file, as per request in #14.

## 0.31 (03/30/2018)
* Implement a custom thread pool to improve prediction performance
- Amortize thread launch cost
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.post2
0.32

0 comments on commit d9eff75

Please sign in to comment.