File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Changelog
9
9
10
10
version 0.5.0-dev
11
11
-----------------
12
+ + Fix a bug where negative integers were not allowed for the ``adler32 `` and
13
+ ``crc32 `` functions in ``isal_zlib ``.
12
14
+ Provided stubs (type-hint files) for ``isal_zlib `` and ``_isal `` modules.
13
15
Package is now tested with mypy to ensure correct type information.
14
16
+ The command-line interface now reads in blocks of 32K instead of 8K. This
Original file line number Diff line number Diff line change @@ -129,8 +129,6 @@ Differences with zlib and gzip modules
129
129
in ``isal_zlib `` and ``igzip `` this is the **lowest compression level **.
130
130
This is a design choice that was inherited from the ISA-L library.
131
131
+ Compression levels range from 0 to 3, not 1 to 9.
132
- + ``isal_zlib.crc32 `` and ``isal_zlib.adler32 `` do not support negative
133
- numbers for the value parameter.
134
132
+ ``zlib.Z_DEFAULT_STRATEGY ``, ``zlib.Z_RLE `` etc. are exposed as
135
133
``isal_zlib.Z_DEFAULT_STRATEGY ``, ``isal_zlib.Z_RLE `` etc. for compatibility
136
134
reasons. However, ``isal_zlib `` only supports a default strategy and will
You can’t perform that action at this time.
0 commit comments