File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,8 @@ Enhancements
45
45
by CM, MB)
46
46
* Accept degenerate filenames such as ``.nii `` (pr/621) (Dimitri
47
47
Papadopoulos-Orfanos, reviewed by Yaroslav Halchenko)
48
+ * Take advantage of ``IndexedGzipFile `` ``drop_handles `` flag to release
49
+ filehandles by default (pr/614) (Paul McCarthy, reviewed by CM, MB)
48
50
49
51
Bug fixes
50
52
---------
@@ -75,6 +77,11 @@ Maintenance
75
77
76
78
API changes and deprecations
77
79
----------------------------
80
+ * Support for ``keep_file_open = 'auto' `` as a parameter to ``Opener() `` will
81
+ be deprecated in 2.4, for removal in 3.0. Accordingly, support for
82
+ ``openers.KEEP_FILE_OPEN_DEFAULT = 'auto' `` will be dropped on the same
83
+ schedule.
84
+ * Drop-in support for ``indexed_gzip < 0.7 `` has been removed.
78
85
79
86
80
87
2.2.1 (Wednesday 22 November 2017)
You can’t perform that action at this time.
0 commit comments