From 2c6747c82c7ea1df6c990d16a85b93a6a42db06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grega=20Vrban=C4=8Di=C4=8D?= Date: Mon, 27 Dec 2021 12:08:51 +0100 Subject: [PATCH] Update readme and changelog --- CHANGELOG.md | 26 ++++++++++++++++++ README.md | 14 ---------- README.rst | 16 ----------- docs/source/changelog.rst | 56 ++++++++++++++++++++++++++++++++++++--- 4 files changed, 79 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a12c247..c05110c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [2.0.0](https://github.com/NiaOrg/NiaPy/tree/2.0.0) (2021-12-27) + +[Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.0rc18...2.0.0) + +**Fixed bugs:** + +- BA implementation bug [\#352](https://github.com/NiaOrg/NiaPy/issues/352) + +**Closed issues:** + +- Remove vim comments [\#349](https://github.com/NiaOrg/NiaPy/issues/349) +- Infinity test problem is a duplicate of Csendes [\#347](https://github.com/NiaOrg/NiaPy/issues/347) +- Add a citation.cff file [\#346](https://github.com/NiaOrg/NiaPy/issues/346) + +**Merged pull requests:** + +- Do not package the tests [\#358](https://github.com/NiaOrg/NiaPy/pull/358) ([firefly-cpp](https://github.com/firefly-cpp)) +- Add badge for Fedora [\#356](https://github.com/NiaOrg/NiaPy/pull/356) ([firefly-cpp](https://github.com/firefly-cpp)) +- Fixed flake8 versions [\#355](https://github.com/NiaOrg/NiaPy/pull/355) ([zStupan](https://github.com/zStupan)) +- Maximization example corrected [\#354](https://github.com/NiaOrg/NiaPy/pull/354) ([firefly-cpp](https://github.com/firefly-cpp)) +- Fixed BA [\#353](https://github.com/NiaOrg/NiaPy/pull/353) ([zStupan](https://github.com/zStupan)) +- Loa algorithm [\#351](https://github.com/NiaOrg/NiaPy/pull/351) ([AljoM](https://github.com/AljoM)) +- Removed vim comments [\#350](https://github.com/NiaOrg/NiaPy/pull/350) ([zStupan](https://github.com/zStupan)) +- Remove infinity test problem and add missing test problems to docs [\#348](https://github.com/NiaOrg/NiaPy/pull/348) ([zStupan](https://github.com/zStupan)) +- Fixed csendes function. [\#345](https://github.com/NiaOrg/NiaPy/pull/345) ([zStupan](https://github.com/zStupan)) + ## [2.0.0rc18](https://github.com/NiaOrg/NiaPy/tree/2.0.0rc18) (2021-08-18) [Full Changelog](https://github.com/NiaOrg/NiaPy/compare/2.0.0rc17...2.0.0rc18) diff --git a/README.md b/README.md index 2eaf3e17..67951f4f 100644 --- a/README.md +++ b/README.md @@ -48,20 +48,6 @@ Our mission is to build a collection of nature-inspired algorithms and create a Install NiaPy with pip: -## Latest version (2.0.0rc18) - -```sh -$ pip install niapy==2.0.0rc18 -``` - -To install NiaPy with conda, use: - -```sh -$ conda install -c niaorg niapy=2.0.0rc18 -``` - -## Latest stable version - ```sh $ pip install niapy ``` diff --git a/README.rst b/README.rst index f553e94d..08539ef9 100644 --- a/README.rst +++ b/README.rst @@ -50,22 +50,6 @@ Installation Install NiaPy with pip: -Latest version (2.0.0rc18) --------------------------- - -.. code:: sh - - $ pip install niapy==2.0.0rc18 - -To install NiaPy with conda, use: - -.. code:: sh - - $ conda install -c niaorg niapy=2.0.0rc18 - -Latest stable version ---------------------- - .. code:: sh $ pip install niapy diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 2f9c8160..85b67a6f 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,54 @@ Changelog ========= +`2.0.0 `__ (2021-12-27) +------------------------------------------------------------------- + +`Full +Changelog `__ + +**Fixed bugs:** + +- BA implementation bug + `#352 `__ + +**Closed issues:** + +- Remove vim comments + `#349 `__ +- Infinity test problem is a duplicate of Csendes + `#347 `__ +- Add a citation.cff file + `#346 `__ + +**Merged pull requests:** + +- Do not package the tests + `#358 `__ + (`firefly-cpp `__) +- Add badge for Fedora + `#356 `__ + (`firefly-cpp `__) +- Fixed flake8 versions + `#355 `__ + (`zStupan `__) +- Maximization example corrected + `#354 `__ + (`firefly-cpp `__) +- Fixed BA `#353 `__ + (`zStupan `__) +- Loa algorithm `#351 `__ + (`AljoM `__) +- Removed vim comments + `#350 `__ + (`zStupan `__) +- Remove infinity test problem and add missing test problems to docs + `#348 `__ + (`zStupan `__) +- Fixed csendes function. + `#345 `__ + (`zStupan `__) + `2.0.0rc18 `__ (2021-08-18) --------------------------------------------------------------------------- @@ -621,6 +669,8 @@ Changelog `__ - HBA - bugfix `#157 `__ (`kivancguckiran `__) +.. _section-1: + `1.0.2 `__ (2018-10-24) ------------------------------------------------------------------- @@ -643,7 +693,7 @@ Changelog `__ `Full Changelog `__ -.. _section-1: +.. _section-2: `2 `__ (2018-08-30) ----------------------------------------------------------- @@ -724,7 +774,7 @@ Changelog `__ - DOI added `#128 `__ (`lucijabrezocnik `__) -.. _section-2: +.. _section-3: `1.0.1 `__ (2018-03-21) ------------------------------------------------------------------- @@ -770,7 +820,7 @@ Changelog `__ … `#114 `__ (`mlaky88 `__) -.. _section-3: +.. _section-4: `1.0.0 `__ (2018-02-28) -------------------------------------------------------------------