You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release.rst
+113-7Lines changed: 113 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,58 @@ Release notes
6
6
# to document your changes. On releases it will be
7
7
# re-indented so that it does not show up in the notes.
8
8
9
-
.. _unreleased:
9
+
.. _unreleased:
10
10
11
-
Unreleased
12
-
----------
11
+
Unreleased
12
+
----------
13
13
..
14
14
# .. warning::
15
15
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
16
16
17
+
.. _release_2.13.4:
18
+
19
+
2.13.4
20
+
------
21
+
22
+
Appreciation
23
+
~~~~~~~~~~~~~
24
+
25
+
Special thanks to Outreachy participants for contributing to most of the maintenance PRs. Please read the blog post summarising the contribution phase and welcoming new Outreachy interns: https://zarr.dev/blog/welcoming-outreachy-2022-interns/
26
+
27
+
28
+
Enhancements
29
+
~~~~~~~~~~~~
30
+
31
+
* Handle fsspec.FSMap using FSStore store.
32
+
By :user:`Rafal Wojdyla <ravwojdyla>` :issue:`1304`.
33
+
34
+
Bug fixes
35
+
~~~~~~~~~
36
+
37
+
* Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores.
38
+
By :user:`Ryan Abernathey <rabernat>` :issue:`1228`.
39
+
40
+
* Remove unnecessary calling of `contains_array` for key that ended in `.array.json`.
41
+
By :user:`Joe Hamman <jhamman>` :issue:`1149`.
42
+
17
43
* Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()``
18
44
methods with V3 stores.
19
45
By :user:`Ryan Abernathey <rabernat>` :issue:`1228`.
20
46
21
-
* Handle fsspec.FSMap using FSStore store
22
-
By :user:`Rafal Wojdyla <ravwojdyla>` :issue:`1304`.
47
+
Documentation
48
+
~~~~~~~~~~~~~
49
+
50
+
* Fix minor indexing errors in tutorial and specification examples of documentation.
51
+
By :user:`Kola Babalola <sprynt001>` :issue:`1277`.
52
+
53
+
* Add `requirements_rtfd.txt` in `contributing.rst`.
54
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1243`.
55
+
56
+
* Add documentation for find/findall using visit.
57
+
By :user:`Weddy Gikunda <caviere>` :issue:`1241`.
58
+
59
+
* Refresh of the main landing page.
60
+
By :user:`Josh Moore <joshmoore>` :issue:`1173`.
23
61
24
62
Maintenance
25
63
~~~~~~~~~~~
@@ -54,9 +92,77 @@ Maintenance
54
92
* Delete unused files.
55
93
By :user:`John Kirkham <jakirkham>` :issue:`1251`.
56
94
57
-
* Uopdate web links: http:// → https://
58
-
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1313`.
95
+
* Skip labeller for bot PRs.
96
+
By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1271`.
97
+
98
+
* Restore Flake8 configuration.
99
+
By :user:`John Kirkham <jakirkham>` :issue:`1249`.
100
+
101
+
* Add missing newline at EOF.
102
+
By :user:`Dimitri Papadopoulos` :issue:`1253`.
103
+
104
+
* Add `license_files` to `pyproject.toml`.
105
+
By :user:`John Kirkham <jakirkham>` :issue:`1247`.
106
+
107
+
* Adding `pyupgrade` suggestions.
108
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1225`.
109
+
110
+
* Fixed some linting errors.
111
+
By :user:`Weddy Gikunda <caviere>` :issue:`1226`.
112
+
113
+
* Added the link to main website in readthedocs sidebar.
114
+
By :user:`Stephanie_nkwatoh <steph237>` :issue:`1216`.
115
+
116
+
* Remove redundant wheel dependency in `pyproject.toml`.
117
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1233`.
118
+
119
+
* Turned on `isloated_build` in `tox.ini` file.
120
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1210`.
121
+
122
+
* Fixed `flake8` alert and avoid duplication of `Zarr Developers`.
123
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1203`.
124
+
125
+
* Bump to NumPy 1.20+ in `environment.yml`.
126
+
By :user:`John Kirkham <jakirkham>` :issue:`1201`.
127
+
128
+
* Bump to NumPy 1.20 in `pyproject.toml`.
129
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1192`.
59
130
131
+
* Remove LGTM (`.lgtm.yml`) configuration file.
132
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1191`.
133
+
134
+
* Codespell will skip `fixture` in pre-commit.
135
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1197`.
136
+
137
+
* Add msgpack in `requirements_rtfd.txt`.
138
+
By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue:`1188`.
139
+
140
+
* Added license to docs fixed a typo from `_spec_v2` to `_spec_v3`.
141
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1182`.
142
+
143
+
* Fixed installation link in `README.md`.
144
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1177`.
145
+
146
+
* Fixed typos in `installation.rst` and `release.rst`.
147
+
By :user:`Chizoba Nweke <zobbs-git>` :issue:`1178`.
148
+
149
+
* Set `docs/conf.py` language to `en`.
150
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1174`.
151
+
152
+
* Added `installation.rst` to the docs.
153
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1170`.
154
+
155
+
* Adjustment of year to `2015-2018` to `2015-2022` in the docs.
156
+
By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue:`1165`.
157
+
158
+
* Updated `Forking the repository` section in `contributing.rst`.
159
+
By :user:`AWA BRANDON AWA <DON-BRAN>` :issue:`1171`.
160
+
161
+
* Updated GitHub actions.
162
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1134`.
163
+
164
+
* Uopdate web links: `http:// → https://`.
165
+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1313`.
0 commit comments