Releases: FAST-HEP/fast-flow
Releases · FAST-HEP/fast-flow
v0.6.1
v0.6.0
v0.5.0
v0.4.1
Added
- Zenodo DOI to README
Changed
- Fixed issue where default backend wasn't propagated to imported files, issue #11 @benkrikler
- Fixed issue when stage description is a clone of another, issue #12 @benkrikler
v0.4.0
Added
- travis CI autodeployment to pypi
Changed
- Default backend can be provided as a module / object instead of a string, issue #6 @benkrikler
v0.4.0-rc1
Added
- travis CI autodeployment to pypi
Changed
- Default backend can be provided as a module / object instead of a string, issue #6 @benkrikler
Future instantiation for stages
Add methods so that the actual stages can be instantiated later. We process the config but instead of actually constructing the instances of each stage, return a callable which does the final instantiation. This is useful for potentially distributed workflows to do the instantiation on the distributed tasks.
Also fixed the included example code.