Skip to content

Release v0.15.0

Choose a tag to compare

@miurahr miurahr released this 04 Apr 05:36
· 739 commits to master since this release
Added
-----
- Add option to specify multiprocessing instead of multi-threading. (#306)

Changed
-------
- Change Property Borg class to constant class(#319)
- Reformat whole code with black.
- Merge pyzstdfilter into compressor.py.
- Lint codes by flake8/black.

Fixed
-----
- README: description of dependencies.
- ZStandard decompression on PyPy3

Signed-off-by: Hiroshi Miura <miurahr@linux.com>