Metaflow

Latest version: v2.12.39

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

Scan your dependencies

Page 1 of 28

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

2.12.34

New Contributors
* filipcacky made their first contribution in https://github.com/Netflix/metaflow/pull/2056
* bryant1410 made their first contribution in https://github.com/Netflix/metaflow/pull/2147

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

Page 1 of 28

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.