Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Aug 30, 2018
1 parent c6cd06d commit 6c02ae4
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Revision History

## 2.0.0rc1 (Aug 30, 2018)

Changes included in release:

- Added algorithms:
- basic:
- Camel algorithm
- Evolution Strategy
- Fireworks algorithm
- Glowworm swarm optimization
- Harmony search algorithm
- Krill Herd Algorithm
- Monkey King Evolution
- Multiple trajectory search
- Sine Cosine Algorithm
- modified:
- Dynamic population size self-adaptive differential evolution algorithm
- other:
- Anarchic society optimization algorithm
- Hill climbing algorithm
- Multiple trajectory search
- Nelder mead method or downhill simplex method or amoeba method
- Simulated annealing algorithm

- Added benchmarks functions:
- Discus
- Dixon-Price
- Elliptic
- HGBat
- Katsuura
- Levy
- Michalewicz
- Perm
- Powell
- Sphere2 -> Sphere with different powers
- Sphere3 -> Rotated hyper-ellipsoid
- Trid
- Weierstrass
- Zakharov

- **breaking changes** in algorithms structure
- various bugfixes

## 1.0.1 (Mar 21, 2018)

This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down
43 changes: 43 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,49 @@ fits your purposes or that it is bug-free. Use it at your own risk!
Revision History
================

2.0.0rc1 (Aug 30, 2018)
-----------------------
Changes included in release:

- Added algorithms:
- basic:
- Camel algorithm
- Evolution Strategy
- Fireworks algorithm
- Glowworm swarm optimization
- Harmony search algorithm
- Krill Herd Algorithm
- Monkey King Evolution
- Multiple trajectory search
- Sine Cosine Algorithm
- modified:
- Dynamic population size self-adaptive differential evolution algorithm
- other:
- Anarchic society optimization algorithm
- Hill climbing algorithm
- Multiple trajectory search
- Nelder mead method or downhill simplex method or amoeba method
- Simulated annealing algorithm

- Added benchmarks functions:
- Discus
- Dixon-Price
- Elliptic
- HGBat
- Katsuura
- Levy
- Michalewicz
- Perm
- Powell
- Sphere2 -> Sphere with different powers
- Sphere3 -> Rotated hyper-ellipsoid
- Trid
- Weierstrass
- Zakharov

- **breaking changes** in algorithms structure
- various bugfixes

1.0.1 (Mar 21, 2018)
--------------------
This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down
43 changes: 43 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,49 @@ Changelog

We are using `semantic versioning <https://semver.org/>`_.

2.0.0rc1 (Aug 30, 2018)
-----------------------
Changes included in release:

- Added algorithms:
- basic:
- Camel algorithm
- Evolution Strategy
- Fireworks algorithm
- Glowworm swarm optimization
- Harmony search algorithm
- Krill Herd Algorithm
- Monkey King Evolution
- Multiple trajectory search
- Sine Cosine Algorithm
- modified:
- Dynamic population size self-adaptive differential evolution algorithm
- other:
- Anarchic society optimization algorithm
- Hill climbing algorithm
- Multiple trajectory search
- Nelder mead method or downhill simplex method or amoeba method
- Simulated annealing algorithm

- Added benchmarks functions:
- Discus
- Dixon-Price
- Elliptic
- HGBat
- Katsuura
- Levy
- Michalewicz
- Perm
- Powell
- Sphere2 -> Sphere with different powers
- Sphere3 -> Rotated hyper-ellipsoid
- Trid
- Weierstrass
- Zakharov

- **breaking changes** in algorithms structure
- various bugfixes

1.0.1 (Mar 21, 2018)
--------------------
This release reflects the changes from Journal of Open Source Software (JOSS) review:
Expand Down

0 comments on commit 6c02ae4

Please sign in to comment.