Skip to content

Commit af26002

Browse files
2.13.4/2.14.0 draft release notes (#1316)
* 2.13.4/2.14.0 draft release notes * Correct typo * Fix headings * Fix issue markup * Fix bullet points * Re-arrange some PRs * Update docs/release.rst Co-authored-by: Sanket Verma <[email protected]> * Update docs/release.rst Co-authored-by: Sanket Verma <[email protected]> * Apply suggestions from code review Co-authored-by: Sanket Verma <[email protected]> * Update docs/release.rst Co-authored-by: Sanket Verma <[email protected]> Co-authored-by: Sanket Verma <[email protected]>
1 parent dcce26e commit af26002

File tree

1 file changed

+113
-7
lines changed

1 file changed

+113
-7
lines changed

docs/release.rst

Lines changed: 113 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,58 @@ Release notes
66
# to document your changes. On releases it will be
77
# re-indented so that it does not show up in the notes.
88
9-
.. _unreleased:
9+
.. _unreleased:
1010

11-
Unreleased
12-
----------
11+
Unreleased
12+
----------
1313
..
1414
# .. warning::
1515
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
1616
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+
1743
* Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()``
1844
methods with V3 stores.
1945
By :user:`Ryan Abernathey <rabernat>` :issue:`1228`.
2046

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`.
2361

2462
Maintenance
2563
~~~~~~~~~~~
@@ -54,9 +92,77 @@ Maintenance
5492
* Delete unused files.
5593
By :user:`John Kirkham <jakirkham>` :issue:`1251`.
5694

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`.
59130

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`.
60166

61167
.. _release_2.13.3:
62168

0 commit comments

Comments
 (0)