Skip to content

Releases: Netflix/metaflow

2.13

20 Dec 06:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.39...2.13

2.12.39

10 Dec 15:13
b3b109a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.38...2.12.39

2.12.38

08 Dec 03:06
Compare
Choose a tag to compare

What's Changed

  • Fix case where the decorator's init function could be called twice. by @romain-intel in #2167

Full Changelog: 2.12.37...2.12.38

2.12.37

07 Dec 07:22
Compare
Choose a tag to compare

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

Full Changelog: 2.12.36...2.12.37

2.12.36

06 Dec 23:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.35...2.12.36

2.12.35

05 Dec 23:18
be7fe5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.34...2.12.35

2.12.34

04 Dec 13:23
c72c93f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.33...2.12.34

2.12.33

27 Nov 22:55
8ccbbbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.32...2.12.33

2.12.32

26 Nov 19:00
6355a1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.31...2.12.32

2.12.31

22 Nov 19:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.12.30...2.12.31