Skip to content

Releases: NiaOrg/NiaPy

2.0.0rc8 (2019-11-11)

11 Nov 09:43
Compare
Choose a tag to compare
2.0.0rc8 (2019-11-11) Pre-release
Pre-release

Full Changelog

Merged pull requests:

2.0.0rc7 (2019-11-11)

11 Nov 09:26
Compare
Choose a tag to compare
2.0.0rc7 (2019-11-11) Pre-release
Pre-release

Full Changelog

Merged pull requests:

2.0.0rc6 (2019-11-11)

11 Nov 09:35
Compare
Choose a tag to compare
2.0.0rc6 (2019-11-11) Pre-release
Pre-release

Full Changelog

Closed issues:

  • Confusion with GSO #221
  • No module named 'NiaPy.algorithms' #219
  • Documentation fix #211

Merged pull requests:

2.0.0rc5 (May 6, 2019)

06 May 05:15
Compare
Choose a tag to compare
Pre-release
  • fixes and improvements of algorithm interface
  • various algorithm implementation fixes
  • add support for Python 3.7
  • documentation fixes
  • introduced maximization
  • added algorithms:
    • Fish School Search
    • Coral Reefs Optimization
    • Cuckoo Search
    • Forest Optimization Algorithm
    • Monarch Butterfly Optimization
  • update runner utility
  • update examples
  • various bugfixes

2.0.0rc4 (Nov 30, 2018)

30 Nov 13:05
Compare
Choose a tag to compare
Pre-release
  • fix dependecies versions

2.0.0rc3 (Nov 30, 2018)

30 Nov 12:57
Compare
Choose a tag to compare
Pre-release
  • added moth flame optimizer
  • added new examples
  • documentation updates
  • PSO and BBFWA algorithms fixes
  • stopping conditions fixes
  • added new test cases
  • added multiple seed option
  • various bugfixes

1.0.2 (Oct 24, 2018)

24 Oct 09:42
Compare
Choose a tag to compare
  • fix Bat and Hybrid Bat algorithms

2.0.0rc2 (Aug 30, 2018)

30 Aug 09:35
Compare
Choose a tag to compare
Pre-release

Changes included in release:

  • Added algorithms:

    • basic:
      • Camel algorithm
      • Evolution Strategy
      • Fireworks algorithm
      • Glowworm swarm optimization
      • Harmony search algorithm
      • Krill Herd Algorithm
      • Monkey King Evolution
      • Multiple trajectory search
      • Sine Cosine Algorithm
    • modified:
      • Dynamic population size self-adaptive differential evolution algorithm
    • other:
      • Anarchic society optimization algorithm
      • Hill climbing algorithm
      • Multiple trajectory search
      • Nelder mead method or downhill simplex method or amoeba method
      • Simulated annealing algorithm
  • Added benchmarks functions:

    • Discus
    • Dixon-Price
    • Elliptic
    • HGBat
    • Katsuura
    • Levy
    • Michalewicz
    • Perm
    • Powell
    • Sphere2 -> Sphere with different powers
    • Sphere3 -> Rotated hyper-ellipsoid
    • Trid
    • Weierstrass
    • Zakharov
  • breaking changes in algorithms structure

  • various bugfixes

  • fix PyPI build

2.0.0rc1 (Aug 30, 2018)

30 Aug 09:14
Compare
Choose a tag to compare
Pre-release
Niapy version 2.0.0rc1

1.0.1 (Mar 21, 2018)

21 Mar 16:24
Compare
Choose a tag to compare

This release reflects the changes from Journal of Open Source Software (JOSS) review:

  • Better API Documentation

  • Clarification of set-up requirements in README

  • Improved paper