From ec362e0b4f7a4dec9fc6c83e9d1590748dbe149f Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Tue, 4 Jun 2024 17:51:49 -0700 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f70d25c5..e15428bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # HDMF-ZARR Changelog -## 0.8.0 (Upcoming) +## 0.8.0 (June 4, 2024) ### Bug Fixes * Fixed bug when opening a file in with `mode=r+`. The file will open without using the consolidated metadata. @mavaylon1 [#182](https://github.com/hdmf-dev/hdmf-zarr/issues/182) * Fixed bug on how we access scalar arrays. Added warning filter for Zarr deprecation of NestedDirectoryStore. Fixed bug on how we write a dataset of references. @mavaylon1 [#195](https://github.com/hdmf-dev/hdmf-zarr/pull/195) From 10ea1b8880f2872451f9b2cd434bd0952fc6b190 Mon Sep 17 00:00:00 2001 From: mavaylon1 Date: Tue, 4 Jun 2024 17:57:16 -0700 Subject: [PATCH 2/2] pur --- requirements-opt.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-opt.txt b/requirements-opt.txt index 13d8f5e2..771f5d04 100644 --- a/requirements-opt.txt +++ b/requirements-opt.txt @@ -1,3 +1,3 @@ -tqdm==4.66.1 -fsspec==2023.12.2 -s3fs==2023.12.2 +tqdm==4.66.4 +fsspec==2024.6.0 +s3fs==2024.6.0