Releases: NiaOrg/NiaPy
Releases · NiaOrg/NiaPy
2.0.0rc18 (2021-08-18)
Closed issues:
- BA, CS and FA implementations are incorrect #341
- ModuleNotFoundError: No module named 'NiaPy' #339
- Add Problems.md file #332
- Add an example/guide showing how to solve a real-world problem #215
Merged pull requests:
- docs: add andrazperson as a contributor for code #343 (allcontributors[bot])
- Fix various algorithms #342 (zStupan)
- Initial implementation of Clonal Selection Algorithm #340 (andrazperson)
- docs: add firefly-cpp as a contributor for question, test #337 (allcontributors[bot])
- Add Python 3.10 tag #336 (firefly-cpp)
- Update docs #335 (zStupan)
2.0.0rc17 (2021-06-10)
Closed issues:
- Maximization doesn't work #328
- Remove ThrowingTask and CountingTask #317
- Tasks are missing from the documentation. #315
- NiaPy fails to build with Python 3.10.0a7. #308
Merged pull requests:
- Edit Algorithms.md #333 (firefly-cpp)
- Rename BFOA #331 (zStupan)
- Fixed Maximization #329 (zStupan)
- Remove export directory #327 (zStupan)
- docs: add eltociear as a contributor #326 (allcontributors[bot])
- Fix typo in jade.py #324 (eltociear)
- Remove ThrowingTask and CountingTask #323 (zStupan)
- Benchmark refactor #321 (zStupan)
- docs: add lukapecnik as a contributor #320 (allcontributors[bot])
- docs: add zStupan as a contributor #319 (allcontributors[bot])
- docs: add hrnciar as a contributor #318 (allcontributors[bot])
- Fix detection of two digit Python minor version #316 (hrnciar)
2.0.0rc16 (2021-05-26)
2.0.0rc15 (2021-05-14)
2.0.0rc14 (2021-04-23)
Closed issues:
- scipy dependency #303
- Python 2.7 support #301
- Deprecation warnings #297
- Bug in Algorithm.runYield - runIteration executes nGEN - 1 times #293
- User defined function #292
Merged pull requests:
- Removed scipy dependency #304 (zStupan)
- Dropped Python 2 Support #302 (zStupan)
- Run method fix #300 (zStupan)
- Deprecation warnings and JADE fix #299 (sisco0)
- some nitpicks #298 (firefly-cpp)
- docs: add zStupan as a contributor #296 (allcontributors[bot])
- Fixed bug in Algorithm.runYield #295 (zStupan)
- np.float is deprecated #291 (firefly-cpp)
- BFOA quick fix #290 (zStupan)
2.0.0rc13 (2021-03-10)
2.0.0rc12 (2020-12-04)
Fixed bugs:
- Fixing issues related to tests at infinity benchmark and NPAging DE. #267 (sisco0)
- Fix build description #261 (GregaVrbancic)
Closed issues:
- Fedora rpm build | two tests are failing #252
Merged pull requests:
- Harris Hawks Optimization integration #280 (sisco0)
- Fixed some LaTeX formulas #279 (sisco0)
- Implementation of PLBA algorithm #278 (firefly-cpp)
- several TODOs removed #277 (firefly-cpp)
- tests for RS algorithm #276 (firefly-cpp)
- corrections in table #275 (firefly-cpp)
- Exception handling & Random Search implementation #274 (firefly-cpp)
- Table of implemented algorithms added #273 (firefly-cpp)
- removing TabuSearch - immature version #272 (firefly-cpp)
- Update README.md #271 (GregaVrbancic)
- LaTeX codes #270 (sisco0)
- Update issue templates #269 (GregaVrbancic)
- docs: add sisco0 as a contributor #268 (allcontributors[bot])
- reference added, small fixes #265 (lucijabrezocnik)
- Fixes #262 (lucijabrezocnik)
2.0.0rc11 (2020-07-19)
Implemented enhancements:
- Add workflow for publish to anaconda, setup.py fixes #259 (GregaVrbancic)
- Fix runner exports #254 (GregaVrbancic)
- Add python 3.8 #250 (GregaVrbancic)
Fixed bugs:
- OptimizationType.MAXIMIZATION does not work with GWO #246
- Possible issue with unit test #241
- GWO TypeError: unsupported operand type(s) #218
- Fix algorithm utility to work with python2 and add tests #239 (GregaVrbancic)
Closed issues:
Merged pull requests:
- Update versionbump #260 (GregaVrbancic)
- Documentation update #258 (lucijabrezocnik)
- Update Sphinx theme, update outdated stuff #257 (GregaVrbancic)
- Documentation update #256 (lucijabrezocnik)
- updated README file #255 (lucijabrezocnik)
- Installation instructions for Fedora users #253 (firefly-cpp)
- docs: add timzatko as a contributor #251 (allcontributors[bot])
- Fix GWO maximization #249 (GregaVrbancic)
- update getting started documentation #248 (GregaVrbancic)
- docs: add brett18618 as a contributor #242 (allcontributors[bot])
- Fix HSABA, SABA, ABA and fixes for examples #240 (kb2623)