We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652d4da commit 328525dCopy full SHA for 328525d
doc/whats_new/v0.10.rst
@@ -2,6 +2,14 @@
2
3
.. currentmodule:: skopt
4
5
+.. _changes_0_10_2:
6
+
7
+Version 0.10.2
8
+==============
9
+**June 2024**
10
11
+- |Fix| Update Pandas import to new format by :user:`awennersteen <awennersteen>`
12
13
.. _changes_0_10_1:
14
15
Version 0.10.1
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"scikit-learn>=1.0.0",
34
"packaging>=21.3",
35
]
36
-version = "0.10.1"
+version = "0.10.2"
37
38
[project.urls]
39
Homepage = "https://scikit-optimize.readthedocs.io/en/latest/contents.html"
0 commit comments