Skip to content

Commit 6ff0138

Browse files
committed
[skip ci] Update CHANGELOG.md
1 parent bdf7d9b commit 6ff0138

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676

7777
### Changed
7878

79+
- Switched all semi-value coefficients and sampler weights to log-space in
80+
order to avoid overflows
81+
[PR #643](https://github.com/aai-institute/pyDVL/pull/643)
7982
- Updated and rewrote some of the MSR banzhaf notebook
8083
[PR #641](https://github.com/aai-institute/pyDVL/pull/641)
8184
- Updated Least-Core notebook
@@ -84,9 +87,6 @@
8487
thus subsuming Variance-Reduced stratified sampling into a unified framework.
8588
Implemented the heuristics proposed in that paper
8689
[PR #641](https://github.com/aai-institute/pyDVL/pull/641)
87-
- Changed the way semi-value coefficients are composed with sampler weights in
88-
order to avoid `OverflowError` for very small or large values
89-
[PR #639](https://github.com/aai-institute/pyDVL/pull/639)
9090
- Uniformly distribute test points across processes for KNNShapley. Fail for
9191
`GroupedDataset` [PR #632](https://github.com/aai-institute/pyDVL/pull/632)
9292
- Introduced the concept of logical vs data indices for `Dataset`, and

0 commit comments

Comments
 (0)