Metaflow 2.2.2 Release Notes
The Metaflow 2.2.2 release is a minor patch release.
- Bug Fixes
- Fix a regression introduced in 2.2.1 related to Conda environments
- Clarify Pandas requirements for Tutorial Episode 04
- Fix an issue with the metadata service
Bug Fixes
Fix a regression with Conda
Metaflow 2.2.1 included a commit which was merged too early and broke the use of Conda. This release reverses this patch.
Clarify Pandas version needed for Episode 04
Recent versions of Pandas are not backward compatible with the one used in the tutorial; a small comment was added to warn of this fact.
Fix an issue with the metadata service
In some cases, the metadata service would not properly create runs or tasks.