Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 870 Bytes

File metadata and controls

27 lines (18 loc) · 870 Bytes

For bug reports, please follow the template below. For enhancement proposals, feel free to use whatever template makes sense.

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.