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 77fd089 commit 70140eeCopy full SHA for 70140ee
docs/changelog.md
@@ -8,6 +8,13 @@
8
* 🔨 something that previously didn’t work as documented – or according to reasonable expectations – should now work.
9
* ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.
10
11
+## Version 0.4.1
12
+
13
+### [sklift.datasets](https://www.uplift-modeling.com/en/v0.4.0/api/datasets/index.html)
14
15
+* 🔨 Fix bug in dataset links.
16
+* 📝 Add about a company section
17
18
## Version 0.4.0
19
20
### [sklift.metrics](https://www.uplift-modeling.com/en/v0.4.0/api/index/metrics.html)
sklift/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.4.0'
+__version__ = '0.4.1'
0 commit comments