Skip to content

Commit 99f9b70

Browse files
committed
Merge branch 'feature/changelog' into dev
2 parents e1e8ffc + 1781f7a commit 99f9b70

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
88
* 🔨 something that previously didn’t work as documentated – or according to reasonable expectations – should now work.
99
* ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.
1010

11+
## Version 0.1.2
12+
_in development_
13+
14+
### [sklift.models](https://scikit-uplift.readthedocs.io/en/latest/api/models.html)
15+
16+
* 🔨 Fix bug in [TwoModels](https://scikit-uplift.readthedocs.io/en/latest/api/models.html#sklift.models.models.TwoModels) (ddr_control) in regression models.
17+
* 📝 Minor code refactoring.
18+
19+
### [sklift.metrics](https://scikit-uplift.readthedocs.io/en/latest/api/metrics.html)
20+
21+
* 📝 Minor code refactoring.
22+
23+
### [sklift.viz](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html)
24+
25+
* 🔨 Fix bug in [plot_uplift_by_percentile](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html#sklift.viz.base.plot_uplift_by_percentile).
26+
* 📝 Minor code refactoring.
27+
1128
## Version 0.1.1
1229

1330
### [sklift.viz](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html)

0 commit comments

Comments
 (0)