Skip to content

Commit a17d58a

Browse files
committed
Update changelog
1 parent 4e959a0 commit a17d58a

File tree

2 files changed

+57
-16
lines changed

2 files changed

+57
-16
lines changed

CHANGELOG.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/NiaOrg/NiaPy/tree/2.0.2) (2022-05-22)
4+
5+
[Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.1...2.0.2)
6+
7+
**Closed issues:**
8+
9+
- all-contributors [\#375](https://github.com/NiaOrg/NiaPy/issues/375)
10+
11+
**Merged pull requests:**
12+
13+
- Update docs [\#385](https://github.com/NiaOrg/NiaPy/pull/385) ([zStupan](https://github.com/zStupan))
14+
- Installation instructions for Alpine linux users [\#384](https://github.com/NiaOrg/NiaPy/pull/384) ([firefly-cpp](https://github.com/firefly-cpp))
15+
- Fix get\_parameters [\#383](https://github.com/NiaOrg/NiaPy/pull/383) ([zStupan](https://github.com/zStupan))
16+
317
## [2.0.1](https://github.com/NiaOrg/NiaPy/tree/2.0.1) (2022-03-05)
418

519
[Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1)
@@ -28,7 +42,6 @@
2842
- Add nice badge for showing the total downloads of this package [\#370](https://github.com/NiaOrg/NiaPy/pull/370) ([firefly-cpp](https://github.com/firefly-cpp))
2943
- Add incremental testing to main workflow supported with cache [\#369](https://github.com/NiaOrg/NiaPy/pull/369) ([GregaVrbancic](https://github.com/GregaVrbancic))
3044
- Improve CI [\#368](https://github.com/NiaOrg/NiaPy/pull/368) ([GregaVrbancic](https://github.com/GregaVrbancic))
31-
- Add pytest-testmon to reduce the execution time of tests. [\#366](https://github.com/NiaOrg/NiaPy/pull/366) ([GregaVrbancic](https://github.com/GregaVrbancic))
3245
- Fix clonalg implementation [\#365](https://github.com/NiaOrg/NiaPy/pull/365) ([zStupan](https://github.com/zStupan))
3346
- Refactor/fix michalewicz name [\#363](https://github.com/NiaOrg/NiaPy/pull/363) ([sisco0](https://github.com/sisco0))
3447
- Refactor/fix py typos [\#362](https://github.com/NiaOrg/NiaPy/pull/362) ([sisco0](https://github.com/sisco0))
@@ -49,6 +62,7 @@
4962

5063
**Merged pull requests:**
5164

65+
- Add pytest-testmon to reduce the execution time of tests. [\#366](https://github.com/NiaOrg/NiaPy/pull/366) ([GregaVrbancic](https://github.com/GregaVrbancic))
5266
- Do not package the tests [\#358](https://github.com/NiaOrg/NiaPy/pull/358) ([firefly-cpp](https://github.com/firefly-cpp))
5367
- Add badge for Fedora [\#356](https://github.com/NiaOrg/NiaPy/pull/356) ([firefly-cpp](https://github.com/firefly-cpp))
5468
- Fixed flake8 versions [\#355](https://github.com/NiaOrg/NiaPy/pull/355) ([zStupan](https://github.com/zStupan))
@@ -58,6 +72,7 @@
5872
- Removed vim comments [\#350](https://github.com/NiaOrg/NiaPy/pull/350) ([zStupan](https://github.com/zStupan))
5973
- Remove infinity test problem and add missing test problems to docs [\#348](https://github.com/NiaOrg/NiaPy/pull/348) ([zStupan](https://github.com/zStupan))
6074
- Fixed csendes function. [\#345](https://github.com/NiaOrg/NiaPy/pull/345) ([zStupan](https://github.com/zStupan))
75+
- Initial implementation of Clonal Selection Algorithm [\#340](https://github.com/NiaOrg/NiaPy/pull/340) ([andrazperson](https://github.com/andrazperson))
6176

6277
## [2.0.0rc18](https://github.com/NiaOrg/NiaPy/tree/2.0.0rc18) (2021-08-18)
6378

@@ -74,7 +89,6 @@
7489

7590
- docs: add andrazperson as a contributor for code [\#343](https://github.com/NiaOrg/NiaPy/pull/343) ([allcontributors[bot]](https://github.com/apps/allcontributors))
7691
- Fix various algorithms [\#342](https://github.com/NiaOrg/NiaPy/pull/342) ([zStupan](https://github.com/zStupan))
77-
- Initial implementation of Clonal Selection Algorithm [\#340](https://github.com/NiaOrg/NiaPy/pull/340) ([andrazperson](https://github.com/andrazperson))
7892
- docs: add firefly-cpp as a contributor for question, test [\#337](https://github.com/NiaOrg/NiaPy/pull/337) ([allcontributors[bot]](https://github.com/apps/allcontributors))
7993
- Add Python 3.10 tag [\#336](https://github.com/NiaOrg/NiaPy/pull/336) ([firefly-cpp](https://github.com/firefly-cpp))
8094
- Update docs [\#335](https://github.com/NiaOrg/NiaPy/pull/335) ([zStupan](https://github.com/zStupan))
@@ -104,6 +118,7 @@
104118
- docs: add zStupan as a contributor [\#319](https://github.com/NiaOrg/NiaPy/pull/319) ([allcontributors[bot]](https://github.com/apps/allcontributors))
105119
- docs: add hrnciar as a contributor [\#318](https://github.com/NiaOrg/NiaPy/pull/318) ([allcontributors[bot]](https://github.com/apps/allcontributors))
106120
- Fix detection of two digit Python minor version [\#316](https://github.com/NiaOrg/NiaPy/pull/316) ([hrnciar](https://github.com/hrnciar))
121+
- Huge refactor [\#309](https://github.com/NiaOrg/NiaPy/pull/309) ([zStupan](https://github.com/zStupan))
107122

108123
## [2.0.0rc16](https://github.com/NiaOrg/NiaPy/tree/2.0.0rc16) (2021-05-26)
109124

@@ -138,7 +153,6 @@
138153

139154
**Merged pull requests:**
140155

141-
- Huge refactor [\#309](https://github.com/NiaOrg/NiaPy/pull/309) ([zStupan](https://github.com/zStupan))
142156
- corrected reference URL for basic hs algorithm [\#307](https://github.com/NiaOrg/NiaPy/pull/307) ([firefly-cpp](https://github.com/firefly-cpp))
143157
- Switched to numpy.random.Generator for generating random numbers [\#305](https://github.com/NiaOrg/NiaPy/pull/305) ([zStupan](https://github.com/zStupan))
144158

@@ -249,6 +263,7 @@
249263
- docs: add timzatko as a contributor [\#251](https://github.com/NiaOrg/NiaPy/pull/251) ([allcontributors[bot]](https://github.com/apps/allcontributors))
250264
- Fix GWO maximization [\#249](https://github.com/NiaOrg/NiaPy/pull/249) ([GregaVrbancic](https://github.com/GregaVrbancic))
251265
- update getting started documentation [\#248](https://github.com/NiaOrg/NiaPy/pull/248) ([GregaVrbancic](https://github.com/GregaVrbancic))
266+
- Development [\#247](https://github.com/NiaOrg/NiaPy/pull/247) ([kb2623](https://github.com/kb2623))
252267
- docs: add brett18618 as a contributor [\#242](https://github.com/NiaOrg/NiaPy/pull/242) ([allcontributors[bot]](https://github.com/apps/allcontributors))
253268
- Fix HSABA, SABA, ABA and fixes for examples [\#240](https://github.com/NiaOrg/NiaPy/pull/240) ([kb2623](https://github.com/kb2623))
254269

docs/source/changelog.rst

+39-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
`2.0.2 <https://github.com/NiaOrg/NiaPy/tree/2.0.2>`__ (2022-05-22)
5+
-------------------------------------------------------------------
6+
7+
`Full
8+
Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.1...2.0.2>`__
9+
10+
**Closed issues:**
11+
12+
- all-contributors
13+
`#375 <https://github.com/NiaOrg/NiaPy/issues/375>`__
14+
15+
**Merged pull requests:**
16+
17+
- Update docs `#385 <https://github.com/NiaOrg/NiaPy/pull/385>`__
18+
(`zStupan <https://github.com/zStupan>`__)
19+
- Installation instructions for Alpine linux users
20+
`#384 <https://github.com/NiaOrg/NiaPy/pull/384>`__
21+
(`firefly-cpp <https://github.com/firefly-cpp>`__)
22+
- Fix get_parameters
23+
`#383 <https://github.com/NiaOrg/NiaPy/pull/383>`__
24+
(`zStupan <https://github.com/zStupan>`__)
25+
26+
.. _section-1:
27+
428
`2.0.1 <https://github.com/NiaOrg/NiaPy/tree/2.0.1>`__ (2022-03-05)
529
-------------------------------------------------------------------
630

@@ -54,9 +78,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1>`__
5478
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
5579
- Improve CI `#368 <https://github.com/NiaOrg/NiaPy/pull/368>`__
5680
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
57-
- Add pytest-testmon to reduce the execution time of tests.
58-
`#366 <https://github.com/NiaOrg/NiaPy/pull/366>`__
59-
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
6081
- Fix clonalg implementation
6182
`#365 <https://github.com/NiaOrg/NiaPy/pull/365>`__
6283
(`zStupan <https://github.com/zStupan>`__)
@@ -67,7 +88,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1>`__
6788
`#362 <https://github.com/NiaOrg/NiaPy/pull/362>`__
6889
(`sisco0 <https://github.com/sisco0>`__)
6990

70-
.. _section-1:
91+
.. _section-2:
7192

7293
`2.0.0 <https://github.com/NiaOrg/NiaPy/tree/2.0.0>`__ (2021-12-27)
7394
-------------------------------------------------------------------
@@ -91,6 +112,9 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc18...2.0.0>`__
91112

92113
**Merged pull requests:**
93114

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>`__)
94118
- Do not package the tests
95119
`#358 <https://github.com/NiaOrg/NiaPy/pull/358>`__
96120
(`firefly-cpp <https://github.com/firefly-cpp>`__)
@@ -116,6 +140,9 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc18...2.0.0>`__
116140
- Fixed csendes function.
117141
`#345 <https://github.com/NiaOrg/NiaPy/pull/345>`__
118142
(`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>`__)
119146

120147
`2.0.0rc18 <https://github.com/NiaOrg/NiaPy/tree/2.0.0rc18>`__ (2021-08-18)
121148
---------------------------------------------------------------------------
@@ -142,9 +169,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc17...2.0.0rc18>`__
142169
- Fix various algorithms
143170
`#342 <https://github.com/NiaOrg/NiaPy/pull/342>`__
144171
(`zStupan <https://github.com/zStupan>`__)
145-
- Initial implementation of Clonal Selection Algorithm
146-
`#340 <https://github.com/NiaOrg/NiaPy/pull/340>`__
147-
(`andrazperson <https://github.com/andrazperson>`__)
148172
- docs: add firefly-cpp as a contributor for question, test
149173
`#337 <https://github.com/NiaOrg/NiaPy/pull/337>`__
150174
(`allcontributors[bot] <https://github.com/apps/allcontributors>`__)
@@ -208,6 +232,8 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc16...2.0.0rc17>`__
208232
- Fix detection of two digit Python minor version
209233
`#316 <https://github.com/NiaOrg/NiaPy/pull/316>`__
210234
(`hrnciar <https://github.com/hrnciar>`__)
235+
- Huge refactor `#309 <https://github.com/NiaOrg/NiaPy/pull/309>`__
236+
(`zStupan <https://github.com/zStupan>`__)
211237

212238
`2.0.0rc16 <https://github.com/NiaOrg/NiaPy/tree/2.0.0rc16>`__ (2021-05-26)
213239
---------------------------------------------------------------------------
@@ -254,8 +280,6 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc14...2.0.0rc15>`__
254280

255281
**Merged pull requests:**
256282

257-
- Huge refactor `#309 <https://github.com/NiaOrg/NiaPy/pull/309>`__
258-
(`zStupan <https://github.com/zStupan>`__)
259283
- corrected reference URL for basic hs algorithm
260284
`#307 <https://github.com/NiaOrg/NiaPy/pull/307>`__
261285
(`firefly-cpp <https://github.com/firefly-cpp>`__)
@@ -467,6 +491,8 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0rc10...2.0.0rc11>`__
467491
- update getting started documentation
468492
`#248 <https://github.com/NiaOrg/NiaPy/pull/248>`__
469493
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
494+
- Development `#247 <https://github.com/NiaOrg/NiaPy/pull/247>`__
495+
(`kb2623 <https://github.com/kb2623>`__)
470496
- docs: add brett18618 as a contributor
471497
`#242 <https://github.com/NiaOrg/NiaPy/pull/242>`__
472498
(`allcontributors[bot] <https://github.com/apps/allcontributors>`__)
@@ -737,7 +763,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
737763
- HBA - bugfix `#157 <https://github.com/NiaOrg/NiaPy/pull/157>`__
738764
(`kivancguckiran <https://github.com/kivancguckiran>`__)
739765

740-
.. _section-2:
766+
.. _section-3:
741767

742768
`1.0.2 <https://github.com/NiaOrg/NiaPy/tree/1.0.2>`__ (2018-10-24)
743769
-------------------------------------------------------------------
@@ -754,7 +780,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
754780
- fix Bat Algorithm `#161 <https://github.com/NiaOrg/NiaPy/pull/161>`__
755781
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)
756782

757-
.. _section-3:
783+
.. _section-4:
758784

759785
`2 <https://github.com/NiaOrg/NiaPy/tree/2>`__ (2018-08-30)
760786
-----------------------------------------------------------
@@ -841,7 +867,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.1...2.0.0rc1>`__
841867
- DOI added `#128 <https://github.com/NiaOrg/NiaPy/pull/128>`__
842868
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)
843869

844-
.. _section-4:
870+
.. _section-5:
845871

846872
`1.0.1 <https://github.com/NiaOrg/NiaPy/tree/1.0.1>`__ (2018-03-21)
847873
-------------------------------------------------------------------
@@ -887,7 +913,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.0...1.0.1>`__
887913
… `#114 <https://github.com/NiaOrg/NiaPy/pull/114>`__
888914
(`mlaky88 <https://github.com/mlaky88>`__)
889915

890-
.. _section-5:
916+
.. _section-6:
891917

892918
`1.0.0 <https://github.com/NiaOrg/NiaPy/tree/1.0.0>`__ (2018-02-28)
893919
-------------------------------------------------------------------

0 commit comments

Comments
 (0)