v2.1.0
What's Changed
This is a minor release with several quality of life improvements for a few of the more gnarly packaging cases
Note that when using CUDA packages, you will now be asked to explicitly specify a CUDA version:
New features
- Add support for git dependencies by @mjlbach and @muyajil in #435
- accept build strings in virtual package specs by @minrk in #429
- Allow the use of channels like
channel::package
in TOML files. by @romain-intel in #425
Bugfixes, infrastructure, etc.
- List prefixes for consideration for env var substitution by @nicoddemus in #437
- Use setup-micromamba for test workflow by @maresb in #421
- Restore Micromamba tests by @maresb in #422
- Update ibis test by @maresb in #430
- Run test_install in its own directory by @maresb in #431
- Handle nodefaults correctly in all specs by @maresb in #423
- Use conda-lock with the conda-lock project (dogfood) by @maresb in #359
New Contributors
- @nicoddemus made their first contribution in #437
- @mjlbach made their first contribution in #394 and #435
- @muyajil made their first contribution in #435
Full Changelog: v2.0.0...v2.1.0