From 0e75b185b0021ac321e67dcd510af4b28ba7a43e Mon Sep 17 00:00:00 2001 From: Miguel de Benito Delgado Date: Thu, 5 Oct 2023 09:04:16 +0200 Subject: [PATCH] [skip ci] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa1ecbdc..c7a2fe10c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- 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) - Using pytest-xdist for faster local tests