Metaflow 2.2.9 (April 19th, 2021)
Metaflow 2.2.9 Release Notes
The Metaflow 2.2.9 release is a minor patch release.
- Bug Fixes
- Remove pinned pylint dependency
- Improve handling of
/
in image parameter for batch - List custom FlowSpec parameters in the intended order
Bugs
Remove pinned pylint dependency
Pylint dependency was unpinned and made floating. See PR #462.
Improve handling of /
in image parameter for batch
You are now able to specify docker images of the form foo/bar/baz:tag
in the batch decorator. See PR #466.
List custom FlowSpec parameters in the intended order
The order in which parameters are specified by the user in the FlowSpec is now preserved when displaying them with --help
. See PR #456.