Skip to content

v1.0.0

Compare
Choose a tag to compare
@mariusvniekerk mariusvniekerk released this 07 Mar 14:39
· 1253 commits to main since this release
4203aef

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!