We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ee047 commit bb7575aCopy full SHA for bb7575a
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased] - 2022-11-18
8
9
### Added
10
+* Added the SequenceSampler interface's methods to SequenceReservoirSampler.
11
12
### Changed
13
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
@@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
### Deprecated
17
18
### Removed
19
+* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
20
21
### Fixed
22
0 commit comments