Skip to content

Commit 9e9043c

Browse files
authored
Merge pull request #283 from cicirello/prep-4-3-0
Prepare for release 4.3.0
2 parents ecb64e1 + a4556ce commit 9e9043c

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

CHANGELOG.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,26 @@ 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-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
827

928
### Added
1029
* 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
2847
* The SequenceSampler.samplePool methods, which are now replaced by the SequencePoolSampler class.
2948
* The SequenceSampler.sampleInsertion methods, which are now replaced by the SequenceInsertionSampler class.
3049

31-
### Removed
32-
33-
### Fixed
34-
3550
### Dependencies
3651
* Bump rho-mu from 2.4.1 to 2.5.0
3752
* Bump core from 2.2.2 to 2.4.0
3853

39-
### CI/CD
40-
41-
### Other
42-
4354

4455
## [4.2.0] - 2022-08-30
4556

0 commit comments

Comments
 (0)