What's Changed
2.4.0 (2024-10-08)
Enhancements
- Expose API and CLI for which components will be listed as part of
cph list. (#253) - Allow
cph liston remote.condaartifact URLs. (#252 via #254)
Bug fixes
- Use force_zip64=True when directly creating .conda files. Allows >2GB
(compressed) size. (#248) - Replace
.condaor.tar.bz2extensions from end of string only instead of
str.replace(...)(#251)
Other
- Improve type annotations on an internal function (#257)
Contributors
Full Changelog: 2.3.0...2.4.0