Skip to content

Commit 56f2832

Browse files
committed
Update changelog and please the linter
1 parent 0011248 commit 56f2832

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.5.0 - 💥 Fixes, nicer interfaces and... more breaking changes 😒
44

55
- Fixed parallel and antithetic Owen sampling for Shapley values. Simplified
66
and extended tests.

src/pydvl/value/least_core/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from pydvl.value.least_core.naive import *
2929
from pydvl.value.result import ValuationResult
3030

31-
3231
__all__ = ["compute_least_core_values", "LeastCoreMode"]
3332

3433

src/pydvl/value/shapley/owen.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from pydvl.value import ValuationResult
1313
from pydvl.value.stopping import MinUpdates
1414

15-
1615
__all__ = ["OwenAlgorithm", "owen_sampling_shapley"]
1716

1817

0 commit comments

Comments
 (0)