Releases: Netflix/metaflow-nflx-extensions
Releases · Netflix/metaflow-nflx-extensions
Metaflow Netflix Extensions v0.2.0
This breaks the cache format of previous versions. See the README for more information
Notable changes:
- much better handling of
--using
and, more generally, building environments using
other environments (for example when building an environment that is jupyter-compatible) - fixes issues related to requirements parsing -- we now offload it to packaging which does
a much better job :) - fixes an issue with transmutation of Conda packages
- better handling of pip/conda decorator combinations
Full Changelog: 0.1.1...0.2.0
Metaflow Netflix Extensions v0.1.1
Update from upstream project and includes the following fixes:
- better dealing with @pip_base and @conda_base decorators -- it is now more intuitive and
the user does not need to remember if a named environment is a conda or pip one (it will always work) - resolves an issue with pip not honoring platform flags -- we now run pip resolution inside a
conda environment with the right python version - improve the speed of using a named environment with no modification (ie: a "clean" named environment)
- fix issues with running when none of the environments are cached
- make the
metaflow environment
commands more consistent wrtpathspec
.
Full Changelog: 0.1.0...0.1.1
Metaflow Netflix Extensions v0.1.0
What's Changed
- WIP: Feat/tag by @romain-intel in #5
- Improve parsing of requirements.txt by @romain-intel in #8
- Improved requirements.txt parsing. Updated documentation. by @romain-intel in #9
Full Changelog: 0.0.10...0.1.0
Metaflow Netflix Extensions v0.1.0rc5
What's Changed
- Improve parsing of requirements.txt by @romain-intel in #8
Full Changelog: 0.1.0rc4...0.1.0rc5
Metaflow Netflix Extensions v0.1.0rc4
Typo in rc3
Metaflow Netflix Extensions v0.1.0rc3
- Fixed typos and internal caching issues
Metaflow Netflix Extensions v0.1.0rc2
- Use micromamba if the same architecture (not affected by micromamba issue)
- Clarify bugs in conda/mamba so users understand issues if they come up.
- Update documentation
- More robust remote environment resolving.
Metaflow Netflix Extensions 0.1.0rc1
- Fix caching of environments.
Metaflow Netflix Extensions 0.0.11rc4
- Fix issue with empty
CONDA_PREFERRED_FORMAT
- Introduce notebook support when creating an environment
- A bunch of typo fixes
Metaflow Netflix Extensions 0.0.11rc3
- Fix the ability to launch remote jobs on a different architecture
- Fix typos
- Improved debug logging.