Skip to content

Commit

Permalink
Merge pull request #283 from cicirello/prep-4-3-0
Browse files Browse the repository at this point in the history
Prepare for release 4.3.0
  • Loading branch information
cicirello authored Oct 17, 2022
2 parents ecb64e1 + a4556ce commit 9e9043c
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2022-10-16
## [Unreleased] - 2022-10-17

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [4.3.0] - 2022-10-17

### Added
* EditDistanceDouble: extracted from EditDistance (for sequences) all of the distancef methods for
Expand All @@ -28,18 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The SequenceSampler.samplePool methods, which are now replaced by the SequencePoolSampler class.
* The SequenceSampler.sampleInsertion methods, which are now replaced by the SequenceInsertionSampler class.

### Removed

### Fixed

### Dependencies
* Bump rho-mu from 2.4.1 to 2.5.0
* Bump core from 2.2.2 to 2.4.0

### CI/CD

### Other


## [4.2.0] - 2022-08-30

Expand Down

0 comments on commit 9e9043c

Please sign in to comment.