Skip to content

Commit

Permalink
Release version 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Mar 8, 2018
1 parent 6d5d4b8 commit 894a957
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Treelite Release Notes
======================

## 0.21 (03/08/2018)
New features:
* Now categorical features with more than 64 categories are supported.
* It is now possible to specify variants of GCC and Clang for `export_lib`;
`gcc-5`, `gcc-7`, `arm-linux-gnueabi-gcc`, and so forth.

Bug fixes:
* Fix segmentation fault when `parallel_comp` is set to a high value

## 0.2 (02/12/2018)
A few minor fixes:
* Disable Link-Time Optimization (LTO) by default, to decrease compilation time
* Use /bin/sh when the environment variable SHELL is not set
* Enable relative path in predictor constructor
* Increase precision for floating-point values

## 0.1rc1 (11/15/2017)

* Initial release
* Initial release
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.21

0 comments on commit 894a957

Please sign in to comment.