Skip to content

2.0.0

Compare
Choose a tag to compare
@dholth dholth released this 17 Nov 20:08
· 76 commits to main since this release

2.0.0 (2022-11-17)

Enhancements

  • Based on conda-package-streaming instead of libarchive.
  • Requires the python-zstandard (zstandard) library.
  • Threadsafe extract() function.
  • More efficient .conda handling.
  • Remove progress bars.

Deprecations

  • Remove broken verify subcommand.
  • Remove support for binsort (was supposed to help with tar.bz2
    compression). (Use .conda instead.)

Docs

  • Add sphinx documentation.

Other

  • Reformat entire codebase with black, isort. (#132)

Contributors