File tree 1 file changed +20
-9
lines changed
1 file changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,26 @@ 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-16
7
+ ## [ Unreleased] - 2022-10-17
8
+
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+ ### Dependencies
20
+
21
+ ### CI/CD
22
+
23
+ ### Other
24
+
25
+
26
+ ## [ 4.3.0] - 2022-10-17
8
27
9
28
### Added
10
29
* EditDistanceDouble: extracted from EditDistance (for sequences) all of the distancef methods for
@@ -28,18 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
47
* The SequenceSampler.samplePool methods, which are now replaced by the SequencePoolSampler class.
29
48
* The SequenceSampler.sampleInsertion methods, which are now replaced by the SequenceInsertionSampler class.
30
49
31
- ### Removed
32
-
33
- ### Fixed
34
-
35
50
### Dependencies
36
51
* Bump rho-mu from 2.4.1 to 2.5.0
37
52
* Bump core from 2.2.2 to 2.4.0
38
53
39
- ### CI/CD
40
-
41
- ### Other
42
-
43
54
44
55
## [ 4.2.0] - 2022-08-30
45
56
You can’t perform that action at this time.
0 commit comments