Skip to content

Add recurse keyword to array_keys and arrays#458

Merged
jakirkham merged 2 commits into
zarr-developers:masterfrom
jrbourbeau:recurse
Oct 24, 2019
Merged

Add recurse keyword to array_keys and arrays#458
jakirkham merged 2 commits into
zarr-developers:masterfrom
jrbourbeau:recurse

Conversation

@jrbourbeau

@jrbourbeau jrbourbeau commented Jul 20, 2019

Copy link
Copy Markdown
Member

This PR adds a recurse parameter to the Group.array_keys and Group.arrays methods. To maintain backwards compatibility, recurse is False by default. Closes #260

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • Docs build locally (e.g., run tox -e docs)
  • AppVeyor and Travis CI passes
  • Test coverage is 100% (Coveralls passes)

@jakirkham
jakirkham merged commit 29cf195 into zarr-developers:master Oct 24, 2019
@jrbourbeau
jrbourbeau deleted the recurse branch October 24, 2019 02:34
@jakirkham

Copy link
Copy Markdown
Member

Thanks James! 😄

@Carreau Carreau added this to the v2.4 milestone Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding recurse option for array_keys and arrays

3 participants