diff --git a/docs/release.rst b/docs/release.rst index e63e7f8c22..7ffd751696 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -6,20 +6,58 @@ Release notes # to document your changes. On releases it will be # re-indented so that it does not show up in the notes. -.. _unreleased: + .. _unreleased: -Unreleased ----------- + Unreleased + ---------- .. # .. warning:: # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release. +.. _release_2.13.4: + +2.13.4 +------ + +Appreciation +~~~~~~~~~~~~~ + +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/ + + +Enhancements +~~~~~~~~~~~~ + +* Handle fsspec.FSMap using FSStore store. + By :user:`Rafal Wojdyla ` :issue:`1304`. + +Bug fixes +~~~~~~~~~ + +* Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. + By :user:`Ryan Abernathey ` :issue:`1228`. + +* Remove unnecessary calling of `contains_array` for key that ended in `.array.json`. + By :user:`Joe Hamman ` :issue:`1149`. + * Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. By :user:`Ryan Abernathey ` :issue:`1228`. -* Handle fsspec.FSMap using FSStore store - By :user:`Rafal Wojdyla ` :issue:`1304`. +Documentation +~~~~~~~~~~~~~ + +* Fix minor indexing errors in tutorial and specification examples of documentation. + By :user:`Kola Babalola ` :issue:`1277`. + +* Add `requirements_rtfd.txt` in `contributing.rst`. + By :user:`AWA BRANDON AWA ` :issue:`1243`. + +* Add documentation for find/findall using visit. + By :user:`Weddy Gikunda ` :issue:`1241`. + +* Refresh of the main landing page. + By :user:`Josh Moore ` :issue:`1173`. Maintenance ~~~~~~~~~~~ @@ -54,9 +92,77 @@ Maintenance * Delete unused files. By :user:`John Kirkham ` :issue:`1251`. -* Uopdate web links: http:// → https:// - By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1313`. +* Skip labeller for bot PRs. + By :user:`Saransh Chopra ` :issue:`1271`. + +* Restore Flake8 configuration. + By :user:`John Kirkham ` :issue:`1249`. + +* Add missing newline at EOF. + By :user:`Dimitri Papadopoulos` :issue:`1253`. + +* Add `license_files` to `pyproject.toml`. + By :user:`John Kirkham ` :issue:`1247`. + +* Adding `pyupgrade` suggestions. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1225`. + +* Fixed some linting errors. + By :user:`Weddy Gikunda ` :issue:`1226`. + +* Added the link to main website in readthedocs sidebar. + By :user:`Stephanie_nkwatoh ` :issue:`1216`. + +* Remove redundant wheel dependency in `pyproject.toml`. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1233`. + +* Turned on `isloated_build` in `tox.ini` file. + By :user:`AWA BRANDON AWA ` :issue:`1210`. + +* Fixed `flake8` alert and avoid duplication of `Zarr Developers`. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1203`. + +* Bump to NumPy 1.20+ in `environment.yml`. + By :user:`John Kirkham ` :issue:`1201`. + +* Bump to NumPy 1.20 in `pyproject.toml`. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1192`. +* Remove LGTM (`.lgtm.yml`) configuration file. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1191`. + +* Codespell will skip `fixture` in pre-commit. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1197`. + +* Add msgpack in `requirements_rtfd.txt`. + By :user:`Emmanuel Bolarinwa ` :issue:`1188`. + +* Added license to docs fixed a typo from `_spec_v2` to `_spec_v3`. + By :user:`AWA BRANDON AWA ` :issue:`1182`. + +* Fixed installation link in `README.md`. + By :user:`AWA BRANDON AWA ` :issue:`1177`. + +* Fixed typos in `installation.rst` and `release.rst`. + By :user:`Chizoba Nweke ` :issue:`1178`. + +* Set `docs/conf.py` language to `en`. + By :user:`AWA BRANDON AWA ` :issue:`1174`. + +* Added `installation.rst` to the docs. + By :user:`AWA BRANDON AWA ` :issue:`1170`. + +* Adjustment of year to `2015-2018` to `2015-2022` in the docs. + By :user:`Emmanuel Bolarinwa ` :issue:`1165`. + +* Updated `Forking the repository` section in `contributing.rst`. + By :user:`AWA BRANDON AWA ` :issue:`1171`. + +* Updated GitHub actions. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1134`. + +* Uopdate web links: `http:// → https://`. + By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1313`. .. _release_2.13.3: