Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FSStore: default to normalize_keys=False #755

Merged
merged 1 commit into from
May 20, 2021

Conversation

joshmoore
Copy link
Member

close #739

Set normalize_keys to False by default to have unification across all the store implementations.

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
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@codecov
Copy link

codecov bot commented May 19, 2021

Codecov Report

Merging #755 (05c8f6a) into master (d432d7f) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #755   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          28       28           
  Lines       10537    10537           
=======================================
  Hits        10531    10531           
  Misses          6        6           
Impacted Files Coverage Δ
zarr/storage.py 100.00% <100.00%> (ø)

@joshmoore
Copy link
Member Author

Worth getting this out as a quick 2.8.3?

@shoyer
Copy link
Contributor

shoyer commented May 19, 2021

Worth getting this out as a quick 2.8.3?

sounds good to me!

@joshmoore
Copy link
Member Author

Sleep got in the way! Actioning now.

@joshmoore joshmoore merged commit 13b27f4 into zarr-developers:master May 20, 2021
@joshmoore joshmoore deleted the fsstore-norm branch May 20, 2021 14:30
tmieslinger added a commit to tmieslinger/how_to_eurec4a that referenced this pull request May 20, 2021
* zarr PR was just merged to set default for normalize_keys to False
* see zarr-developers/zarr-python#755
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.

Re-evaluate the default normalize_keys for FSStore
2 participants