Skip to content

Commit 9581b62

Browse files
committed
Update changelog
1 parent 8c2db3e commit 9581b62

File tree

2 files changed

+144
-23
lines changed

2 files changed

+144
-23
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.0.3](https://github.com/NiaOrg/NiaPy/tree/2.0.3) (2022-09-03)
4+
5+
[Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.2...2.0.3)
6+
7+
**Fixed bugs:**
8+
9+
- AttributeError: 'NoneType' object has no attribute 'copy' [\#393](https://github.com/NiaOrg/NiaPy/issues/393)
10+
11+
**Closed issues:**
12+
13+
- Draft a new release [\#387](https://github.com/NiaOrg/NiaPy/issues/387)
14+
- L-SHADE algorithm [\#386](https://github.com/NiaOrg/NiaPy/issues/386)
15+
- Can not control the number of max\_evals or max\_iters [\#376](https://github.com/NiaOrg/NiaPy/issues/376)
16+
- Graphical user interface \(GUI\) for NiaPy [\#330](https://github.com/NiaOrg/NiaPy/issues/330)
17+
18+
**Merged pull requests:**
19+
20+
- L-SHADE implementation [\#390](https://github.com/NiaOrg/NiaPy/pull/390) ([AlesGartner](https://github.com/AlesGartner))
21+
- Installation instructions for NixOS [\#389](https://github.com/NiaOrg/NiaPy/pull/389) ([firefly-cpp](https://github.com/firefly-cpp))
22+
323
## [2.0.2](https://github.com/NiaOrg/NiaPy/tree/2.0.2) (2022-05-22)
424

525
[Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.1...2.0.2)

docs/source/changelog.rst

Lines changed: 124 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
Changelog
22
=========
33

4+
`2.0.3 <https://github.com/NiaOrg/NiaPy/tree/2.0.3>`__ (2022-09-03)
5+
-------------------------------------------------------------------
6+
7+
`Full
8+
Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.2...2.0.3>`__
9+
10+
**Fixed bugs:**
11+
12+
- AttributeError: ‘NoneType’ object has no attribute ‘copy’
13+
`#393 <https://github.com/NiaOrg/NiaPy/issues/393>`__
14+
15+
**Closed issues:**
16+
17+
- Draft a new release
18+
`#387 <https://github.com/NiaOrg/NiaPy/issues/387>`__
19+
- L-SHADE algorithm
20+
`#386 <https://github.com/NiaOrg/NiaPy/issues/386>`__
21+
- Can not control the number of max_evals or max_iters
22+
`#376 <https://github.com/NiaOrg/NiaPy/issues/376>`__
23+
- Graphical user interface (GUI) for NiaPy
24+
`#330 <https://github.com/NiaOrg/NiaPy/issues/330>`__
25+
26+
**Merged pull requests:**
27+
28+
- L-SHADE implementation
29+
`#390 <https://github.com/NiaOrg/NiaPy/pull/390>`__
30+
(`AlesGartner <https://github.com/AlesGartner>`__)
31+
- Installation instructions for NixOS
32+
`#389 <https://github.com/NiaOrg/NiaPy/pull/389>`__
33+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
34+
35+
.. _section-1:
36+
437
`2.0.2 <https://github.com/NiaOrg/NiaPy/tree/2.0.2>`__ (2022-05-22)
538
-------------------------------------------------------------------
639

@@ -23,7 +56,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.1...2.0.2>`__
2356
`#383 <https://github.com/NiaOrg/NiaPy/pull/383>`__
2457
(`zStupan <https://github.com/zStupan>`__)
2558

26-
.. _section-1:
59+
.. _section-2:
2760

2861
`2.0.1 <https://github.com/NiaOrg/NiaPy/tree/2.0.1>`__ (2022-03-05)
2962
-------------------------------------------------------------------
@@ -78,6 +111,9 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1>`__
78111
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
79112
- Improve CI `#368 <https://github.com/NiaOrg/NiaPy/pull/368>`__
80113
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
114+
- Add pytest-testmon to reduce the execution time of tests.
115+
`#366 <https://github.com/NiaOrg/NiaPy/pull/366>`__
116+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
81117
- Fix clonalg implementation
82118
`#365 <https://github.com/NiaOrg/NiaPy/pull/365>`__
83119
(`zStupan <https://github.com/zStupan>`__)
@@ -88,7 +124,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1>`__
88124
`#362 <https://github.com/NiaOrg/NiaPy/pull/362>`__
89125
(`sisco0 <https://github.com/sisco0>`__)
90126

91-
.. _section-2:
127+
.. _section-3:
92128

93129
`2.0.0 <https://github.com/NiaOrg/NiaPy/tree/2.0.0>`__ (2021-12-27)
94130
-------------------------------------------------------------------
@@ -112,9 +148,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc18...2.0.0>`__
112148

113149
**Merged pull requests:**
114150

115-
- Add pytest-testmon to reduce the execution time of tests.
116-
`#366 <https://github.com/NiaOrg/NiaPy/pull/366>`__
117-
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
118151
- Do not package the tests
119152
`#358 <https://github.com/NiaOrg/NiaPy/pull/358>`__
120153
(`firefly-cpp <https://github.com/firefly-cpp>`__)
@@ -140,9 +173,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc18...2.0.0>`__
140173
- Fixed csendes function.
141174
`#345 <https://github.com/NiaOrg/NiaPy/pull/345>`__
142175
(`zStupan <https://github.com/zStupan>`__)
143-
- Initial implementation of Clonal Selection Algorithm
144-
`#340 <https://github.com/NiaOrg/NiaPy/pull/340>`__
145-
(`andrazperson <https://github.com/andrazperson>`__)
146176

147177
`2.0.0rc18 <https://github.com/NiaOrg/NiaPy/tree/2.0.0rc18>`__ (2021-08-18)
148178
---------------------------------------------------------------------------
@@ -169,6 +199,9 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc17...2.0.0rc18>`__
169199
- Fix various algorithms
170200
`#342 <https://github.com/NiaOrg/NiaPy/pull/342>`__
171201
(`zStupan <https://github.com/zStupan>`__)
202+
- Initial implementation of Clonal Selection Algorithm
203+
`#340 <https://github.com/NiaOrg/NiaPy/pull/340>`__
204+
(`andrazperson <https://github.com/andrazperson>`__)
172205
- docs: add firefly-cpp as a contributor for question, test
173206
`#337 <https://github.com/NiaOrg/NiaPy/pull/337>`__
174207
(`allcontributors[bot] <https://github.com/apps/allcontributors>`__)
@@ -232,8 +265,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc16...2.0.0rc17>`__
232265
- Fix detection of two digit Python minor version
233266
`#316 <https://github.com/NiaOrg/NiaPy/pull/316>`__
234267
(`hrnciar <https://github.com/hrnciar>`__)
235-
- Huge refactor `#309 <https://github.com/NiaOrg/NiaPy/pull/309>`__
236-
(`zStupan <https://github.com/zStupan>`__)
237268

238269
`2.0.0rc16 <https://github.com/NiaOrg/NiaPy/tree/2.0.0rc16>`__ (2021-05-26)
239270
---------------------------------------------------------------------------
@@ -280,6 +311,8 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc14...2.0.0rc15>`__
280311

281312
**Merged pull requests:**
282313

314+
- Huge refactor `#309 <https://github.com/NiaOrg/NiaPy/pull/309>`__
315+
(`zStupan <https://github.com/zStupan>`__)
283316
- corrected reference URL for basic hs algorithm
284317
`#307 <https://github.com/NiaOrg/NiaPy/pull/307>`__
285318
(`firefly-cpp <https://github.com/firefly-cpp>`__)
@@ -491,8 +524,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc10...2.0.0rc11>`__
491524
- update getting started documentation
492525
`#248 <https://github.com/NiaOrg/NiaPy/pull/248>`__
493526
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
494-
- Development `#247 <https://github.com/NiaOrg/NiaPy/pull/247>`__
495-
(`kb2623 <https://github.com/kb2623>`__)
496527
- docs: add brett18618 as a contributor
497528
`#242 <https://github.com/NiaOrg/NiaPy/pull/242>`__
498529
(`allcontributors[bot] <https://github.com/apps/allcontributors>`__)
@@ -763,7 +794,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
763794
- HBA - bugfix `#157 <https://github.com/NiaOrg/NiaPy/pull/157>`__
764795
(`kivancguckiran <https://github.com/kivancguckiran>`__)
765796

766-
.. _section-3:
797+
.. _section-4:
767798

768799
`1.0.2 <https://github.com/NiaOrg/NiaPy/tree/1.0.2>`__ (2018-10-24)
769800
-------------------------------------------------------------------
@@ -775,12 +806,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
775806
- Hybrid Bat Algorithm coding mistake?
776807
`#156 <https://github.com/NiaOrg/NiaPy/issues/156>`__
777808

778-
**Merged pull requests:**
779-
780-
- fix Bat Algorithm `#161 <https://github.com/NiaOrg/NiaPy/pull/161>`__
781-
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
782-
783-
.. _section-4:
809+
.. _section-5:
784810

785811
`2 <https://github.com/NiaOrg/NiaPy/tree/2>`__ (2018-08-30)
786812
-----------------------------------------------------------
@@ -867,7 +893,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.1...2.0.0rc1>`__
867893
- DOI added `#128 <https://github.com/NiaOrg/NiaPy/pull/128>`__
868894
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
869895

870-
.. _section-5:
896+
.. _section-6:
871897

872898
`1.0.1 <https://github.com/NiaOrg/NiaPy/tree/1.0.1>`__ (2018-03-21)
873899
-------------------------------------------------------------------
@@ -913,7 +939,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.0...1.0.1>`__
913939
… `#114 <https://github.com/NiaOrg/NiaPy/pull/114>`__
914940
(`mlaky88 <https://github.com/mlaky88>`__)
915941

916-
.. _section-6:
942+
.. _section-7:
917943

918944
`1.0.0 <https://github.com/NiaOrg/NiaPy/tree/1.0.0>`__ (2018-02-28)
919945
-------------------------------------------------------------------
@@ -925,6 +951,12 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.0rc2...1.0.0>`__
925951

926952
- Runner export `#39 <https://github.com/NiaOrg/NiaPy/pull/39>`__
927953
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
954+
- add benchmarks module
955+
`#14 <https://github.com/NiaOrg/NiaPy/pull/14>`__
956+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
957+
- add needed dependencies
958+
`#7 <https://github.com/NiaOrg/NiaPy/pull/7>`__
959+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
928960

929961
`1.0.0rc2 <https://github.com/NiaOrg/NiaPy/tree/1.0.0rc2>`__ (2018-02-28)
930962
-------------------------------------------------------------------------
@@ -1162,6 +1194,75 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/cd5a1ff3e1c9f426fde8b40a625ab
11621194
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
11631195
- Feature functions2 `#32 <https://github.com/NiaOrg/NiaPy/pull/32>`__
11641196
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1197+
- Griewank function `#31 <https://github.com/NiaOrg/NiaPy/pull/31>`__
1198+
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1199+
- fix code style syntax
1200+
`#30 <https://github.com/NiaOrg/NiaPy/pull/30>`__
1201+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1202+
- schwefel and whitley
1203+
`#29 <https://github.com/NiaOrg/NiaPy/pull/29>`__
1204+
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1205+
- add function implementations
1206+
`#28 <https://github.com/NiaOrg/NiaPy/pull/28>`__
1207+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1208+
- fix bounds for sphere function
1209+
`#27 <https://github.com/NiaOrg/NiaPy/pull/27>`__
1210+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1211+
- fix code style `#26 <https://github.com/NiaOrg/NiaPy/pull/26>`__
1212+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1213+
- Add runner `#25 <https://github.com/NiaOrg/NiaPy/pull/25>`__
1214+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1215+
- Added jDE,PSO,ABC,GA(buggy code)
1216+
`#24 <https://github.com/NiaOrg/NiaPy/pull/24>`__
1217+
(`mlaky88 <https://github.com/mlaky88>`__)
1218+
- Functions description
1219+
`#23 <https://github.com/NiaOrg/NiaPy/pull/23>`__
1220+
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1221+
- Schwefel function `#22 <https://github.com/NiaOrg/NiaPy/pull/22>`__
1222+
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1223+
- Renew architecture `#21 <https://github.com/NiaOrg/NiaPy/pull/21>`__
1224+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1225+
- Basic tests `#20 <https://github.com/NiaOrg/NiaPy/pull/20>`__
1226+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1227+
- Feature functions `#19 <https://github.com/NiaOrg/NiaPy/pull/19>`__
1228+
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
1229+
- new algorithm `#18 <https://github.com/NiaOrg/NiaPy/pull/18>`__
1230+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1231+
- add modified algorithm implementation
1232+
`#17 <https://github.com/NiaOrg/NiaPy/pull/17>`__
1233+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1234+
- add fpa example. update README.md with example.
1235+
`#15 <https://github.com/NiaOrg/NiaPy/pull/15>`__
1236+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1237+
- Improve docs `#13 <https://github.com/NiaOrg/NiaPy/pull/13>`__
1238+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1239+
- added reference for DE
1240+
`#12 <https://github.com/NiaOrg/NiaPy/pull/12>`__
1241+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1242+
- Rastrigin and Rosenbrock added
1243+
`#11 <https://github.com/NiaOrg/NiaPy/pull/11>`__
1244+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1245+
- DE algorithm implementation
1246+
`#10 <https://github.com/NiaOrg/NiaPy/pull/10>`__
1247+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1248+
- fixing typos `#9 <https://github.com/NiaOrg/NiaPy/pull/9>`__
1249+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1250+
- new config files `#6 <https://github.com/NiaOrg/NiaPy/pull/6>`__
1251+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1252+
- adding flower pollination algorithm
1253+
`#5 <https://github.com/NiaOrg/NiaPy/pull/5>`__
1254+
(`rhododendrom <https://github.com/rhododendrom>`__)
1255+
- an example of benchmark function
1256+
`#4 <https://github.com/NiaOrg/NiaPy/pull/4>`__
1257+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
1258+
- Documentation `#3 <https://github.com/NiaOrg/NiaPy/pull/3>`__
1259+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1260+
- Create CODE_OF_CONDUCT.md
1261+
`#2 <https://github.com/NiaOrg/NiaPy/pull/2>`__
1262+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
1263+
- add hybrid bat algorithm implementation with example
1264+
`#1 <https://github.com/NiaOrg/NiaPy/pull/1>`__
1265+
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
11651266

1166-
\* *This Changelog was automatically generated
1167-
by*\ `github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__
1267+
\* *This Changelog was automatically generated by*
1268+
`github_changelog_generator <https://github.com/github-changelog-generator/github-changelog-generator>`__

0 commit comments

Comments
 (0)