Skip to content

Commit 6118696

Browse files
committed
Update CHANGELOG.md
1 parent 1949fcc commit 6118696

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
4+
## 0.7.1 - 🆕 New methods, bug fixes and improvements for local tests 🐞🧪
5+
6+
### Added
47

58
- New method: Class-wise Shapley values
69
[PR #338](https://github.com/aai-institute/pyDVL/pull/338)
7-
- No longer using docker within tests to start a memcached server
8-
[PR #444](https://github.com/aai-institute/pyDVL/pull/444)
10+
- New method: Data-OOB by @BastienZim
11+
[PR #426](https://github.com/aai-institute/pyDVL/pull/426),
12+
[PR $431](https://github.com/aai-institute/pyDVL/pull/431)
13+
- Added `AntitheticPermutationSampler`
14+
[PR #439](https://github.com/aai-institute/pyDVL/pull/439)
915
- Faster semi-value computation with per-index check of stopping criteria (optional)
1016
[PR #437](https://github.com/aai-institute/pyDVL/pull/437)
11-
- Improvements and fixes to notebooks
12-
[PR #436](https://github.com/aai-institute/pyDVL/pull/436)
13-
- Fix initialization of `data_names` in `ValuationResult.zeros()`
14-
[PR #443](https://github.com/aai-institute/pyDVL/pull/443)
17+
18+
### Changed
19+
20+
- No longer using docker within tests to start a memcached server
21+
[PR #444](https://github.com/aai-institute/pyDVL/pull/444)
1522
- Using pytest-xdist for faster local tests
1623
[PR #440](https://github.com/aai-institute/pyDVL/pull/440)
17-
- Added `AntitheticPermutationSampler`
18-
[PR #439](https://github.com/aai-institute/pyDVL/pull/439)
19-
- Implementation of Data-OOB by @BastienZim
20-
[PR #426](https://github.com/aai-institute/pyDVL/pull/426),
21-
[PR $431](https://github.com/aai-institute/pyDVL/pull/431)
24+
- Improvements and fixes to notebooks
25+
[PR #436](https://github.com/aai-institute/pyDVL/pull/436)
2226
- Refactoring of parallel module. Old imports will stop working in v0.9.0
2327
[PR #421](https://github.com/aai-institute/pyDVL/pull/421)
2428

29+
### Fixed
30+
31+
- Fix initialization of `data_names` in `ValuationResult.zeros()`
32+
[PR #443](https://github.com/aai-institute/pyDVL/pull/443)
33+
34+
2535
## 0.7.0 - 📚🆕 Documentation and IF overhaul, new methods and bug fixes 💥🐞
2636

2737
This is our first β release! We have worked hard to deliver improvements across

0 commit comments

Comments
 (0)