diff --git a/.zenodo.json b/.zenodo.json index 03bb01a54..7d869768a 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -4,7 +4,8 @@ "creators": [ { "affiliation": "Wild Tree Tech", - "name": "Head, Tim" + "name": "Head, Tim", + "orcid": "0000-0003-0931-3698" }, { "affiliation": "Google Brain", @@ -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": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 0caf27d91..b37b5bfd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/templates/index.html b/doc/templates/index.html index 6313c2ede..6afb4c8c2 100644 --- a/doc/templates/index.html +++ b/doc/templates/index.html @@ -108,6 +108,7 @@