Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GregaVrbancic committed Dec 19, 2023
1 parent a231827 commit bfb4412
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 9 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# Changelog

<!-- insertion marker -->
## [2.1.0](https://github.com/NiaOrg/NiaPy/releases/tag/2.1.0) - 2023-12-19

<small>[Compare with 2.0.5](https://github.com/NiaOrg/NiaPy/compare/2.0.5...2.1.0)</small>

### 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)

Expand Down
74 changes: 65 additions & 9 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,62 @@
Changelog
=========

.. raw:: html

<!-- insertion marker -->

`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).

.. _section-1:

`2.0.5 <https://github.com/NiaOrg/NiaPy/tree/2.0.5>`__ (2023-03-26)
-------------------------------------------------------------------

Expand All @@ -23,7 +79,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.4...2.0.5>`__
`#397 <https://github.com/NiaOrg/NiaPy/pull/397>`__
(`zStupan <https://github.com/zStupan>`__)

.. _section-1:
.. _section-2:

`2.0.4 <https://github.com/NiaOrg/NiaPy/tree/2.0.4>`__ (2022-11-20)
-------------------------------------------------------------------
Expand All @@ -41,7 +97,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.3...2.0.4>`__
`#395 <https://github.com/NiaOrg/NiaPy/pull/395>`__
(`zStupan <https://github.com/zStupan>`__)

.. _section-2:
.. _section-3:

`2.0.3 <https://github.com/NiaOrg/NiaPy/tree/2.0.3>`__ (2022-09-03)
-------------------------------------------------------------------
Expand Down Expand Up @@ -71,7 +127,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.2...2.0.3>`__
`#389 <https://github.com/NiaOrg/NiaPy/pull/389>`__
(`firefly-cpp <https://github.com/firefly-cpp>`__)

.. _section-3:
.. _section-4:

`2.0.2 <https://github.com/NiaOrg/NiaPy/tree/2.0.2>`__ (2022-05-22)
-------------------------------------------------------------------
Expand All @@ -98,7 +154,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.1...2.0.2>`__
`#383 <https://github.com/NiaOrg/NiaPy/pull/383>`__
(`zStupan <https://github.com/zStupan>`__)

.. _section-4:
.. _section-5:

`2.0.1 <https://github.com/NiaOrg/NiaPy/tree/2.0.1>`__ (2022-03-05)
-------------------------------------------------------------------
Expand Down Expand Up @@ -166,7 +222,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/2.0.0...2.0.1>`__
`#362 <https://github.com/NiaOrg/NiaPy/pull/362>`__
(`sisco0 <https://github.com/sisco0>`__)

.. _section-5:
.. _section-6:

`2.0.0 <https://github.com/NiaOrg/NiaPy/tree/2.0.0>`__ (2021-12-27)
-------------------------------------------------------------------
Expand Down Expand Up @@ -836,7 +892,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
- HBA - bugfix `#157 <https://github.com/NiaOrg/NiaPy/pull/157>`__
(`kivancguckiran <https://github.com/kivancguckiran>`__)

.. _section-6:
.. _section-7:

`1.0.2 <https://github.com/NiaOrg/NiaPy/tree/1.0.2>`__ (2018-10-24)
-------------------------------------------------------------------
Expand All @@ -853,7 +909,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.2...2.0.0rc3>`__
- fix Bat Algorithm `#161 <https://github.com/NiaOrg/NiaPy/pull/161>`__
(`GregaVrbancic <https://github.com/GregaVrbancic>`__)

.. _section-7:
.. _section-8:

`2 <https://github.com/NiaOrg/NiaPy/tree/2>`__ (2018-08-30)
-----------------------------------------------------------
Expand Down Expand Up @@ -940,7 +996,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.1...2.0.0rc1>`__
- DOI added `#128 <https://github.com/NiaOrg/NiaPy/pull/128>`__
(`lucijabrezocnik <https://github.com/lucijabrezocnik>`__)

.. _section-8:
.. _section-9:

`1.0.1 <https://github.com/NiaOrg/NiaPy/tree/1.0.1>`__ (2018-03-21)
-------------------------------------------------------------------
Expand Down Expand Up @@ -986,7 +1042,7 @@ Changelog <https://github.com/NiaOrg/NiaPy/compare/1.0.0...1.0.1>`__
… `#114 <https://github.com/NiaOrg/NiaPy/pull/114>`__
(`mlaky88 <https://github.com/mlaky88>`__)

.. _section-9:
.. _section-10:

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

0 comments on commit bfb4412

Please sign in to comment.