Skip to content

Commit

Permalink
Add changelog to sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jan 29, 2020
1 parent d53bbdc commit 79ae31a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/whats_new/v0.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ Version 0.7
New features
------------

* Models queue has now a customizable size (model_queue_size).
* Add log-uniform prior to Integer space
* Support for plotting categorical dimensions

Bug fixes
---------
* Fixed build with newest scikit-learn

* Allow BayesSearchCV to work with sklearn 0.21
* Reduce the amount of deprecation warnings in unit tests

Maintenance
-----------

* joblib instead of sklearn.externals.joblib
* Improve travis CI unit tests (Different sklearn version are checked)
* Added `versioneer` support, to keep things simple and to fix pypi deploy

0 comments on commit 79ae31a

Please sign in to comment.