Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #841 from holgern/prepare_0_7_2
Browse files Browse the repository at this point in the history
[WIP]Prepare 0.7.2
  • Loading branch information
holgern authored Feb 11, 2020
2 parents c06822c + e1e53f3 commit cff7d30
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 98 deletions.
98 changes: 4 additions & 94 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"creators": [
{
"affiliation": "Wild Tree Tech",
"name": "Head, Tim"
"name": "Head, Tim",
"orcid": "0000-0003-0931-3698"
},
{
"affiliation": "Google Brain",
Expand All @@ -16,103 +17,12 @@
},
{
"affiliation": "ULi\u00e8ge",
"name": "Louppe, Gilles"
"name": "Louppe, Gilles",
"orcid": "0000-0002-2082-3106"
},
{
"affiliation": "Saarland University",
"name": "Shcherbatyi, Iaroslav"
},
{
"name": "fcharras"
},
{
"name": "Z\u00e9 Vin\u00edcius"
},
{
"name": "cmmalone"
},
{
"name": "Christopher Schr\u00f6der"
},
{
"name": "nel215"
},
{
"affiliation": "@yldio",
"name": "Nuno Campos"
},
{
"name": "Todd Young"
},
{
"affiliation": "Politecnico di Milano",
"name": "Stefano Cereda"
},
{
"name": "Thomas Fan"
},
{
"name": "rene-rex"
},
{
"affiliation": "Columbia University",
"name": "Kejia (KJ) Shi"
},
{
"affiliation": "Biomedical Informatics Department, Emory School of Medicine",
"name": "Justus Schwabedal"
},
{
"name": "carlosdanielcsantos"
},
{
"affiliation": "Hvass Laboratories",
"name": "Hvass-Labs"
},
{
"affiliation": "Technical University of Munich",
"name": "Mikhail Pak"
},
{
"name": "SoManyUsernamesTaken"
},
{
"affiliation": "UC Berkeley",
"name": "Fred Callaway"
},
{
"name": "Lo\u00efc Est\u00e8ve"
},
{
"affiliation": "ENS de Cachan - Paris Saclay University",
"name": "Lilian Besson"
},
{
"name": "Mehdi Cherti"
},
{
"affiliation": "Paderborn University",
"name": "Karlson Pfannschmidt"
},
{
"affiliation": "Toptal",
"name": "Fabian Linzberger"
},
{
"affiliation": "@point8",
"name": "Christophe Cauet"
},
{
"affiliation": "10clouds",
"name": "Anna Gut"
},
{
"affiliation": "Columbia University Data Science Institute",
"name": "Andreas Mueller"
},
{
"affiliation": "DFKI",
"name": "Alexander Fabisch"
}
],
"keywords": [
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Release history
## Version 0.7.2

## 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 #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

## Version 0.7.1

### New features
Expand Down
1 change: 1 addition & 0 deletions doc/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ <h4 class="sk-landing-call-header">News</h4>
<li><strong>On-going development:</strong>
<a href="whats_new.html"><strong>What's new</strong> (Changelog)</a>
</li>
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.2 (<a href="whats_new/v0.7.2.html">Changelog</a>).
<li><strong>Feb 2020.</strong> scikit-optimize 0.7.1 (<a href="whats_new/v0.7.1.html">Changelog</a>).
<li><strong>Jan 2020.</strong> scikit-optimize 0.7 (<a href="whats_new/v0.7.html">Changelog</a>).
<li><strong>April 2018.</strong> scikit-optimize 0.6 (<a href="whats_new/v0.6.html">Changelog</a>).
Expand Down
3 changes: 2 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ Release notes for all scikit-optimize releases are linked in this this page.

.. toctree::
:maxdepth: 1

Version 0.8 <whats_new/v0.8.rst>
Version 0.7.2 <whats_new/v0.7.2.rst>
Version 0.7.1 <whats_new/v0.7.1.rst>
Version 0.7 <whats_new/v0.7.rst>
Version 0.6 <whats_new/v0.6.rst>
Expand Down
12 changes: 10 additions & 2 deletions doc/whats_new/v0.7.2.rst
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

2 changes: 1 addition & 1 deletion doc/whats_new/v0.8.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 0.8
===========

**not released**
New features
------------

Expand Down

0 comments on commit cff7d30

Please sign in to comment.