Releases: Netflix/metaflow
Releases · Netflix/metaflow
Metaflow 2.7.8 (Sep 3 2022)
What's Changed
- Support airflow with metaflow on azure by @valayDave in #1127
- Fix issue with S3 invocation for conda bootstrap by @savingoyal in #1128
Full Changelog: 2.7.7...2.7.8
Metaflow 2.7.7 (Aug 24 2022)
Metaflow 2.7.7 Release Notes
The Metaflow 2.7.7 release is a minor release
Fixes:
- Fix an issue with get_cards not respecting a Task's ds-root in #1111
- more robust resource type conversions for aws batch/sfn in #1118
Full Changelog: 2.7.6...2.7.7
2.7.6
What's Changed
- Fix another issue with the escape hatch and paths by @romain-intel in #1105
- Bump to 2.7.6 by @romain-intel in #1106
Full Changelog: 2.7.5...2.7.6
2.7.5
What's Changed
- Fix for env_escape bug when importing local packages by @hunsdiecker in #1100
- Bump to 2.7.5 by @romain-intel in #1102
New Contributors
- @hunsdiecker made their first contribution in #1100
Full Changelog: 2.7.4...2.7.5
2.7.4 (Aug 2nd, 2022)
What's Changed
- Fix docstrings for the upcoming API reference (no functional changes!) by @tuulos in #1076
- Move a sys.path modification in s3op to main by @romain-intel in #1095
- Airflow Support by @valayDave in #1094
- Move sys.path insert earlier in s3op.py by @romain-intel in #1098
- bump version to 2.7.4 for release by @savingoyal in #1099
Full Changelog: 2.7.3...2.7.4
Metaflow 2.7.3 (Jul 28 2022)
Metaflow 2.7.3 Release Notes
The Metaflow 2.7.3 release is a minor release
Fixes
- Fix fractional resoure handling for batch in #1089
Improvements
- Metadata version check flag by @mrfalconer in #1088
Full Changelog: 2.7.2...2.7.3
2.7.2
Metaflow 2.7.1 Release Notes
This is a patch release addressing a behavior of the environment escape mechanism.
Bug Fixes
- Previously, if the environment escape mechanism provided a package, a failure would occur if that package was also present in the inner environment. This is now changed and, in that case, the package present is used and the environment escape mechanism is not used.
Full Changelog: 2.7.0...2.7.1
Metaflow 2.7.0 Release Notes
This is a minor release which primarily adds the ability to do runtime tagging.
Features
- Adds the ability to mutate a run's tags during or after a run. A CLI tool is provided (
tag
) as well as methods in the clientadd_tags
,replace_tags
andremove_tags
. If using the Metaflow Metadata service, a version greater than 2.3.0 is required to use this feature.
Full Changelog: 2.6.3...2.7.0
2.6.3 (May 26, 2022)
Metaflow 2.6.3 Release Notes
The Metaflow 2.6.3 release is a minor release
Bug Fixes
- Fix instance metadata calls for IMDSV2 in #1053
Full Changelog: 2.6.2...2.6.3