Releases: conda/conda-lock
Releases · conda/conda-lock
V1.0.1
Restores compatibility with python 3.7
Thanks to @ocefpaf and @marcelotrevisani
v1.0.0
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
v0.13.1
v0.13.0
v0.12.0
v0.11.3
Bugfix release
Fixed #108 thanks to @Japanuspus
v0.11.2
v0.11.1
v0.11.0
- #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