Releases: NiaOrg/NiaPy
Releases · NiaOrg/NiaPy
2.6.1 (2025-11-24)
2.6.0 (2025-11-21)
Fixed
- fix: dependecies and conda build (#720) (2f86304 by Grega Vrbančič). Co-authored-by: Copilot [email protected], Co-authored-by: Copilot [email protected], Co-authored-by: GregaVrbancic [email protected]
2.5.2 (2025-01-06)
Fixed
2.5.1 (2024-10-29)
What's Changed
- fixed numpy compatibility errors by @zStupan in #536
- README & development dependencies by @lahovniktadej in #562
- New algorithm: iL-SHADE by @GregaRubin in #560
- Fix Read the Docs build by @zStupan in #580
- fix: scout bee phrase of ABC by @peacemo in #601
New Contributors
- @GregaRubin made their first contribution in #560
- @peacemo made their first contribution in #601
Full Changelog: v2.3.1...v2.5.1
2.3.1 (2024-05-17)
2.3.0 (2024-05-17)
2.1.0 (2023-12-19)
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
2.0.5 (2023-03-26)
2.0.4 (2022-11-20)
2.0.3 (2022-09-03)
Fixed bugs:
- AttributeError: 'NoneType' object has no attribute 'copy' #393
Closed issues:
- Draft a new release #387
- L-SHADE algorithm #386
- Can not control the number of max_evals or max_iters #376
- Graphical user interface (GUI) for NiaPy #330
Merged pull requests:
- L-SHADE implementation #390 (AlesGartner)
- Installation instructions for NixOS #389 (firefly-cpp)