github Netflix/metaflow 2.2.11
2.2.11 (Apr 30th, 2021)

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

Metaflow 2.2.11 Release Notes

The Metaflow 2.2.11 release is a minor patch release.

  • Bug Fixes
    • Fix regression that broke compatibility with Python 2.7
    • Fix a corner case when converting options to CL arguments
    • Fix a bug in case of a hard crash in a step
    • The Conda environment now delegates to the default environment properly for get_environment_info

Bug Fixes

Fix regression that broke compatibility with Python 2.7

shlex.quote, introduced in #493, is not compatible with Python 2.7. pipes.quote is now used for Python 2.7.

Fix a corner case when converting options to CL arguments

Some plugins may need to escape shell variables when using them in command lines. This patch allows this to work.

Fix a bug in case of a hard crash in a step

In some cases, a hard crash in a step would cause the status of the step to not be properly reported.

The Conda environment now delegates to the default environment properly for get_environment_info

The Conda environment now delegates get_environment_info to the DEFAULT_ENVIRONMENT as opposed to the MetaflowEnvironment. This does not change the current default behavior.

Don't miss a new metaflow release

NewReleases is sending notifications on new releases.