Skip to content

Commit 2058a99

Browse files
authored
Merge branch 'main' into doc/2809-create-array-data
2 parents ee16cf3 + 5968fc7 commit 2058a99

File tree

13 files changed

+64
-11
lines changed

13 files changed

+64
-11
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact_links:
55
about: A new major feature should be discussed in the Zarr specifications repository.
66
- name: Discuss something on ZulipChat
77
url: https://ossci.zulipchat.com/
8-
about: For questions like "How do I do X with Zarr?", you can move to our ZulipChat.
8+
about: For questions like "How do I do X with Zarr?", consider posting your question to our developer chat.
99
- name: Discuss something on GitHub Discussions
1010
url: https://github.com/zarr-developers/zarr-python/discussions
1111
about: For questions like "How do I do X with Zarr?", you can move to GitHub Discussions.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</td>
7171
</tr>
7272
<tr>
73-
<td>Zulip</td>
73+
<td>Developer Chat</td>
7474
<td>
7575
<a href="https://ossci.zulipchat.com/">
7676
<img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />

changes/2665.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2796.chore.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2847.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2850.fix.rst

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

changes/2851.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2870.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2908.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Restore functionality of `del z.attrs['key']` to actually delete the key.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zarr-Python
2020
**Useful links**:
2121
`Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
2222
`Issue Tracker <https://github.com/zarr-developers/zarr-python/issues>`_ |
23-
`Zulip Chat <https://ossci.zulipchat.com/>`_ |
23+
`Developer Chat <https://ossci.zulipchat.com/>`_ |
2424
`Zarr specifications <https://zarr-specs.readthedocs.io>`_
2525

2626
Zarr-Python is a Python library for reading and writing Zarr groups and arrays. Highlights include:

0 commit comments

Comments
 (0)