- Fix: Gracefully close zmq Context and Socket at progress server close - Add global stage aliases to provide drop-in replacement for existing stages - Add *externals* support - Bugfix: rollback unintended change of behaviour when running directly from the CLI/YAML for running required stages (instead of loading from cache).
1.5.0
- Information of which stages are requested in config now available in context, which allows improved handling of optional stages - Decorated stages improved and better documented
1.4.0
- Running functions as stages now possible with synpp.stage decorator - Added a wrapper class for interactive use, e.g. in Jupyter - Devalidation less sensible for class-stages - Added option to load required stages directly from cache without devalidating
1.3.1
- Bugfix: hashing of input files
1.3.0
- Allow hierarchical configuration options - Devalidate stages if code has changed
1.2.2
- Make deletion available for write-protected directories in Windows