Skip to content

Commit 75e9556

Browse files
authored
Merge pull request #275 from cicirello/deprecate
Deprecated sampleReservoir, samplePool, and sampleInsertion methods of SequenceSampler
2 parents c5c2771 + 26db6c6 commit 75e9556

File tree

2 files changed

+103
-28
lines changed

2 files changed

+103
-28
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2022-10-15
7+
## [Unreleased] - 2022-10-16
88

99
### Added
1010
* EditDistanceDouble: extracted from EditDistance (for sequences) all of the distancef methods for
@@ -24,6 +24,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
* EditDistance (for sequences)
2525

2626
### Deprecated
27+
* The SequenceSampler.sampleReservoir methods, which are now replaced by the SequenceReservoirSampler class.
28+
* The SequenceSampler.samplePool methods, which are now replaced by the SequencePoolSampler class.
29+
* The SequenceSampler.sampleInsertion methods, which are now replaced by the SequenceInsertionSampler class.
2730

2831
### Removed
2932

0 commit comments

Comments
 (0)