@@ -14,88 +14,11 @@ Unreleased
14
14
# .. warning::
15
15
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
16
16
17
- * Improve Zarr V3 support, adding partial store read/write and storage transformers.
18
- Add two features of the [v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html):
19
- * storage transformers
20
- * `get_partial_values ` and `set_partial_values `
21
- By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `.
22
-
23
- .. _release_2.13.6 :
24
-
25
- 2.13.6
26
- ------
27
-
28
- Maintenance
29
- ~~~~~~~~~~~
30
-
31
- * Bump gh-action-pypi-publish to 1.6.4.
32
- By :user: `Josh Moore <joshmoore> ` :issue: `1320 `.
33
-
34
- .. _release_2.13.5 :
35
-
36
- 2.13.5
37
- ------
38
-
39
- Bug fixes
40
- ~~~~~~~~~
41
-
42
- * Ensure ``zarr.create `` uses writeable mode to fix issue with :issue: `1304 `.
43
- By :user: `James Bourbeau <jrbourbeau> ` :issue: `1309 `.
44
-
45
- .. _release_2.13.4 :
46
-
47
- 2.13.4
48
- ------
49
-
50
- Appreciation
51
- ~~~~~~~~~~~~~
52
-
53
- Special thanks to Outreachy participants for contributing to most of the
54
- maintenance PRs. Please read the blog post summarising the contribution phase
55
- and welcoming new Outreachy interns:
56
- https://zarr.dev/blog/welcoming-outreachy-2022-interns/
57
-
58
-
59
- Enhancements
60
- ~~~~~~~~~~~~
61
-
62
- * Handle fsspec.FSMap using FSStore store.
63
- By :user: `Rafal Wojdyla <ravwojdyla> ` :issue: `1304 `.
64
-
65
- Bug fixes
66
- ~~~~~~~~~
67
-
68
- * Fix bug that caused double counting of groups in ``groups() `` and ``group_keys() `` methods with V3 stores.
69
- By :user: `Ryan Abernathey <rabernat> ` :issue: `1228 `.
70
-
71
- * Remove unnecessary calling of `contains_array ` for key that ended in `.array.json `.
72
- By :user: `Joe Hamman <jhamman> ` :issue: `1149 `.
73
-
74
17
* Fix bug that caused double counting of groups in ``groups() `` and ``group_keys() ``
75
18
methods with V3 stores.
76
19
By :user: `Ryan Abernathey <rabernat> ` :issue: `1228 `.
77
20
78
- <<<<<<< HEAD
79
- * Add support for setting user-defined attributes at array / group creation time.
80
- By :user: `Davis Bennett <d-v-b> ` :issue: `538 `.
81
-
82
21
.. _release_2.13.2 :
83
- =======
84
- Documentation
85
- ~~~~~~~~~~~~~
86
-
87
- * Fix minor indexing errors in tutorial and specification examples of documentation.
88
- By :user: `Kola Babalola <sprynt001> ` :issue: `1277 `.
89
-
90
- * Add `requirements_rtfd.txt ` in `contributing.rst `.
91
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1243 `.
92
-
93
- * Add documentation for find/findall using visit.
94
- By :user: `Weddy Gikunda <caviere> ` :issue: `1241 `.
95
-
96
- * Refresh of the main landing page.
97
- By :user: `Josh Moore <joshmoore> ` :issue: `1173 `.
98
- >>>>>>> 385b5d3635618e086eb4752f81c652379751a5ad
99
22
100
23
Maintenance
101
24
~~~~~~~~~~~
@@ -130,77 +53,6 @@ Maintenance
130
53
* Delete unused files.
131
54
By :user: `John Kirkham <jakirkham> ` :issue: `1251 `.
132
55
133
- * Skip labeller for bot PRs.
134
- By :user: `Saransh Chopra <Saransh-cpp> ` :issue: `1271 `.
135
-
136
- * Restore Flake8 configuration.
137
- By :user: `John Kirkham <jakirkham> ` :issue: `1249 `.
138
-
139
- * Add missing newline at EOF.
140
- By :user: `Dimitri Papadopoulos ` :issue: `1253 `.
141
-
142
- * Add `license_files ` to `pyproject.toml `.
143
- By :user: `John Kirkham <jakirkham> ` :issue: `1247 `.
144
-
145
- * Adding `pyupgrade ` suggestions.
146
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1225 `.
147
-
148
- * Fixed some linting errors.
149
- By :user: `Weddy Gikunda <caviere> ` :issue: `1226 `.
150
-
151
- * Added the link to main website in readthedocs sidebar.
152
- By :user: `Stephanie_nkwatoh <steph237> ` :issue: `1216 `.
153
-
154
- * Remove redundant wheel dependency in `pyproject.toml `.
155
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1233 `.
156
-
157
- * Turned on `isloated_build ` in `tox.ini ` file.
158
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1210 `.
159
-
160
- * Fixed `flake8 ` alert and avoid duplication of `Zarr Developers `.
161
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1203 `.
162
-
163
- * Bump to NumPy 1.20+ in `environment.yml `.
164
- By :user: `John Kirkham <jakirkham> ` :issue: `1201 `.
165
-
166
- * Bump to NumPy 1.20 in `pyproject.toml `.
167
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1192 `.
168
-
169
- * Remove LGTM (`.lgtm.yml `) configuration file.
170
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1191 `.
171
-
172
- * Codespell will skip `fixture ` in pre-commit.
173
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1197 `.
174
-
175
- * Add msgpack in `requirements_rtfd.txt `.
176
- By :user: `Emmanuel Bolarinwa <GbotemiB> ` :issue: `1188 `.
177
-
178
- * Added license to docs fixed a typo from `_spec_v2 ` to `_spec_v3 `.
179
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1182 `.
180
-
181
- * Fixed installation link in `README.md `.
182
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1177 `.
183
-
184
- * Fixed typos in `installation.rst ` and `release.rst `.
185
- By :user: `Chizoba Nweke <zobbs-git> ` :issue: `1178 `.
186
-
187
- * Set `docs/conf.py ` language to `en `.
188
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1174 `.
189
-
190
- * Added `installation.rst ` to the docs.
191
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1170 `.
192
-
193
- * Adjustment of year to `2015-2018 ` to `2015-2022 ` in the docs.
194
- By :user: `Emmanuel Bolarinwa <GbotemiB> ` :issue: `1165 `.
195
-
196
- * Updated `Forking the repository ` section in `contributing.rst `.
197
- By :user: `AWA BRANDON AWA <DON-BRAN> ` :issue: `1171 `.
198
-
199
- * Updated GitHub actions.
200
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1134 `.
201
-
202
- * Uopdate web links: `http:// → https:// `.
203
- By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1313 `.
204
56
205
57
.. _release_2.13.3 :
206
58
0 commit comments