Metaflow

Latest version: v2.13

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 28

2.13

What's Changed
* boost remote env bootstrap by 70% by savingoyal in https://github.com/Netflix/metaflow/pull/2175
* boost local bootstrap latency by 20% by savingoyal in https://github.com/Netflix/metaflow/pull/2176
* set CONDA_OVERRIDE_GLIBC by default by savingoyal in https://github.com/Netflix/metaflow/pull/2177
* fail early without needing to reduce file_read_timeout by madhur-ob in https://github.com/Netflix/metaflow/pull/2180
* wait for terminal state by madhur-ob in https://github.com/Netflix/metaflow/pull/2181
* refactor: enhance clarity by changing 'parse_secret_string_as_json' option to 'json by isatyamks in https://github.com/Netflix/metaflow/pull/2179
* include flowdir in syspath while loading file in Runner API by madhur-ob in https://github.com/Netflix/metaflow/pull/2182
* Fix/configs update by savingoyal in https://github.com/Netflix/metaflow/pull/2183

New Contributors
* isatyamks made their first contribution in https://github.com/Netflix/metaflow/pull/2179

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.39...2.13

2.12.39

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.38...2.12.39

2.12.38

What's Changed
* Fix case where the decorator's init function could be called twice. by romain-intel in https://github.com/Netflix/metaflow/pull/2167


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.37...2.12.38

2.12.37

Important Note

This release does not contain announced user features but contains architectural changes to support upcoming new features. We have strived to keep changes backward compatible so there should be no breaking changes apart from the following:
- If you used `METAFLOW_` environment variables to pass top-level options for flow-decorators (like `METAFLOW_BRANCH` to pass the equivalent of `--branch` for the project decorator), you will now have to use `METAFLOW_FLOW_` (so `METAFLOW_BRANCH` is now `METAFLOW_FLOW_BRANCH`). The reason for this change was to more safely scope flow-level decorator options.
- If you implement your own extensions (and specifically step/flow decorators), you should move any code you may have in `__init__` to a new callback hook called `init` (no argument). Failure to do so should not impact current functionality but may prevent your decorator from taking advantage of upcoming changes.

We are not aware of any other user-visible breaking changes but please come ask us (or file an issue) if you notice other regressions.

What's Changed
* Metaflow Configs by romain-intel in https://github.com/Netflix/metaflow/pull/1962


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.36...2.12.37

2.12.36

What's Changed
* Fix issue with resume combined with `parallel` by romain-intel in https://github.com/Netflix/metaflow/pull/2163


**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.35...2.12.36

2.12.35

**Full Changelog**: https://github.com/Netflix/metaflow/compare/2.12.34...2.12.35

Page 1 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.