@@ -14,18 +14,59 @@ Unreleased
14
14
# .. warning::
15
15
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
16
16
17
- * Fix bug that caused double counting of groups in ``groups() `` and ``group_keys() ``
18
- methods with V3 stores.
19
- By :user: `Ryan Abernathey <rabernat> ` :issue: `1228 `.
20
- * Handle fsspec.FSMap using FSStore store
21
- By :user: `Rafal Wojdyla <ravwojdyla> ` :issue: `1304 `.
22
17
* Improve Zarr V3 support, adding partial store read/write and storage transformers.
23
18
Add two features of the [v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html):
24
19
* storage transformers
25
20
* `get_partial_values ` and `set_partial_values `
26
21
By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `.
27
22
28
- .. _release_2.13.2 :
23
+ .. _release_2.13.4 :
24
+
25
+ 2.13.4
26
+ ------
27
+
28
+ Appreciation
29
+ ~~~~~~~~~~~~~
30
+
31
+ Special thanks to Outreachy participants for contributing to most of the
32
+ maintenance PRs. Please read the blog post summarising the contribution phase
33
+ and welcoming new Outreachy interns:
34
+ https://zarr.dev/blog/welcoming-outreachy-2022-interns/
35
+
36
+
37
+ Enhancements
38
+ ~~~~~~~~~~~~
39
+
40
+ * Handle fsspec.FSMap using FSStore store.
41
+ By :user: `Rafal Wojdyla <ravwojdyla> ` :issue: `1304 `.
42
+
43
+ Bug fixes
44
+ ~~~~~~~~~
45
+
46
+ * Fix bug that caused double counting of groups in ``groups() `` and ``group_keys() `` methods with V3 stores.
47
+ By :user: `Ryan Abernathey <rabernat> ` :issue: `1228 `.
48
+
49
+ * Remove unnecessary calling of `contains_array ` for key that ended in `.array.json `.
50
+ By :user: `Joe Hamman <jhamman> ` :issue: `1149 `.
51
+
52
+ * Fix bug that caused double counting of groups in ``groups() `` and ``group_keys() ``
53
+ methods with V3 stores.
54
+ By :user: `Ryan Abernathey <rabernat> ` :issue: `1228 `.
55
+
56
+ Documentation
57
+ ~~~~~~~~~~~~~
58
+
59
+ * Fix minor indexing errors in tutorial and specification examples of documentation.
60
+ By :user: `Kola Babalola <sprynt001> ` :issue: `1277 `.
61
+
62
+ * Add `requirements_rtfd.txt ` in `contributing.rst `.
63
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1243 `.
64
+
65
+ * Add documentation for find/findall using visit.
66
+ By :user: `Weddy Gikunda <caviere> ` :issue: `1241 `.
67
+
68
+ * Refresh of the main landing page.
69
+ By :user: `Josh Moore <joshmoore> ` :issue: `1173 `.
29
70
30
71
Maintenance
31
72
~~~~~~~~~~~
@@ -60,6 +101,77 @@ Maintenance
60
101
* Delete unused files.
61
102
By :user: `John Kirkham <jakirkham> ` :issue: `1251 `.
62
103
104
+ * Skip labeller for bot PRs.
105
+ By :user: `Saransh Chopra <Saransh-cpp> ` :issue: `1271 `.
106
+
107
+ * Restore Flake8 configuration.
108
+ By :user: `John Kirkham <jakirkham> ` :issue: `1249 `.
109
+
110
+ * Add missing newline at EOF.
111
+ By :user: `Dimitri Papadopoulos ` :issue: `1253 `.
112
+
113
+ * Add `license_files ` to `pyproject.toml `.
114
+ By :user: `John Kirkham <jakirkham> ` :issue: `1247 `.
115
+
116
+ * Adding `pyupgrade ` suggestions.
117
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1225 `.
118
+
119
+ * Fixed some linting errors.
120
+ By :user: `Weddy Gikunda <caviere> ` :issue: `1226 `.
121
+
122
+ * Added the link to main website in readthedocs sidebar.
123
+ By :user: `Stephanie_nkwatoh <steph237> ` :issue: `1216 `.
124
+
125
+ * Remove redundant wheel dependency in `pyproject.toml `.
126
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1233 `.
127
+
128
+ * Turned on `isloated_build ` in `tox.ini ` file.
129
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1210 `.
130
+
131
+ * Fixed `flake8 ` alert and avoid duplication of `Zarr Developers `.
132
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1203 `.
133
+
134
+ * Bump to NumPy 1.20+ in `environment.yml `.
135
+ By :user: `John Kirkham <jakirkham> ` :issue: `1201 `.
136
+
137
+ * Bump to NumPy 1.20 in `pyproject.toml `.
138
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1192 `.
139
+
140
+ * Remove LGTM (`.lgtm.yml `) configuration file.
141
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1191 `.
142
+
143
+ * Codespell will skip `fixture ` in pre-commit.
144
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1197 `.
145
+
146
+ * Add msgpack in `requirements_rtfd.txt `.
147
+ By :user: `Emmanuel Bolarinwa <GbotemiB> ` :issue: `1188 `.
148
+
149
+ * Added license to docs fixed a typo from `_spec_v2 ` to `_spec_v3 `.
150
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1182 `.
151
+
152
+ * Fixed installation link in `README.md `.
153
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1177 `.
154
+
155
+ * Fixed typos in `installation.rst ` and `release.rst `.
156
+ By :user: `Chizoba Nweke <zobbs-git> ` :issue: `1178 `.
157
+
158
+ * Set `docs/conf.py ` language to `en `.
159
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1174 `.
160
+
161
+ * Added `installation.rst ` to the docs.
162
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1170 `.
163
+
164
+ * Adjustment of year to `2015-2018 ` to `2015-2022 ` in the docs.
165
+ By :user: `Emmanuel Bolarinwa <GbotemiB> ` :issue: `1165 `.
166
+
167
+ * Updated `Forking the repository ` section in `contributing.rst `.
168
+ By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1171 `.
169
+
170
+ * Updated GitHub actions.
171
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1134 `.
172
+
173
+ * Uopdate web links: `http:// → https:// `.
174
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1313 `.
63
175
64
176
.. _release_2.13.3 :
65
177
0 commit comments