Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 995 Bytes

File metadata and controls

28 lines (19 loc) · 995 Bytes

For bug reports, please follow the template below. For enhancement proposals, feel free to use whatever template makes sense (major new features should be discussed in the Zarr specifications repository https://github.com/zarr-developers/zarr-specs).

Minimal, reproducible code sample, a copy-pastable example if possible

# Your code here

Problem description

Explain why the current behavior is a problem, what the expected output/behaviour is, and why the expected output/behaviour is a better solution.

Version and installation information

Please provide the following:

  • Value of zarr.__version__
  • Value of numcodecs.__version__
  • Version of Python interpreter
  • Operating system (Linux/Windows/Mac)
  • How Zarr was installed (e.g., "using pip into virtual environment", or "using conda")

Also, if you think it might be relevant, please provide the output from pip freeze or conda env export depending on which was used to install Zarr.