0.8.0
Although the API only slightly changes (compute_plan_id
renamed into compute_plan_key
, hash
into checksum
and dataset.keys
into dataset.data_sample_keys
), this new version of substra
is designed to work with a new release of the backend that introduces these very important changes:
- asset keys are not content hashes anymore but uuids,
- the unicity of asset content is not enforced anymore (no more
exist_ok=True
, no more AlreadyExists exceptions) - data samples will now be read by the opener in the order they were specified in the tuple.
Changed
- Switch from content hash to uuid for asset keys (#235)
- Renamed attributes (#240)
- Use substra-tools 0.7.0 in examples (#244)
- Added support for multi-node in debug mode (#238 and #239)
Removed
- Removed the run-local command that has been deprecated for a while now and replaced by the debug mode (#242 )