Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zarr-developers/zarr-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.4
Choose a base ref
...
head repository: zarr-developers/zarr-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.5
Choose a head ref
  • 12 commits
  • 18 files changed
  • 4 contributors

Commits on Dec 28, 2024

  1. 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
    faymanns authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    c969f5c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. 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>
    AdamWill and dstansby authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    b00325e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. 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>
    dependabot[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    b1480d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. 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>
    dependabot[bot] authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    66e2982 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. 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>
    dependabot[bot] authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    2bf7e45 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Deprecate partial read/writes in v2 (#2844)

    * Deprecated partial read/writes in v2
    
    * Remove unused imports
    
    * Filter warnings on more partial read/write tests
    dstansby authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    fb01742 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Fix sqlite store in 2.x (#2880)

    * Fix sqlite store
    
    * Ignore unclosed dataset warning
    
    * Add release note
    dstansby authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    153deff View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. 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>
    dependabot[bot] authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    fe91ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f99177 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. 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>
    dependabot[bot] authored Mar 17, 2025
    Configuration menu
    Copy the full SHA
    bfd490a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. 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>
    dependabot[bot] authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    d943faa View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Configuration menu
    Copy the full SHA
    a7e587e View commit details
    Browse the repository at this point in the history
Loading