8000 Prepare release 0.8.0 · scikit-optimize/scikit-optimize@4e391ec · GitHub
[go: up one dir, main page]

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

Commit 4e391ec

Browse files
committed
Prepare release 0.8.0
1 parent 0ce91b1 commit 4e391ec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

doc/whats_new/v0.8.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Version 0.8.0
88
=============
9-
**In Development**
9+
**September 2020**
1010

1111
:mod:`skopt.Optimizer`
1212
----------------------
@@ -32,6 +32,14 @@ Version 0.8.0
3232
- |Enhancement| Improve sampler and add grid sampler
3333
:pr:`851` by :user:`Holger Nahrstaedt <holgern>`
3434

35+
:mod:`skopt.searchcv`
36+
---------------------
37+
- |Fix| Fix library for scikit-learn >= 0.23.
38+
numpy MaskArray is replaced by numpy.ma.array.
39+
y_normalize=False has been added and initial runs
40+
has been increased.
41+
:pr: `939` by :user:`Lucas Plagwitz <lucasplagwitz>`
42+
3543
:mod:`skopt.space`
3644
------------------
3745
- |Fix| Fix Integer transform and inverse_transform for normalize

skopt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
3030
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
3131
#
32-
__version__ = "0.8.dev0"
32+
__version__ = "0.8.0"
3333

3434
if __SKOPT_SETUP__:
3535
import sys

0 commit comments

Comments
 (0)
0