File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 0.6.1 - 🏗 Bug fixes and small improvement
4
4
5
+ - Fix parsing keyword arguments of ` compute_semivalues ` dispatch function
6
+ [ PR #333 ] ( https://github.com/appliedAI-Initiative/pyDVL/pull/333 )
5
7
- Create new ` RayExecutor ` class based on the concurrent.futures API,
6
8
use the new class to fix an issue with Truncated Monte Carlo Shapley
7
9
(TMCS) starting too many processes and dying, plus other small changes
13
15
[ PR #331 ] ( https://github.com/appliedAI-Initiative/pyDVL/pull/331 )
14
16
- Added alias ` ApproShapley ` from Castro et al. 2009 for permutation Shapley
15
17
[ 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 )
19
18
20
19
## 0.6.0 - 🆕 New algorithms, cleanup and bug fixes 🏗
21
20
You can’t perform that action at this time.
0 commit comments