Skip to content

Prepare release 5.0.2 #325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 17 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [5.0.2] - 2023-03-07

### Changed
* Minor code improvements and/or optimizations within the following classes:
* Permutation
Expand All @@ -19,20 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* The various SequenceSamplers
* KendallTauSequenceDistance

### Deprecated

### Removed

### Fixed

### Dependencies
* Bump core from 2.4.4 to 2.4.6
* Bump rho-mu from 3.0.2 to 3.0.3

### CI/CD

### Other


## [5.0.1] - 2023-01-12

Expand Down