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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] - 2022-10-15
7
+ ## [ Unreleased] - 2022-10-16
8
8
9
9
### Added
10
10
* 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
24
24
* EditDistance (for sequences)
25
25
26
26
### 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.
27
30
28
31
### Removed
29
32
You can’t perform that action at this time.
0 commit comments