File tree Expand file tree Collapse file tree 2 files changed +103
-28
lines changed
src/main/java/org/cicirello/sequences Expand file tree Collapse file tree 2 files changed +103
-28
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments