Metaflow 2.4.2 Release Notes
The Metaflow 2.4.2 release is a patch release
- Bug Fixes
- Fix a bug with accessing legacy logs through
metaflow.client
- Fix a bug with task datastore access when no task attempt has been recorded
- Fix a bug with accessing legacy logs through
Bug Fixes
Fix a bug with accessing legacy logs through metaflow.client
(#779)
Metaflow v2.4.1
introduced a bug (due to a typo) in accessing legacy task logs through metaflow.client
Task("pathspec/to/task").stdout
This release fixes this issue.
Fix a bug with task datastore access when no task attempt has been recorded (#780)
A subtle bug was introduced in Metaflow 2.4.0
where the task datastore access fails when no task attempt was recorded. This release fixes this issue.