Releases: milesgranger/cramjam
Releases · milesgranger/cramjam
v2.6.1
What's Changed
- Switch brotli2 -> brotli crate by @milesgranger in #87
Full Changelog: v2.6.0...v2.6.1
v2.6.0
What's Changed
- Build wheels for PyPy 3.7 and 3.8 by @messense in #72
- Make linux pypy wheels manylinux compliant by @messense in #73
- Cross compile PyPy aarch64 wheels by @messense in #74
- Don't skip 3.10 OSX Universal2 wheels by @milesgranger in #76
- Update to pyo3 0.16 by @messense in #78
- Update dependencies and simplify CI by @messense in #79
- Support Lz4 de/compress_block_into functions by @milesgranger in #80
- Upgrade maturin to 0.13.0 by @messense in #81
- Integration tests, benchmark updates, subclass Buffer by @milesgranger in #83
- Bump lz4-sys from 1.9.3 to 1.9.4 by @dependabot in #84
- Add Python 3.11 by @milesgranger in #85
New Contributors
- @dependabot made their first contribution in #84
Full Changelog: v2.5.0...v2.6.0
v2.5.0.post3
What's Changed
- Build wheels for PyPy 3.7 and 3.8 by @messense in #72
- Make linux pypy wheels manylinux compliant by @messense in #73
- Cross compile PyPy aarch64 wheels by @messense in #74
- Don't skip 3.10 OSX Universal2 wheels by @milesgranger in #76
Full Changelog: v2.5.0...v2.5.0.post3
v2.5.0.post2
What's Changed
Full Changelog: v2.5.0.post1...v2.5.0.post2
v2.5.0.post1
What's Changed
Full Changelog: v2.5.0...v2.5.0.post1
v2.5.0
What's Changed
- Incorporate property-based testing by @milesgranger in #69
- Support bzip2 by @milesgranger in #70
- Build wheels for Python 3.10 by @messense in #71
Full Changelog: v2.4.0...v2.5.0
v2.4.0
This release comes with streaming compression support for all variants. And updates Gzip compression variant to support properly decoding input which has multiple streams, as is the default with std gzip lib. This release does not alter any of the existing APIs.
Notable commits:
Support compressed gzip multistream (#64) b9cfa13
Support Compressor for each variant (#64) 8ecb0fa
Support .flush for Compressor (#68) 4b92e42
Add official OSI name in the license metadata (#66) 446a671