Skip to content

Commit f114e3e

Browse files
committed
🚀 Bump version to 0.5.1
1 parent 74697f4 commit f114e3e

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

docs/changelog.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,26 @@
88
* 🔨 something that previously didn’t work as documented – 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.5.1
12+
13+
### [sklift.models](https://www.uplift-modeling.com/en/v0.5.1/api/models/index.html)
14+
15+
* 📝 Add docs page for [ClassTransformationReg](https://www.uplift-modeling.com/en/v0.5.1/api/models/ClassTransformationReg.html) model.
16+
17+
### [sklift.datasets](https://www.uplift-modeling.com/en/v0.5.1/api/datasets/index.html)
18+
19+
* 🔨 Fix bug in [fetch_x5](https://www.uplift-modeling.com/en/v0.5.1/api/datasets/fetch_x5.html) func.
20+
21+
### [User Guide](https://www.uplift-modeling.com/en/v0.5.1/user_guide/index.html)
22+
23+
* 📝 Add page for [Transformed Outcome](https://www.uplift-modeling.com/en/v0.5.1/user_guide/models/transformed_outcome.html) approach.
24+
25+
1126
## Version 0.5.0
1227

1328
### [sklift.models](https://www.uplift-modeling.com/en/v0.5.0/api/models/index.html)
1429

15-
* 🔥 Add [ClassTransformationReg](https://www.uplift-modeling.com/en/v0.5.0/api/models.html#sklift.models.models.TwoModels) model by [@mcullan](https://github.com/mcullan) and [@ElisovaIra](https://github.com/ElisovaIra).
30+
* 🔥 Add ClassTransformationReg model by [@mcullan](https://github.com/mcullan) and [@ElisovaIra](https://github.com/ElisovaIra).
1631
* 🔨 Add the ability to process a series with different indexes in the [TwoModels](https://www.uplift-modeling.com/en/v0.5.0/api/models.html#sklift.models.models.TwoModels) by [@flashlight101](https://github.com/flashlight101).
1732

1833
### [sklift.metrics](https://www.uplift-modeling.com/en/v0.5.0/api/index/metrics.html)
@@ -21,11 +36,11 @@
2136

2237
### [sklift.datasets](https://www.uplift-modeling.com/en/v0.5.0/api/datasets/index.html)
2338

24-
* 💥 Add cheker based on hash for all datasets by [@flashlight101](https://github.com/flashlight101)
39+
* 💥 Add checker based on hash for all datasets by [@flashlight101](https://github.com/flashlight101)
2540
* 📝 Add [scheme](https://www.uplift-modeling.com/en/v0.5.0/api/datasets/fetch_x5.html) of x5 dataframes.
2641

2742
### Miscellaneous
28-
* 📝 Improve Chinise tags by [@00helloworld](https://github.com/00helloworld)
43+
* 📝 Improve Chinese tags by [@00helloworld](https://github.com/00helloworld)
2944

3045
## Version 0.4.1
3146

sklift/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.0'
1+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)