Skip to content

2.3.1 (Jun 23rd 2021)

Compare
Choose a tag to compare
@savingoyal savingoyal released this 23 Jun 18:29
· 481 commits to master since this release
4b82c58

Metaflow 2.3.1 Release Notes

The Metaflow 2.3.1 release is a minor release.

Features

Performance optimizations for merge_artifacts

Prior to this release, FlowSpec.merge_artifacts was loading all of the merged artifacts into memory after doing all of the consistency checks with hashes. This release now avoids the memory and compute costs of decompressing, de-pickling, re-pickling, and recompressing each merged artifact - resulting in improved performance of merge_artifacts.