Skip to content

Releases: Netflix/metaflow-nflx-extensions

Metaflow Netflix Extensions v1.0.5

15 Oct 08:36
a7eab12
Compare
Choose a tag to compare

What's Changed

NOTE: This release requires Metaflow 2.10.0+.

Full Changelog: 1.0.4...1.0.5

Metaflow Netflix Extensions v1.0.4

06 Oct 04:28
c59c785
Compare
Choose a tag to compare

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

Full Changelog: 1.0.3...1.0.4

Metaflow Netflix Extensions v1.0.3

14 Sep 19:45
Compare
Choose a tag to compare

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

14 Sep 16:25
Compare
Choose a tag to compare

What's Changed

  • Fix an issue with merge from upstream

Full Changelog: 1.0.1...1.0.2

Metaflow Netflix Extensions v1.0.1

10 Sep 20:20
372177e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

Metaflow Netflix Extensions v1.0.0

07 Sep 18:01
67f6d04
Compare
Choose a tag to compare

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

18 Aug 08:51
Compare
Choose a tag to compare

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

19 Jun 12:13
Compare
Choose a tag to compare

Fixes an issue with building wheels

Full Changelog: 0.2.2...0.2.3

Metaflow Netflix Extensions v0.2.2

15 Jun 21:16
Compare
Choose a tag to compare

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

13 Jun 17:43
Compare
Choose a tag to compare

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