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 7781834 commit f867407Copy full SHA for f867407
CHANGELOG
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.3.0 (2023-10-29)
4
+
5
+### Feature
6
7
+- Add more errors and fix imports (#16) ([`7781834`](https://github.com/34j/sklearn-utilities/commit/7781834fccbe4781ad7ab80e78d41c4899697b98))
8
9
## v0.2.3 (2023-10-27)
10
11
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sklearn-utilities"
-version = "0.2.3"
+version = "0.3.0"
description = "Utilities for scikit-learn."
authors = ["34j <34j.95a2p@simplelogin.com>"]
license = "MIT"
0 commit comments