File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,16 @@ Changelog
10
10
version 0.11.0-dev
11
11
------------------
12
12
In this release the ``python -m isal.igzip `` relatively slow decompression rate
13
- has been improved. Previously it was 19% slower than ``igzip `` when used with
14
- the ``-d `` flag for decompressing, now it is just 8% slower.
15
-
13
+ has been improved in both speed and usability. Previously it was 19% slower
14
+ than ``igzip `` when used with the ``-d `` flag for decompressing, now it is
15
+ just 8% slower. Also some extra flags were added to make it easier to select
16
+ the output file.
17
+
18
+ + Prompt when an output file is overwritten with the ``python -m isal.igzip ``
19
+ command line utility and provide the ``-f `` or ``--force `` flags to force
20
+ overwriting.
21
+ + Added ``-o `` and ``--output `` flags to the ``python -m isal.igzip `` command
22
+ line utility to allow the user to select the destination of the output file.
16
23
+ Reverse a bug in the build system which caused some docstring and parameter
17
24
information on ``igzip_lib `` and ``isal_zlib `` to disappear in the
18
25
documentation and the REPL.
You can’t perform that action at this time.
0 commit comments