# 2.13.4/2.14.0 Release notes BY AUTHOR * Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. By :user:`Ryan Abernathey <rabernat>` :issue:`1228`. .. _release_2.13.2: Maintenance ~~~~~~~~~~~ * Migrate to ``pyproject.toml`` and remove redundant infrastructure. By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1158`. * Require ``setuptools`` 64.0.0+ By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1193`. * Pin action versions (pypi-publish, setup-miniconda) for dependabot By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1205`. * Remove ``tox`` support By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1219`. * Add workflow to label PRs with "needs release notes". By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1239`. * Simplify if/else statement. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1227`. * Get coverage up to 100%. By :user:`John Kirkham <jakirkham>` :issue:`1264`. * Migrate coverage to ``pyproject.toml``. By :user:`John Kirkham <jakirkham>` :issue:`1250`. * Use ``conda-incubator/setup-miniconda@v2.2.0``. By :user:`John Kirkham <jakirkham>` :issue:`1263`. * Delete unused files. By :user:`John Kirkham <jakirkham>` :issue:`1251`. FROM COMMIT LOG Feature ------- * lkajsdflaksdjfal;ksdjf;alskdjfa;lskdjf Bug --- Maintenance ----------- * Skip labeler for bot PRs user:`Saransh Chopra <github>`, issue:`1271` .... Fix minor indexing errors in tutorial and specification examples of documentation (#1277) (9 hours ago) <Kola Babalola> chore: update pre-commit hooks (#1278) (2 weeks ago) <pre-commit-ci[bot]> chore: update pre-commit hooks (#1273) (4 weeks ago) <pre-commit-ci[bot]> Workflow to label PRs with "needs release notes" (#1239) (5 weeks ago) <Saransh Chopra> Fix coverage (#1264) (5 weeks ago) <jakirkham> Use `conda-incubator/setup-miniconda@v2.2.0` (#1263) (5 weeks ago) <jakirkham> chore: update pre-commit hooks (#1262) (5 weeks ago) <pre-commit-ci[bot]> Add `.flake8` to configure Flake8 (#1249) (6 weeks ago) <jakirkham> Add missing newline at EOF (#1253) (6 weeks ago) <Dimitri Papadopoulos Orfanos> Update release.rst with maintenance PRs (#1252) (6 weeks ago) <Saransh Chopra> Consolidate `.coveragerc` into `pyproject.toml` (#1250) (7 weeks ago) <jakirkham> Delete unused files (#1251) (7 weeks ago) <jakirkham> updated docs/contributing.rst (#1243) (7 weeks ago) <AWA BRANDON AWA> Add `license_files` to `pyproject.toml` (#1247) (7 weeks ago) <jakirkham> Add documentation for find/findall using visit (#1241) (7 weeks ago) <Weddy Gikunda> fastpath _array_iter for array_keys (#1149) (7 weeks ago) <Joe Hamman> Remove `tox` support (#1219) (7 weeks ago) <Saransh Chopra> Apply some pyupgrade suggestions (#1225) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Fix linting errors (#1226) (7 weeks ago) <Weddy Gikunda> update: added the link to main website on the sidebar (#1216) (7 weeks ago) <Stephanie_nkwatoh> Simplify if/else statement (#1227) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Redundant wheel in pyproject.toml (#1233) (7 weeks ago) <Dimitri Papadopoulos Orfanos> Turned on isolated_build in tox.ini file (#1210) (8 weeks ago) <AWA BRANDON AWA> Flake8 (#1203) (9 weeks ago) <Dimitri Papadopoulos Orfanos> chore: update pre-commit hooks (#1198) (9 weeks ago) <pre-commit-ci[bot]> Use NumPy 1.20+ in `environment.yml` (#1201) (9 weeks ago) <jakirkham> Bump Numpty required version to 1.20 (#1192) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Remove LGTM.com configuration file (#1191) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Require `setuptools` 64.0.0+ (9 weeks ago) <Saransh Chopra> Tell codespell to skip `fixture` / fix pre-commit (#1197) (9 weeks ago) <Dimitri Papadopoulos Orfanos> Msgpack docs (#1188) (9 weeks ago) <Emmanuel Bolarinwa> Migrate to pyproject.toml + cleanup (#1158) (10 weeks ago) <Saransh Chopra> added license to docs and updated spec_v3 (#1182) (10 weeks ago) <AWA BRANDON AWA> updated installation documentation link in readme (#1177) (10 weeks ago) <AWA BRANDON AWA> Fixed typo error (#1178) (2 months ago) <zobbs-git> Refresh of the main landing page (#1173) (2 months ago) <Josh Moore> set docs confy.py language = 'en' (#1174) (2 months ago) <AWA BRANDON AWA> fix #1167: Added installation.rst to docs (#1170) (2 months ago) <AWA BRANDON AWA> adjustment of year in Docs (#1165) (2 months ago) <Emmanuel Bolarinwa> updated _Forking_the_repository_ section in contributing page (#1171) (2 months ago) <AWA BRANDON AWA> Update GitHub Actions (#1134) (2 months ago) <Dimitri Papadopoulos Orfanos> Done by author: Fix double counting V3 groups bug (#1268) (2 weeks ago) <Ryan Abernathey> ~~~~~~~~~~~ --- # Final Release Notes for 2.13.4/2.14.0 ### Major changes `NONE` ### Enhancements `NONE` ### Bug fixes * Fix bug that caused double counting of groups in ``groups()`` and ``group_keys()`` methods with V3 stores. By :user:`Ryan Abernathey <rabernat>` :issue:`1228`. * Remove unnecessary calling of `contains_array` for key that ended in `.array.json`. By :user:`Joe Hamman <jhamman>` :issue: `1149`. ### Documentation * Fix minor indexing errors in tutorial and specification examples of documentation. By :user:`Kola Babalola <sprynt001>` :issue: `1277`. * Add `requirements_rtfd.txt` in `contributing.rst`. By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1243`. * Add documentation for find/findall using visit By :user:`Weddy Gikunda <caviere>` :issue: `1241`. ### Maintenance * Migrate to ``pyproject.toml`` and remove redundant infrastructure. By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1158`. * Require ``setuptools`` 64.0.0+ By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1193`. * Pin action versions (pypi-publish, setup-miniconda) for dependabot By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1205`. * Remove ``tox`` support By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1219`. * Add workflow to label PRs with "needs release notes". By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1239`. * Simplify if/else statement. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1227`. * Get coverage up to 100%. By :user:`John Kirkham <jakirkham>` :issue:`1264`. * Migrate coverage to ``pyproject.toml``. By :user:`John Kirkham <jakirkham>` :issue:`1250`. * Use ``conda-incubator/setup-miniconda@v2.2.0``. By :user:`John Kirkham <jakirkham>` :issue:`1263`. * Delete unused files. By :user:`John Kirkham <jakirkham>` :issue:`1251`. * Skip labeler for bot PRs By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1271`. * Restore Flake8 configuration By :user:`John Kirkham <jakirkham>` :issue: `1249`. * Add missing newline at EOF By :user:`Dimitri Papadopoulos` :issue: `1253`. * Add `license_files` to `pyproject.toml` By :user:`John Kirkham <jakirkham>` :issue: `1247`. * Adding `pyupgrade` suggestions By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1225`. * Fixed some linting errors. By :user:`Weddy Gikunda <caviere>` :issue: `1226`. * Added the link to main website in readthedocs sidebar. By :user:`Stephanie_nkwatoh <steph237>` :issue: `1216`. * Remove redudant wheel dependency in `pyproject.toml` By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1233`. * Turned on `isloated_build` in `tox.ini` file By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1210`. * Fixed `flake8` alert and avoid duplication of `Zarr Developers`. By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1203`. * Bump to NumPy 1.20+ in `environment.yml` By :user:`John Kirkham <jakirkham>` :issue: `1201`. * Bump to NumPy 1.20 in `pyproject.toml` By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1192`. * Remove LGTM (`.lgtm.yml`) configuration file By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1191`. * Codespell will skip `fixture` in pre-commit By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1197`. * Add msgpack in `requirements_rtfd.txt` By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue: `1188`. * Added license to docs fixed a typo from `_spec_v2` to `_spec_v3`. By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1182`. * Fixed installation link in `README.md` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1177`. * Fixed typos in `installation.rst` and `release.rst` By :user:`Chizoba Nweke <zobbs-git>` :issue: `1178`. * Refresh of the main landing page By :user:`Josh Moore <joshmoore>` :issue: `1173`. * Set `docs/conf.py` language to `en` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1174`. * Added `installation.rst` to the docs By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1170`. * Adjustment of year to `2015-2018` to `2015-2022` in the docs By :user:`Emmanuel Bolarinwa <GbotemiB>` :issue: `1165`. * Updated `Forking the repository` section in `contributing.rst` By :user:`AWA BRANDON AWA <DON-BRAN>` :issue: `1171`. * Updated GitHub actions By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue: `1134`.