Skip to content

Commit 7ce72e9

Browse files
committed
CHANGELOG: add 1.1.1 release note
1 parent c30493f commit 7ce72e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
56
## [dev] (unreleased)
67
- ...
78

9+
10+
## [1.1.1]
11+
__Improvements:__
12+
- When installing `ppscore` automatically install dependencies. ([#29](https://github.com/8080labs/ppscore/issues/29))
13+
14+
815
## [1.1.0]
916
__Default changes:__
1017
- In `pps.score` changed the default of `random_seed` to `123` in order to enable reproducible results when comparing scores that are generated via `pps.score` or `pps.matrix`. The old behavior of drawing a random_seed per default was confusing. ([#32](https://github.com/8080labs/ppscore/issues/32))
@@ -13,6 +20,7 @@ __Improvements:__
1320
- Improve error message when using the wrong API ([#31](https://github.com/8080labs/ppscore/issues/31))
1421
- Automatic error catching for convenience with optional error inspection/debugging: added `catch_errors` to `pps.score` and added corresponding case `unknown_error`
1522

23+
1624
## [1.0.0]
1725
__Breaking changes:__
1826
- The case of the calculation for `regression` or `classification` __only depends on the data types__ and not the cardinality of a column any more. Also, it is not possible any more to pass the `task` to `pps.score`. This removes confusion about the inference of the final task. Some other special cases like `feature_is_id` still review the cardinality of a column.

0 commit comments

Comments
 (0)