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!