From 6926547f7a2551e6cbe9e385807083154138ea93 Mon Sep 17 00:00:00 2001 From: James Mudd Date: Sat, 19 Oct 2024 21:05:55 +0100 Subject: [PATCH] Update CHANGES.md --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index cee0ee94..3b934e58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # jHDF Change Log +## v0.8.3 - October 2024 +- Add support for accessing decompressed chunks individually. Thanks to [@marcobitplane](https://github.com/marcobitplane) https://github.com/jamesmudd/jhdf/pull/626 +- Fix OSGi headers, and autogenerate them during the build. Thanks to [@mailaender](https://github.com/Mailaender) https://github.com/jamesmudd/jhdf/pull/625 https://github.com/jamesmudd/jhdf/pull/632 +- Delete temporary file when closing a file read from an input stream. Thanks to [@ivanwick](https://github.com/ivanwick) https://github.com/jamesmudd/jhdf/issues/262 https://github.com/jamesmudd/jhdf/pull/636 +- Build and dependency updates + ## v0.8.2 - August 2024 - Add support for writing `boolean` datasets and attributes as Bitfield