Releases: Netflix/metaflow
Releases · Netflix/metaflow
2.13.2
What's Changed
- Allow additional commands to be injected directly on the Runner() by @romain-intel in #2192
- Fix a heisenbug in configs when unpacking a dictionary config by @romain-intel in #2185
- feature: embed dag info into Argo Workflow Template annotations by @saikonen in #2174
- Fix an issue with resume and foreach by @romain-intel in #2197
- fix: cleanup version strings for micromamba by @saikonen in #2201
- release: 2.13.2 by @saikonen in #2202
Full Changelog: 2.13.1...2.13.2
2.13.1
What's Changed
- feature: custom annotations revisited by @saikonen in #1568
- Cleanup
@kubernetes
,@conda
etc. by @savingoyal in #2186 - remove spurious commit by @savingoyal in #2189
- fix error message for pip.py by @savingoyal in #2190
- feature: micromamba download from mirror by @saikonen in #2178
- [heartbeats] Better error handling by @valayDave in #2193
- release: 2.13.1 by @saikonen in #2195
Full Changelog: 2.13...2.13.1
2.13
What's Changed
- boost remote env bootstrap by 70% by @savingoyal in #2175
- boost local bootstrap latency by 20% by @savingoyal in #2176
- set CONDA_OVERRIDE_GLIBC by default by @savingoyal in #2177
- fail early without needing to reduce file_read_timeout by @madhur-ob in #2180
- wait for terminal state by @madhur-ob in #2181
- refactor: enhance clarity by changing 'parse_secret_string_as_json' option to 'json by @isatyamks in #2179
- include flowdir in syspath while loading file in Runner API by @madhur-ob in #2182
- Fix/configs update by @savingoyal in #2183
New Contributors
- @isatyamks made their first contribution in #2179
Full Changelog: 2.12.39...2.13
2.12.39
What's Changed
- Fix issue where run_command blocks when it shouldn't by @romain-intel in #2169
- fix: conda/pypi usage of _user_defined_attributes by @saikonen in #2168
- fix: conda/pypi user-defined attributes tracking by @saikonen in #2170
- fix: update local metadata provider unit test by @saikonen in #2172
- release: 2.12.39 by @saikonen in #2171
Full Changelog: 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 #2167
Full Changelog: 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 (likeMETAFLOW_BRANCH
to pass the equivalent of--branch
for the project decorator), you will now have to useMETAFLOW_FLOW_
(soMETAFLOW_BRANCH
is nowMETAFLOW_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 calledinit
(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 #1962
Full Changelog: 2.12.36...2.12.37
2.12.36
What's Changed
- Fix issue with resume combined with
@parallel
by @romain-intel in #2163
Full Changelog: 2.12.35...2.12.36
2.12.35
2.12.34
What's Changed
- Async runner improvements by @filipcacky in #2056
- fix: S3 paths with fragments not working by @saikonen in #2156
- Add generic typing to multicore_utils.py by @bryant1410 in #2147
- Deploy time triggers (v2) by @talsperre in #2157
- release: 2.12.34 by @saikonen in #2158
New Contributors
- @filipcacky made their first contribution in #2056
- @bryant1410 made their first contribution in #2147
Full Changelog: 2.12.33...2.12.34
2.12.33
What's Changed
- [parallel] exclude
_parallel_ubf_iter
frommerge_artifacts
by @valayDave in #2152 - Revert "Deploy time triggers" by @savingoyal in #2153
- release 2.12.33 by @savingoyal in #2154
Full Changelog: 2.12.32...2.12.33