Skip to content

Commit ed08d8c

Browse files
committed
[skip ci] Add missing version notice
1 parent 96817c9 commit ed08d8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pydvl/value/sampler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,8 @@ class AntitheticPermutationSampler(PermutationSampler[IndexT]):
389389
390390
This sampler was suggested in (Mitchell et al. 2022)<sup><a
391391
href="#mitchell_sampling_2022">1</a></sup>
392+
393+
!!! tip "New in version 0.7.1"
392394
"""
393395

394396
def __iter__(self) -> Iterator[SampleT]:

0 commit comments

Comments
 (0)