Skip to content

Releases: conda/conda-lock

v0.10.0

09 Jun 13:11
272d94c
Compare
Choose a tag to compare
  • #94 Add platform validation for conda-lock install. This will by default prevent you from installing a lockfile on a platform where it won't work.
  • #95 preliminary osx-arm64 support

Thanks to @janjagusch and @ryanvolz for their contributions.

v0.9.1

24 Mar 22:47
d1ddecc
Compare
Choose a tag to compare
  • Better auth handling (#90, #87 )

Thanks goes out to @janjagusch

v0.9.0

16 Mar 04:30
4b2ff1c
Compare
Choose a tag to compare
  • Only require {platform} in template if building for multiple platforms #78
  • Strip auth from lockfiles for use with simple-auth based solve #83

Thanks goes out to @minrk, @janjagusch and @wolfv for their contributions to this release.

v0.8.0

05 Jan 19:22
cdcb632
Compare
Choose a tag to compare
  • Add new option --filename-template to allow customization of the output filename (#73)
  • Add support for additional conda dependencies in proproject.toml based lock sources (#72)

Thanks goes out to @pbjc and @bollwyvl!

v0.7.3

23 Nov 17:05
e322f82
Compare
Choose a tag to compare
  • Added support for micromamba
  • Removed travisCI
  • Add conda lock install as a command that can just install your lock files

Thanks goes out to @munali and @wolfv for assisting in this release.

v0.7.2

07 Oct 15:57
4049bfc
Compare
Choose a tag to compare
  • Fixed issue where incorrect matchspecs were generated when using pyproject.toml based environments

v0.7.1

29 Sep 18:56
2dd88f7
Compare
Choose a tag to compare
  • prevent using micromamba as it doesn't support enough of the conda create flags

v0.7.0

29 Sep 13:22
a04b5be
Compare
Choose a tag to compare
  • Removed internal code for installing conda/mamba in favor of using ensureconda

v0.7.0.dev0

24 Sep 16:35
a12d2f9
Compare
Choose a tag to compare
  • Test wheel upload

v0.6.0

11 Sep 21:23
2717932
Compare
Choose a tag to compare
  • Add ability to specify channel overrides on the command line