Improved parallelization and PBT algorithm
Pre-release
Pre-release
release-drafter
released this
12 Feb 00:09
·
846 commits
to master
since this release
Parallelization is improved leveraging new Runner (#684) and a shared algorithm state (#786).
🚀 Features
🏗 Enhancements
- Shared algorithm status @bouthilx (#786)
- Fix get_prior_string [#774] @Delaunay (#776)
- Replace np.object by object; np.object is deprecated @Delaunay (#773)
- Update backend_plotly.py @Delaunay (#772)
- Rework workon @Delaunay (#684)
- Print version on debug verbosity level @nurbal (#765)
- Remove ParallelStrategies from Producer and make them reusable modules for algorithms instead. @bouthilx (#760)
🐛 Bug Fixes
- (re) Fix parsing of hps with "." in name from commandline @lebrice (#785)
- Fix multiprocess del guard @Delaunay (#784)
- Replace exp's stat dict by a dataclass @bouthilx (#771)
- replace count by count_documents #706 @Delaunay (#707)