Skip to content

Commit 19a6287

Browse files
Update Changelog for release
1 parent 3263e64 commit 19a6287

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.6.1 - 🏗 Bug fixes and small improvement
44

5+
- Fix parsing keyword arguments of `compute_semivalues` dispatch function
6+
[PR #333](https://github.com/appliedAI-Initiative/pyDVL/pull/333)
57
- Create new `RayExecutor` class based on the concurrent.futures API,
68
use the new class to fix an issue with Truncated Monte Carlo Shapley
79
(TMCS) starting too many processes and dying, plus other small changes
@@ -13,9 +15,6 @@
1315
[PR #331](https://github.com/appliedAI-Initiative/pyDVL/pull/331)
1416
- Added alias `ApproShapley` from Castro et al. 2009 for permutation Shapley
1517
[PR #332](https://github.com/appliedAI-Initiative/pyDVL/pull/332)
16-
- Change `get` to `pop` in pydvl.value.semivalues.compute_semivalues method. Added
17-
test case to test the dispatch method with the possible inputs.
18-
[PR #333](https://github.com/appliedAI-Initiative/pyDVL/pull/333)
1918

2019
## 0.6.0 - 🆕 New algorithms, cleanup and bug fixes 🏗
2120

0 commit comments

Comments
 (0)