|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Unreleased |
| 3 | + |
| 4 | +## 0.7.1 - 🆕 New methods, bug fixes and improvements for local tests 🐞🧪 |
| 5 | + |
| 6 | +### Added |
4 | 7 |
|
5 | 8 | - New method: Class-wise Shapley values |
6 | 9 | [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) |
9 | 15 | - Faster semi-value computation with per-index check of stopping criteria (optional) |
10 | 16 | [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) |
15 | 22 | - Using pytest-xdist for faster local tests |
16 | 23 | [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) |
22 | 26 | - Refactoring of parallel module. Old imports will stop working in v0.9.0 |
23 | 27 | [PR #421](https://github.com/aai-institute/pyDVL/pull/421) |
24 | 28 |
|
| 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 | + |
25 | 35 | ## 0.7.0 - 📚🆕 Documentation and IF overhaul, new methods and bug fixes 💥🐞 |
26 | 36 |
|
27 | 37 | This is our first β release! We have worked hard to deliver improvements across |
|
0 commit comments