Improvements
Ignore duplicate Metaflow Extensions packages
Duplicate Metaflow Extensions packages were not properly ignored in all cases. This release fixes this and will allow the loading of extensions even if they are present in duplicate form in your sys.path.
Fix package leaks for the environment escape
In some cases, packages from the outside environment (non Conda) could leak into the Conda environment when using the environment escape functionality. This release addresses this issue and ensures that no spurious packages are imported in the Conda environment.
In case you need any assistance or have feedback for us, ping us at chat.metaflow.org or open a GitHub issue.
What's Changed
- Update README.md by @savingoyal in #1431
- Add labels and fix argo by @dhpollack in #1360
- Update KubernetesDecorator class docstring to include persistent_volume_claims by @tfurmston in #1435
- Properly ignore a duplicate metaflow extension package in sys.path by @romain-intel in #1437
- Fix an issue with the escape hatch that could cause outside packages to "leak" by @romain-intel in #1439
- Bump version to 2.9.3 by @romain-intel in #1440
Full Changelog: 2.9.2...2.9.3