Skip to content

Commit 8327101

Browse files
committed
Update changelog with changes for threaded writing
1 parent 0d1cd10 commit 8327101

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Changelog
77
.. This document is user facing. Please word the changes in such a way
88
.. that users understand how the changes affect the new version.
99
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+
1018
version 1.4.1
1119
-----------------
1220
+ Fix several errors related to unclosed files and buffers.

0 commit comments

Comments
 (0)