pypi conda-lock 3.0.3
v3.0.3

latest release: 3.0.4
2 months ago

What's Changed

Highlights:

  • Reduce noisy warnings about PyPI packages missing from the lookup
  • Fix --check-input-hash to interoperate between conda-lock v2.5.8 and v3.0.3 (avoids relocking when inputs are unchanged)
  • Add a mechanism to inspect the internal representation of the environment specification

Bugfix

  • Improve compatibility between lockfiles produced by v2 and v3 by @maresb in #797
  • Convert noisy warning into debug log when PyPI package is missing from mapping by @maresb in #808

New debug feature

You can now view conda-lock's internal representation of the dependency specification by running

conda-lock render-lock-spec --kind=raw --stdout -f ...

This is useful for troubleshooting how the input files are being parsed. This interface is experimental/unsupported and is meant purely for debugging. Implemented in #808.

Full Changelog: v3.0.2...v3.0.3

Don't miss a new conda-lock release

NewReleases is sending notifications on new releases.