Skip to content

Commit 6c63c3c

Browse files
authored
Merge pull request #13 from automl/dev
Release of v0.0.2
2 parents 308854f + c12225c commit 6c63c3c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# v0.0.2
2+
- Added parallelization for faster analysis
3+
4+
## Maintenance
5+
- Added unit tests for proper quality assurance and continuous integration
6+
- Relaxed requirements to allow interoperability with python 3.10
7+
8+
# v0.0.1
9+
- Initial implementation of HyperSHAP and its explanation games:
10+
- AblationGame
11+
- TunabilityGame
12+
- MistunabilityGame
13+
- SensitivityGame
14+
- OptimizerBiasGame

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hypershap"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "HyperSHAP is a post-hoc explanation method for hyperparameter optimization."
55
authors = [{ name = "Marcel Wever", email = "m.wever@ai.uni-hannover.de" }]
66
readme = "README.md"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)