-
-
Notifications
You must be signed in to change notification settings - Fork 356
Comparing changes
Open a pull request
base repository: zarr-developers/zarr-python
base: v2.18.4
head repository: zarr-developers/zarr-python
compare: v2.18.5
- 12 commits
- 18 files changed
- 4 contributors
Commits on Dec 28, 2024
-
Warn the user when shape or chunks contains float values (#2579)
* Warn user when shape or chunks contains non-integer values like floats * Test for non-integer warnings
Configuration menu - View commit details
-
Copy full SHA for c969f5c - Browse repository at this point
Copy the full SHA c969f5cView commit details
Commits on Jan 16, 2025
-
array tests: handle different hexdigests from zlib-ng (#1678) (#1972)
As explained in the issue, zlib-ng produces different hex digests from original zlib. This adjusts the tests slightly to allow for this. Signed-off-by: Adam Williamson <awilliam@redhat.com> Co-authored-by: David Stansby <dstansby@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b00325e - Browse repository at this point
Copy the full SHA b00325eView commit details
Commits on Jan 17, 2025
-
Bump the actions group with 4 updates (#2724)
Bumps the actions group with 4 updates: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda), [codecov/codecov-action](https://github.com/codecov/codecov-action), [actions/setup-python](https://github.com/actions/setup-python) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `conda-incubator/setup-miniconda` from 3.0.4 to 3.1.0 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3.0.4...v3.1.0) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) Updates `actions/setup-python` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.0) Updates `pypa/gh-action-pypi-publish` from 1.10.3 to 1.12.3 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.10.3...v1.12.3) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b1480d7 - Browse repository at this point
Copy the full SHA b1480d7View commit details
Commits on Jan 27, 2025
-
Bump the actions group with 2 updates (#2771)
Bumps the actions group with 2 updates: [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). Updates `conda-incubator/setup-miniconda` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](conda-incubator/setup-miniconda@v3.1.0...v3.1.1) Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.3...v1.12.4) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66e2982 - Browse repository at this point
Copy the full SHA 66e2982View commit details
Commits on Feb 4, 2025
-
Bump actions/setup-python from 5.3.0 to 5.4.0 in the actions group (#…
…2788) Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2bf7e45 - Browse repository at this point
Copy the full SHA 2bf7e45View commit details
Commits on Feb 27, 2025
-
Deprecate partial read/writes in v2 (#2844)
* Deprecated partial read/writes in v2 * Remove unused imports * Filter warnings on more partial read/write tests
Configuration menu - View commit details
-
Copy full SHA for fb01742 - Browse repository at this point
Copy the full SHA fb01742View commit details
Commits on Mar 3, 2025
-
Fix sqlite store in 2.x (#2880)
* Fix sqlite store * Ignore unclosed dataset warning * Add release note
Configuration menu - View commit details
-
Copy full SHA for 153deff - Browse repository at this point
Copy the full SHA 153deffView commit details
Commits on Mar 4, 2025
-
Bump the requirements group across 1 directory with 10 updates (#2888)
Bumps the requirements group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.1.2` | `2.2.3` | | [numcodecs](https://github.com/zarr-developers/numcodecs) | `0.13.1` | `0.15.1` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `8.1.0` | `8.2.0` | | [lmdb](https://github.com/jnwatson/py-lmdb) | `1.5.1` | `1.6.2` | | [redis](https://github.com/redis/redis-py) | `5.1.1` | `5.2.1` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.10.1` | `4.11.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` | | [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) | `1.3.0` | `1.4.0` | | [h5py](https://github.com/h5py/h5py) | `3.12.1` | `3.13.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.3` | `8.3.5` | Updates `numpy` from 2.1.2 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.1.2...v2.2.3) Updates `numcodecs` from 0.13.1 to 0.15.1 - [Release notes](https://github.com/zarr-developers/numcodecs/releases) - [Changelog](https://github.com/zarr-developers/numcodecs/blob/main/docs/release.rst) - [Commits](zarr-developers/numcodecs@v0.13.1...v0.15.1) Updates `setuptools-scm` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.1.0...v8.2.0) Updates `lmdb` from 1.5.1 to 1.6.2 - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](jnwatson/py-lmdb@py-lmdb_1.5.1...py-lmdb_1.6.2) Updates `redis` from 5.1.1 to 5.2.1 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.1.1...v5.2.1) Updates `pymongo` from 4.10.1 to 4.11.2 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.10.1...4.11.2) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) Updates `pytest-doctestplus` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases) - [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](scientific-python/pytest-doctestplus@v1.3.0...v1.4.0) Updates `h5py` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.12.1...3.13.0) Updates `pytest` from 8.3.3 to 8.3.5 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.3...8.3.5) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: numcodecs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: setuptools-scm dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: lmdb dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: pytest-doctestplus dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe91ba7 - Browse repository at this point
Copy the full SHA fe91ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f99177 - Browse repository at this point
Copy the full SHA 8f99177View commit details
Commits on Mar 17, 2025
-
Bump numpy from 2.2.3 to 2.2.4 in the requirements group (#2912)
Bumps the requirements group with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.2.3 to 2.2.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.3...v2.2.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bfd490a - Browse repository at this point
Copy the full SHA bfd490aView commit details
Commits on Mar 24, 2025
-
Bump pymongo from 4.11.2 to 4.11.3 in the requirements group (#2927)
Bumps the requirements group with 1 update: [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `pymongo` from 4.11.2 to 4.11.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.3/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.11.2...4.11.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d943faa - Browse repository at this point
Copy the full SHA d943faaView commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a7e587e - Browse repository at this point
Copy the full SHA a7e587eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.18.4...v2.18.5