Skip to content

Releases: milesgranger/cramjam

v2.6.1

29 Oct 04:31
f6570b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.6.1

v2.6.0

28 Oct 04:13
29d9e3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0.post3

08 Dec 19:32
b22d9f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.0.post3

v2.5.0.post2

09 Nov 09:32
9692a13
Compare
Choose a tag to compare

What's Changed

  • Make linux pypy wheels manylinux compliant by @messense in #73

Full Changelog: v2.5.0.post1...v2.5.0.post2

v2.5.0.post1

07 Nov 10:35
425c18a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.0.post1

v2.5.0

07 Nov 09:27
026e38a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

10 Sep 06:44
Compare
Choose a tag to compare

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

v2.4.0-rc2

08 Sep 07:09
4b92e42
Compare
Choose a tag to compare
v2.4.0-rc2 Pre-release
Pre-release

Support .flush for Compressor (#68) 4b92e42

v2.4.0-rc1

06 Sep 19:02
Compare
Choose a tag to compare
v2.4.0-rc1 Pre-release
Pre-release

Release candidate for v2.4.0

Upgrade pyo3 to 0.14.1 (#62) c23621d
Add official OSI name in the license metadata (#66) 446a671
Support compressed gzip multistream b9cfa13
Support Compressor for each variant 8ecb0fa

v2.3.2

31 May 08:22
b43cc01
Compare
Choose a tag to compare

Patch update includes fixes in benchmark tests and other CI improvements.
No changes to the core library in this release.

Use target alias with maturin-action (#58) 40fc8ab
Use latest maturin release (#59) 0f79b0a
Run benchmarks as unit tests on CI (#61) f9665a0
Bump version 2.3.1 -> 2.3.2 b43cc01