Skip to content

Commit

Permalink
Merge pull request #631 from cicirello/prep-release
Browse files Browse the repository at this point in the history
Prepare release 6.3.0
  • Loading branch information
cicirello authored May 15, 2023
2 parents c43dba1 + f2e3407 commit a25def6
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2023-05-15

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Dependencies

### CI/CD

### Other


## [6.3.0] - 2023-05-15

### Added
* NaiveGenerationalEvolutionaryAlgorithm: This is the typical implementation of a generational EA. It is temporarily added to the library in this release for a specific research purpose. You should instead use the existing GenerationalEvolutionaryAlgorithm class, which is logically and statistically equivalent, as well as highly optimized.

Expand All @@ -22,19 +41,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
* The new NaiveGenerationalEvolutionaryAlgorithm class is deprecated upon introduction. It is temporarily added to the library in this release for a specific research purpose. Once that research purpose is served, it will be removed from the library with no further notice. That future removal will not be considered a breaking change due to the prominent notice in the class's documentation upon introduction. You should instead use the existing GenerationalEvolutionaryAlgorithm class, which is logically and statistically equivalent, but is highly optimized.

### Removed

### Fixed

### Dependencies
* Bump core from 2.4.4 to 2.5.0
* Bump rho-mu from 3.0.2 to 3.1.0
* Bump jpt from 5.0.1 to 5.0.4

### CI/CD

### Other


## [6.2.1] - 2023-01-20

Expand Down

0 comments on commit a25def6

Please sign in to comment.