Skip to content

Commit 77124dd

Browse files
committed
change: project version
1 parent 7f1607c commit 77124dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.1.2] - 2025-02-17
44

55
### Changed
66

77
- all plots return a `fig, ax` tuple, if the user wants to modify the plot further.
88
- default plot titles now display full method name, e.g., `Accumulated Local Effects` instead of `ALE`.
99
- changed README.md to reflect the new changes.
10-
- license
1110

1211
### Added
1312

14-
- codecov badge to README.md
13+
- license
14+
- documentation for space partitioning methods
1515

1616
## [0.1.1] - 2025-02-17
1717

effector/space_partitioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(
2020
):
2121
"""Choose the algorithm `Best`.
2222
The algorithm is a greedy algorithm that finds the best split for each level in a greedy fashion.
23-
23+
2424
2525
Args:
2626
min_heterogeneity_decrease_pcg: Minimum percentage of heterogeneity decrease to accept a split.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ maintainers = [
2020
license = {text = "MIT License"}
2121
requires-python = ">=3.7"
2222
keywords = ["explainability", "machine learning", "deep learning", "interpretability", "feature effect"]
23-
version = "0.1.1"
23+
version = "0.1.2"
2424
readme = "README.md"
2525
dependencies = [
2626
"matplotlib",

0 commit comments

Comments
 (0)