Skip to content

v0.14.0

Choose a tag to compare

@miurahr miurahr released this 28 Feb 03:07
· 761 commits to master since this release
Added
-----

* Introduce writed() method that accept dict[name, BinaryIO](#302)

Changed
-------

* READ_BLOCKSIZE configurable on constructor(#307)
* Use pyzstd for zstandard algorithm on CPython(#304)
* Use bcj-cffi library for lzma+bcj performance(#303)
* CLI: Fix getting module_name on 3.6.13(#308)

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