| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.19.23 source code.tar.gz | 2026-04-28 | 2.9 MB | |
| 2.19.23 source code.zip | 2026-04-28 | 3.4 MB | |
| README.md | 2026-04-28 | 3.0 kB | |
| Totals: 3 Items | 6.3 MB | 2 | |
What's Changed
- Testing Infra Enhancements by @npow in https://github.com/Netflix/metaflow/pull/3040
- Fix an issue with properly resetting LD_LIBRARY_PATH for escape hatch by @romain-intel in https://github.com/Netflix/metaflow/pull/2926
- New decorator hooks by @romain-intel in https://github.com/Netflix/metaflow/pull/2969
- fix remove_decorator return value when removing all matches by @npow in https://github.com/Netflix/metaflow/pull/3041
- Fix foreach join inputs out-of-order for >4 branches by @npow in https://github.com/Netflix/metaflow/pull/2974
- Fix stubs tests failing on Python 3.10+ by @npow in https://github.com/Netflix/metaflow/pull/3116
- Fix get_pinned_conda_libs extension merge to skip empty-string versions by @npow in https://github.com/Netflix/metaflow/pull/3127
- Remove R tests job from CI workflow by @talsperre in https://github.com/Netflix/metaflow/pull/3126
- Refactor ux/core compilation tests to function-style pytest by @talsperre in https://github.com/Netflix/metaflow/pull/3131
- Preserve dashed tags in metaflow version parsing and public-version stripping by @talsperre in https://github.com/Netflix/metaflow/pull/3132
- Removed the duplicate and unused pretty_print function by @agsaru in https://github.com/Netflix/metaflow/pull/3133
- Allow UserStepDecorators to also be StepMutators by @romain-intel in https://github.com/Netflix/metaflow/pull/3079
- Improve
--compress-state-machinehelp text by @dpoznik in https://github.com/Netflix/metaflow/pull/3146 - fix: skip CronWorkflow creation when @schedule resolves to no schedule by @KnutZuidema in https://github.com/Netflix/metaflow/pull/3122
- Remove dead test_runner and unnecessary numpy CI dep by @npow in https://github.com/Netflix/metaflow/pull/3149
- Codify pytest test conventions and align legacy tests by @talsperre in https://github.com/Netflix/metaflow/pull/3150
- Show link to argo workflows when triggering a run by @amerberg in https://github.com/Netflix/metaflow/pull/1934
- fix: use
path_keyinstead of stalepathinload_blobserror messages by @codeMaestro78 in https://github.com/Netflix/metaflow/pull/2943 - pre-commit: Fix-end-of-files by @cclauss in https://github.com/Netflix/metaflow/pull/2733
- pre-commit: Trim trailing whitespace by @cclauss in https://github.com/Netflix/metaflow/pull/2732
- feat: @step(start=True)/@step(end=True) annotations, single-step flows, and node_info metadata by @romain-intel in https://github.com/Netflix/metaflow/pull/3120
- release: 2.19.23 by @talsperre in https://github.com/Netflix/metaflow/pull/3158
New Contributors
- @agsaru made their first contribution in https://github.com/Netflix/metaflow/pull/3133
- @KnutZuidema made their first contribution in https://github.com/Netflix/metaflow/pull/3122
- @codeMaestro78 made their first contribution in https://github.com/Netflix/metaflow/pull/2943
Full Changelog: https://github.com/Netflix/metaflow/compare/2.19.22...2.19.23