zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

An implementation of chunked, compressed, N-dimensional arrays for Python.

Results 593 zarr-python issues
Sort by recently updated
recently updated
newest added

### Zarr version 2.13.3 ### Numcodecs version 0.10.2 ### Python Version 3.10.4 ### Operating System Mac ### Installation Using Conda ### Description I am trying to convert HDF files to...

bug

This PR contains setup with rever to manage authors and contributors. @joshmoore and @MSanKeys963 To use rever to manage contributors. authors activity has been configured in rever.xsh to track contributors....

[Description of PR] TODO: * [ x] Modified the instructions in docs/contributing.rst

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.3.0. Release notes Sourced from actions/setup-python's releases. v4.3.0 Update @​actions/core to 1.10.0 version #517 Update @​actions/cache to 3.0.4 version #499 Only use github.token on github.com...

dependencies
github_actions

I completely forgot that `setuptools` introduced editable installs in `v64.0.0`. This means that the installation will fail if a developer, who has `setuptools` < `v64.0.0` installed locally, tries to install...

This PR contains creating/managing version num on zarr with rever. Steps: after making changes in development. To update the version with rever, simply run the following commands in root directory....

We use the named parameter `shape` of `numpy.empty_like`: * https://github.com/zarr-developers/zarr-python/blob/4362bb4/zarr/hierarchy.py#L145 * https://github.com/zarr-developers/zarr-python/blob/4362bb4/zarr/core.py#L2134-L2135 * ... It had been introduced in Numpy 1.17.0: https://numpy.org/doc/stable/reference/generated/numpy.empty_like.html TODO: * [ ] Add unit tests and/or...

LGTM.com is being deprecated and replaced by GitHub code analysis: [The next step for LGTM.com: GitHub code scanning!](https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/) See also: * #909 * #1127 TODO: * [ ] Add unit...

Fixes #1187 TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for any new/modified user-facing classes and functions * [...

I was able to get started with integrating the tutorial.ipynb file into the readthedocs using nbsphinx. Though I still have issues with the tutorial.ipynb file. It still needs some re-editing....