Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 668 Bytes

CHANGELOG.md

File metadata and controls

16 lines (11 loc) · 668 Bytes

0.10.0 (2024-05)

  • Use zip64 extensions when converting .tar.bz2 to .conda, if uncompressed size is close to the 2GB ZIP64_LIMIT. (#79)

0.9.0 (2023-07)

0.8.0 (2023-05)

  • Update transmute to use SpooledTemporaryFile instead of streaming directly to zip (#57). This can reduce zstd memory usage during decompression.
  • transmute returns Path to transmuted package instead of None.