Skip to content

Commit 60379a7

Browse files
committed
Merge branch 'feat/batch-creation' of github.com:d-v-b/zarr-python into feat/batch-creation
2 parents f3c506f + 774eeda commit 60379a7

19 files changed

+23
-16
lines changed
File renamed without changes.

changes/2693.bugfix.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Match the errors raised by read only stores in StoreTests.

changes/2693.bugfix.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use stdout rather than stderr as the default stream for LoggingStore.

changes/2693.bugfix.3.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Ensure that ZipStore is open before getting or setting any values.

changes/2693.bugfix.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update equality for LoggingStore and WrapperStore such that 'other' must also be a LoggingStore or WrapperStore respectively, rather than only checking the types of the stores they wrap.

changes/2693.bugfix.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

changes/2693.feature.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implemented open() for LoggingStore.

changes/2693.feature.2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LoggingStore is now a generic class.

changes/2693.feature.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Change StoreTest's ``test_store_repr``, ``test_store_supports_writes``,
2+
``test_store_supports_partial_writes``, and ``test_store_supports_listing``
3+
to to be implemented using ``@abstractmethod``, rather raising ``NotImplementedError``.

changes/2693.feature.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Separate instantiating and opening a store in StoreTests.

0 commit comments

Comments
 (0)