From 83e23c6608be7179963f21345d9b04ae4a3287ea Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Mon, 12 Feb 2024 10:53:10 -0800 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 914879d..644709e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,14 @@ Revisions --------- +2024.2.12 + +- Pass 5074 tests. +- Deprecate dtype, add chunkdtype parameter in FileSequence.asarray. +- Add imreadargs parameters passed to FileSequence.imread. + 2024.1.30 -- Pass 5071 tests. - Fix compatibility issue with numpy 2 (#238). - Enable DeprecationWarning for tuple compression argument. - Parse sequence of numbers in xml2dict. @@ -189,7 +194,7 @@ Revisions - Allow to write NewSubfileType=0 (#132). - Support writing iterators of strip or tile bytes. -- Convert iterables (not iterators) to NumPy arrays when writing. +- Convert iterables (not iterators) to NumPy arrays when writing (breaking). - Explicitly specify optional keyword parameters for imread and imwrite. - Return number of written bytes from FileHandle write functions.