Releases: machinable-org/machinable
Releases · machinable-org/machinable
v2.14.0
- Nest submissions under individual components to simplify storage retrival
v2.13.0
- Add URL to submission serialization
- Simplify view registration methods
v2.12.2
- Allow registration overwrite in Execution.set_schedule
v2.12.1
- Ensure that each Execution object has its own Registration
- Allow View creation from URL
v2.12.0
- Allow simpler standard Python class usage of views
- New Component.submission alias for easier introspection
- Capture Slurm engine resource arguments
- New start, finish and success dependent component life cycle events
- Simplify access to engine information
v2.11.0
- Add
host_information
event for explicit registration of additional host info
- Add Execution set_directory method
- Use multiprocess execution by default
- Add on_before_component_construction event
- Allow to set environment variables via special ENVIRON flag
- Allows config method invocation from within config methods
v2.10.0
- Fix bug where SqlIndex models are not recognised correctly
- Add create option to get_url and get_local_directory
- Enable schema-validation by default
v2.9.4
- Introduce engine before and after dispatch events
- Promote mixin overrides in version dict as default
v2.9.3
- Adds default project option
- Allow mixin overrides in version dict
v2.9.2
- Mixins can be specified, extended and overwritten via
Experiment().component(mixins=[])