From 6118696d79a23ba4dedca407d5114626df65b918 Mon Sep 17 00:00:00 2001 From: Miguel de Benito Delgado Date: Sat, 14 Oct 2023 14:38:23 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11295ed3e..d669f843d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,37 @@ # Changelog -## Unreleased + +## 0.7.1 - ๐Ÿ†• New methods, bug fixes and improvements for local tests ๐Ÿž๐Ÿงช + +### Added - New method: Class-wise Shapley values [PR #338](https://github.com/aai-institute/pyDVL/pull/338) -- No longer using docker within tests to start a memcached server - [PR #444](https://github.com/aai-institute/pyDVL/pull/444) +- New method: Data-OOB by @BastienZim + [PR #426](https://github.com/aai-institute/pyDVL/pull/426), + [PR $431](https://github.com/aai-institute/pyDVL/pull/431) +- Added `AntitheticPermutationSampler` + [PR #439](https://github.com/aai-institute/pyDVL/pull/439) - Faster semi-value computation with per-index check of stopping criteria (optional) [PR #437](https://github.com/aai-institute/pyDVL/pull/437) -- Improvements and fixes to notebooks - [PR #436](https://github.com/aai-institute/pyDVL/pull/436) -- Fix initialization of `data_names` in `ValuationResult.zeros()` - [PR #443](https://github.com/aai-institute/pyDVL/pull/443) + +### Changed + +- No longer using docker within tests to start a memcached server + [PR #444](https://github.com/aai-institute/pyDVL/pull/444) - Using pytest-xdist for faster local tests [PR #440](https://github.com/aai-institute/pyDVL/pull/440) -- Added `AntitheticPermutationSampler` - [PR #439](https://github.com/aai-institute/pyDVL/pull/439) -- Implementation of Data-OOB by @BastienZim - [PR #426](https://github.com/aai-institute/pyDVL/pull/426), - [PR $431](https://github.com/aai-institute/pyDVL/pull/431) +- Improvements and fixes to notebooks + [PR #436](https://github.com/aai-institute/pyDVL/pull/436) - Refactoring of parallel module. Old imports will stop working in v0.9.0 [PR #421](https://github.com/aai-institute/pyDVL/pull/421) +### Fixed + +- Fix initialization of `data_names` in `ValuationResult.zeros()` + [PR #443](https://github.com/aai-institute/pyDVL/pull/443) + + ## 0.7.0 - ๐Ÿ“š๐Ÿ†• Documentation and IF overhaul, new methods and bug fixes ๐Ÿ’ฅ๐Ÿž This is our first ฮฒ release! We have worked hard to deliver improvements across