Metaflow Netflix Extensions v1.1.0
What's Changed
- Support pip-repositories in conda-lock 2.4.0+ by @romain-intel in #27
- Fix #28: Properly split URLs on space as well by @romain-intel in #29
- Fixes an issue with resolving multiple mixed environments in parallel
- Allow pypi-indices in environment.yml to specify pip repositories in that format
- Improved parsing of version information in environment.yml
- Distinguish environments based on the glibc version they are built. Note that for mixed environments (using conda-lock), this requires a recent version of conda-lock (not yet released) which integrates everything in main up to December 11th 2023. In other modes, the handling of glibc version is now fixed and should behave as expected.
- Include tomli in dependencies in more cases to build pyproject.toml packages properly
- Optimistically build wheels even cross platform.
Notes
- Environments may be re-resolved once due to a change in the user-hash for the environment due to the inclusion of the glibc version being used. This may increase the resolution time for environments the first time around.
Full Changelog: 1.0.7...1.1.0