Releases: LoLab-MSM/simplePSO
Releases · LoLab-MSM/simplePSO
2.2.3
Small fixes
Main change fixes how a particle is copied, preventing recursive copying (partcle.best.best.best ...). This is also the first release that uses github actions, so now based on git tags we can release new pypi versions.
What's Changed
- simplePSO 2.0 by @JamesPino in #1
- fix print error by @ortega2247 in #3
- Rewrite 2.0 by @JamesPino in #4
- Add dill to setup, add SerialExecutor when num_processes is set to 1 by @ortega2247 in #5
- Rewrite 2.0 by @JamesPino in #7
- Update docs by @JamesPino in #8
- Create workflow for release by @JamesPino in #10
- Correcting copy mechanism of particle. by @JamesPino in #9
New Contributors
- @ortega2247 made their first contribution in #3
Full Changelog: 1.0...2.2.1
simplePSO release 1.0
Initial release of simplePSO.