We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1cd10 commit 8327101Copy full SHA for 8327101
CHANGELOG.rst
@@ -7,6 +7,14 @@ Changelog
7
.. This document is user facing. Please word the changes in such a way
8
.. that users understand how the changes affect the new version.
9
10
+version 1.5.0-dev
11
+-----------------
12
++ Make a special case for threads==1 in ``igzip_threaded.open`` for writing
13
+ files. This now combines the writing and compression thread for less
14
+ overhead.
15
++ Write a specialized function for compressing blocks in a threaded fashion.
16
+ This function maximizes time spent outside the GIL.
17
+
18
version 1.4.1
19
-----------------
20
+ Fix several errors related to unclosed files and buffers.
0 commit comments