This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #841 from holgern/prepare_0_7_2
[WIP]Prepare 0.7.2
- Loading branch information
Showing
6 changed files
with
39 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,26 @@ | ||
Version 0.7.2 | ||
============= | ||
**Not released** | ||
New features | ||
------------ | ||
|
||
* Add expected_minimum_random_sampling | ||
* New plot examples | ||
* Add more parameter to plot_objective | ||
* Return ordereddict in point_asdict | ||
* update_next() and get_results() added to Optimize | ||
|
||
Bug fixes | ||
--------- | ||
|
||
* Fix searchcv rank (issue #830) | ||
* Fix searchcv rank (issue #831) | ||
* Fix random forest regressor (issue #766) | ||
* Fix doc examples | ||
* Fix integer normalize by using round() | ||
* Fix random forest regressor (Add missing min_impurity_decrease) | ||
|
||
Maintenance | ||
----------- | ||
|
||
* Fix license detection in github | ||
* Add doctest to CI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Version 0.8 | ||
=========== | ||
|
||
**not released** | ||
New features | ||
------------ | ||
|
||
|