Skip to content

Releases: conda/conda-lock

V1.0.1

08 Mar 18:46
41c9c8c
Compare
Choose a tag to compare

Restores compatibility with python 3.7

Thanks to @ocefpaf and @marcelotrevisani

v1.0.0

07 Mar 14:39
4203aef
Compare
Choose a tag to compare

This release marks the first released version of conda-lock with the new unified lock format.

CLI Changes

This release has major changes as it switches by default to the new lockfile format.

To use the old legacy format run with

conda-lock --kind explicit explicit

Major features

  • Unified lockfile and pip support #124
  • Documentation published using mkdocs #153
  • Improved support for credential handling #156
  • Reasonably strict mypy-based type checking #159

Thanks to @jvansanten @ocefpaf for the submissions!

V0.13.2

29 Nov 14:10
38cfbde
Compare
Choose a tag to compare

#123 - Fixed a bug with authentication on windows

v0.13.1

30 Oct 15:08
49a920a
Compare
Choose a tag to compare

Bugfix release

#117 Fixed click flag behavior for disabling platform validation when using conda-lock install.
#120 Bugfix for error handling behavior

v0.13.0

12 Oct 15:17
ef0185a
Compare
Choose a tag to compare

Bugfix release

  • Fix lockfile generation on windows hosts #114

v0.12.0

13 Sep 13:11
a9724ae
Compare
Choose a tag to compare
  • #110 Add virtual package support. You should now be able to create a linux-64 environment on a mac for specifications that include things like __glibc, __cuda etc.
  • #109 Add explicit support for --extras handling for sources that support it

v0.11.3

08 Sep 15:25
146703a
Compare
Choose a tag to compare

Bugfix release

Fixed #108 thanks to @Japanuspus

v0.11.2

01 Sep 21:39
f2ba8d4
Compare
Choose a tag to compare
  • #104 Add support for not regenerating lockfiles if the input specification has not changed.

v0.11.1

03 Aug 13:59
9aa15f3
Compare
Choose a tag to compare
  • #100 Add support for automatically detecting environment.yaml in addition to environment.yml

v0.11.0

15 Jul 19:16
dde2f64
Compare
Choose a tag to compare
  • #98 Add support for outputting environment files. This can be used to make files conpatible with conda env. Whilst these still have to be solved by the conda solver when installing, they have use in updating developer environments.

Thanks to @matthewwardrop