Skip to content

Commit 6c02ae4

Browse files
committed
version bump
1 parent c6cd06d commit 6c02ae4

File tree

3 files changed

+129
-0
lines changed

3 files changed

+129
-0
lines changed

CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Revision History
22

3+
## 2.0.0rc1 (Aug 30, 2018)
4+
5+
Changes included in release:
6+
7+
- Added algorithms:
8+
- basic:
9+
- Camel algorithm
10+
- Evolution Strategy
11+
- Fireworks algorithm
12+
- Glowworm swarm optimization
13+
- Harmony search algorithm
14+
- Krill Herd Algorithm
15+
- Monkey King Evolution
16+
- Multiple trajectory search
17+
- Sine Cosine Algorithm
18+
- modified:
19+
- Dynamic population size self-adaptive differential evolution algorithm
20+
- other:
21+
- Anarchic society optimization algorithm
22+
- Hill climbing algorithm
23+
- Multiple trajectory search
24+
- Nelder mead method or downhill simplex method or amoeba method
25+
- Simulated annealing algorithm
26+
27+
- Added benchmarks functions:
28+
- Discus
29+
- Dixon-Price
30+
- Elliptic
31+
- HGBat
32+
- Katsuura
33+
- Levy
34+
- Michalewicz
35+
- Perm
36+
- Powell
37+
- Sphere2 -> Sphere with different powers
38+
- Sphere3 -> Rotated hyper-ellipsoid
39+
- Trid
40+
- Weierstrass
41+
- Zakharov
42+
43+
- **breaking changes** in algorithms structure
44+
- various bugfixes
45+
346
## 1.0.1 (Mar 21, 2018)
447

548
This release reflects the changes from Journal of Open Source Software (JOSS) review:

README.rst

+43
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,49 @@ fits your purposes or that it is bug-free. Use it at your own risk!
198198
Revision History
199199
================
200200

201+
2.0.0rc1 (Aug 30, 2018)
202+
-----------------------
203+
Changes included in release:
204+
205+
- Added algorithms:
206+
- basic:
207+
- Camel algorithm
208+
- Evolution Strategy
209+
- Fireworks algorithm
210+
- Glowworm swarm optimization
211+
- Harmony search algorithm
212+
- Krill Herd Algorithm
213+
- Monkey King Evolution
214+
- Multiple trajectory search
215+
- Sine Cosine Algorithm
216+
- modified:
217+
- Dynamic population size self-adaptive differential evolution algorithm
218+
- other:
219+
- Anarchic society optimization algorithm
220+
- Hill climbing algorithm
221+
- Multiple trajectory search
222+
- Nelder mead method or downhill simplex method or amoeba method
223+
- Simulated annealing algorithm
224+
225+
- Added benchmarks functions:
226+
- Discus
227+
- Dixon-Price
228+
- Elliptic
229+
- HGBat
230+
- Katsuura
231+
- Levy
232+
- Michalewicz
233+
- Perm
234+
- Powell
235+
- Sphere2 -> Sphere with different powers
236+
- Sphere3 -> Rotated hyper-ellipsoid
237+
- Trid
238+
- Weierstrass
239+
- Zakharov
240+
241+
- **breaking changes** in algorithms structure
242+
- various bugfixes
243+
201244
1.0.1 (Mar 21, 2018)
202245
--------------------
203246
This release reflects the changes from Journal of Open Source Software (JOSS) review:

docs/source/changelog.rst

+43
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@ Changelog
33

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

6+
2.0.0rc1 (Aug 30, 2018)
7+
-----------------------
8+
Changes included in release:
9+
10+
- Added algorithms:
11+
- basic:
12+
- Camel algorithm
13+
- Evolution Strategy
14+
- Fireworks algorithm
15+
- Glowworm swarm optimization
16+
- Harmony search algorithm
17+
- Krill Herd Algorithm
18+
- Monkey King Evolution
19+
- Multiple trajectory search
20+
- Sine Cosine Algorithm
21+
- modified:
22+
- Dynamic population size self-adaptive differential evolution algorithm
23+
- other:
24+
- Anarchic society optimization algorithm
25+
- Hill climbing algorithm
26+
- Multiple trajectory search
27+
- Nelder mead method or downhill simplex method or amoeba method
28+
- Simulated annealing algorithm
29+
30+
- Added benchmarks functions:
31+
- Discus
32+
- Dixon-Price
33+
- Elliptic
34+
- HGBat
35+
- Katsuura
36+
- Levy
37+
- Michalewicz
38+
- Perm
39+
- Powell
40+
- Sphere2 -> Sphere with different powers
41+
- Sphere3 -> Rotated hyper-ellipsoid
42+
- Trid
43+
- Weierstrass
44+
- Zakharov
45+
46+
- **breaking changes** in algorithms structure
47+
- various bugfixes
48+
649
1.0.1 (Mar 21, 2018)
750
--------------------
851
This release reflects the changes from Journal of Open Source Software (JOSS) review:

0 commit comments

Comments
 (0)