github Netflix/metaflow 2.4.2
2.4.2 (Oct 25th 2021)

latest releases: 2.18.9, 2.18.8, 2.18.7...
3 years ago

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

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.

Don't miss a new metaflow release

NewReleases is sending notifications on new releases.