Releases: Netflix/metaflow-nflx-extensions
Releases · Netflix/metaflow-nflx-extensions
Metaflow Netflix Extensions v1.0.5
What's Changed
- Fix issue where a built PYPI package was not moved to the correct directory by @romain-intel in #20
- Compatibility with Python 3.12 by @romain-intel in #21
NOTE: This release requires Metaflow 2.10.0+.
Full Changelog: 1.0.4...1.0.5
Metaflow Netflix Extensions v1.0.4
This release fixes a few bugs as well as updates the documentation to better reflect Metaflow's new pypi/conda decorators in Metaflow v2.10.
What's Changed
- Fix/oss release docs by @romain-intel in #18
Full Changelog: 1.0.3...1.0.4
Metaflow Netflix Extensions v1.0.3
What's Changed
- Fix a typo (syntax error) introduced in 1.0.2
- Properly validate and clean-up URLs coming from
pip config list
- Deal with corner case of having a local datastore
Full Changelog: 1.0.2...1.0.3
Metaflow Netflix Extensions v1.0.2
Metaflow Netflix Extensions v1.0.1
What's Changed
- Fix issue with plugin configuration by @romain-intel in #16
Full Changelog: 1.0.0...1.0.1
Metaflow Netflix Extensions v1.0.0
What's Changed
- Changed UX to make it more friendly.
- First stable release
Full Changelog: 0.2.4...1.0.0
Metaflow Netflix Extensions v0.2.4
Bug Fixes
- Fixes #13
- Reduce verbosity of traces on error
- Better error message when no storage is defined
- More details when pip fails
Full Changelog: 0.2.3...0.2.4
Metaflow Netflix Extensions v0.2.3
Fixes an issue with building wheels
Full Changelog: 0.2.2...0.2.3
Metaflow Netflix Extensions v0.2.2
A few more fixes, notable ones include:
- Properly respect package order from Conda (this can matter in some cases)
- Fix a possible race when reading/writing the local manifest file
Full Changelog: 0.2.1...0.2.2
Metaflow Netflix Extensions v0.2.1
Notable changes:
- New feature
fetch_at_exec
allowing the environment fetching to happen on execute instead of on deploy. - Improved authentication parsing
- Error out properly if a file fails to download
- Allow :: in base environments
- Improved cross-platform resolution (notably resolving for linux on mac)
- Better selection of pip/conda decorator allowing users to add their own
- Better downloading of locally built packages (to reduce the number of times they are downloaded)
- Improved usage of mutable aliases (fetching them when needed)
- Improved disabled=True behavior in conda_base/pip_base
- Squashed a bunch of corner case bugs
Full Changelog: 0.2.0...0.2.1