From bfb44125f02ddb4c73df738603e9f44889afcdc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grega=20Vrban=C4=8Di=C4=8D?= Date: Tue, 19 Dec 2023 18:13:09 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 23 ++++++++++++ docs/source/changelog.rst | 74 ++++++++++++++++++++++++++++++++++----- 2 files changed, 88 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b00be9..7a086372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,29 @@ # Changelog +## [2.1.0](https://github.com/NiaOrg/NiaPy/releases/tag/2.1.0) - 2023-12-19 + +[Compare with 2.0.5](https://github.com/NiaOrg/NiaPy/compare/2.0.5...2.1.0) + +### Added + +- Add repology badge ([6d56ff5](https://github.com/NiaOrg/NiaPy/commit/6d56ff579d42c5a4960f7ff5e7d482628bdb3967) by Iztok Fister Jr). +- Added pyproject.toml and poetry lock ([f459f56](https://github.com/NiaOrg/NiaPy/commit/f459f56152fa8da1e027d125233f44931706bff0) by zStupan). +- added before_run and after_run callbacks. added a reference to the algorithm in Callback class ([f54f7c2](https://github.com/NiaOrg/NiaPy/commit/f54f7c2008a20eee90ce1447406bfd7e3fa9dcab) by zStupan). +- added callback example ([ea82514](https://github.com/NiaOrg/NiaPy/commit/ea82514dff8aa252652c7f7dd7ad059d91721c92) by zStupan). +- Added callbacks, removed the run_task and iteration_generator methods, moved functionallity to Algorithm.run ([cc08dac](https://github.com/NiaOrg/NiaPy/commit/cc08dac1163f96bb6ee2ed394a333ebe730b2582) by zStupan). + +### Fixed + +- fixed tests ([a9e68b4](https://github.com/NiaOrg/NiaPy/commit/a9e68b4f9f3926aaa5ee586c0fc69a0fc597bf90) by zStupan). +- fix pypi workflow ([5966cf3](https://github.com/NiaOrg/NiaPy/commit/5966cf330a89ec282008d0395cab47e4261b7e89) by zStupan). +- fix docs warnings ([ab71ddc](https://github.com/NiaOrg/NiaPy/commit/ab71ddcd5b840fdc4032eeec44d37f9be8be91c0) by zStupan). + +### Removed + +- removed unused files ([a48d1ff](https://github.com/NiaOrg/NiaPy/commit/a48d1ffd342aea27dbb1f81780acca7ed8fddce5) by zStupan). +- remove pytest-custom-exit-code plugin ([90a15ed](https://github.com/NiaOrg/NiaPy/commit/90a15ed1b9cb85c399616370d9f76f182ef59f43) by zStupan). + ## [2.0.5](https://github.com/NiaOrg/NiaPy/tree/2.0.5) (2023-03-26) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 27d65aa6..5ee5a45e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,62 @@ Changelog ========= +.. raw:: html + + + +`2.1.0 `__ - 2023-12-19 +--------------------------------------------------------------------------- + +\ `Compare with +2.0.5 `__\ + +Added +~~~~~ + +- Add repology badge + (`6d56ff5 `__ + by Iztok Fister Jr). +- Added pyproject.toml and poetry lock + (`f459f56 `__ + by zStupan). +- added before_run and after_run callbacks. added a reference to the + algorithm in Callback class + (`f54f7c2 `__ + by zStupan). +- added callback example + (`ea82514 `__ + by zStupan). +- Added callbacks, removed the run_task and iteration_generator + methods, moved functionallity to Algorithm.run + (`cc08dac `__ + by zStupan). + +Fixed +~~~~~ + +- fixed tests + (`a9e68b4 `__ + by zStupan). +- fix pypi workflow + (`5966cf3 `__ + by zStupan). +- fix docs warnings + (`ab71ddc `__ + by zStupan). + +Removed +~~~~~~~ + +- removed unused files + (`a48d1ff `__ + by zStupan). +- remove pytest-custom-exit-code plugin + (`90a15ed `__ + by zStupan). + +.. _section-1: + `2.0.5 `__ (2023-03-26) ------------------------------------------------------------------- @@ -23,7 +79,7 @@ Changelog `__ `#397 `__ (`zStupan `__) -.. _section-1: +.. _section-2: `2.0.4 `__ (2022-11-20) ------------------------------------------------------------------- @@ -41,7 +97,7 @@ Changelog `__ `#395 `__ (`zStupan `__) -.. _section-2: +.. _section-3: `2.0.3 `__ (2022-09-03) ------------------------------------------------------------------- @@ -71,7 +127,7 @@ Changelog `__ `#389 `__ (`firefly-cpp `__) -.. _section-3: +.. _section-4: `2.0.2 `__ (2022-05-22) ------------------------------------------------------------------- @@ -98,7 +154,7 @@ Changelog `__ `#383 `__ (`zStupan `__) -.. _section-4: +.. _section-5: `2.0.1 `__ (2022-03-05) ------------------------------------------------------------------- @@ -166,7 +222,7 @@ Changelog `__ `#362 `__ (`sisco0 `__) -.. _section-5: +.. _section-6: `2.0.0 `__ (2021-12-27) ------------------------------------------------------------------- @@ -836,7 +892,7 @@ Changelog `__ - HBA - bugfix `#157 `__ (`kivancguckiran `__) -.. _section-6: +.. _section-7: `1.0.2 `__ (2018-10-24) ------------------------------------------------------------------- @@ -853,7 +909,7 @@ Changelog `__ - fix Bat Algorithm `#161 `__ (`GregaVrbancic `__) -.. _section-7: +.. _section-8: `2 `__ (2018-08-30) ----------------------------------------------------------- @@ -940,7 +996,7 @@ Changelog `__ - DOI added `#128 `__ (`lucijabrezocnik `__) -.. _section-8: +.. _section-9: `1.0.1 `__ (2018-03-21) ------------------------------------------------------------------- @@ -986,7 +1042,7 @@ Changelog `__ … `#114 `__ (`mlaky88 `__) -.. _section-9: +.. _section-10: `1.0.0 `__ (2018-02-28) -------------------------------------------------------------------