What's Changed
This release changes the way that old dependencies from previous lockfiles are persisted. In most cases, the new behavior of locking with conda-lock
is equivalent to rm conda-lock.yml && conda-lock
. This should better align with most people's expectations and reduce surprise. However, as a side-effect, dependencies may now be updated more aggressively than before. See #196 for discussion.
Bugfix
- Persist packages from original lockfile only for platforms not requested for lock by @itsarobin and @mfisher87 in #485
New Contributors
- @itsarobin made their first contribution in #485
Full Changelog: v2.2.1...v2.3.0