Skip to content

Metaflow 2.2.9 (April 19th, 2021)

Compare
Choose a tag to compare
@romain-intel romain-intel released this 19 Apr 22:28
· 979 commits to master since this release

Metaflow 2.2.9 Release Notes

The Metaflow 2.2.9 release is a minor patch release.

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.