File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111### Added
1212* Added the SequenceSampler interface's methods to SequenceReservoirSampler.
1313* Added the SequenceSampler interface's methods to SequencePoolSampler.
14+ * Added the SequenceSampler interface's methods to SequenceInsertionSampler.
1415
1516### Changed
1617* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
@@ -21,10 +22,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2122### Removed
2223* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
2324* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
25+ * SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
2426
2527### Fixed
2628
2729### Dependencies
30+ * Bump rho-mu from 2.5.0 to 3.0.1
2831
2932### CI/CD
3033
You can’t perform that action at this time.
0 commit comments