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/numcodecs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: zarr-developers/numcodecs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 7 contributors

Commits on Jan 17, 2025

  1. Remove id from zarr3 config serialization (#685)

    * Remove id from zarr3 config serialization
    
    * add test
    
    * tests
    
    * release docs
    
    ---------
    
    Co-authored-by: David Stansby <[email protected]>
    normanrz and dstansby authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    30155c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9a110 View commit details
    Browse the repository at this point in the history
  3. Apply ruff preview rule RUF046 (#687)

    RUF046 Value being casted is already an integer
    DimitriPapadopoulos authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    0162bb8 View commit details
    Browse the repository at this point in the history
  4. chore: update pre-commit hooks (#682)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6)
    - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    bd517ab View commit details
    Browse the repository at this point in the history
  5. Minor UX improvement: Add the UnknownCodecError. (#689)

    * Add the UnknownCodecError
    
    * Remove trailing whitespace
    
    * Ruff formatting
    
    * Add a release note
    
    * Add doctest
    
    * Fix failing test case
    
    * Formatting again
    
    * Update numcodecs/tests/test_registry.py
    
    Co-authored-by: David Stansby <[email protected]>
    
    * Make UnknownCodecError inherit from ValueError
    
    ---------
    
    Co-authored-by: David Stansby <[email protected]>
    cwognum and dstansby authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    6d090a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

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

Commits on Feb 7, 2025

  1. chore: update pre-commit hooks (#696)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
    - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    b8e40f7 View commit details
    Browse the repository at this point in the history
  2. Upgrade ruff to 0.9.1 (#688)

    Starting with ruff 0.9.1, rules ISC001/ISC002 are documented to
    be compatible with the ruff formatter, if they are both enabled.
    Enable them!
    
    Co-authored-by: Deepak Cherian <[email protected]>
    DimitriPapadopoulos and dcherian authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    8a0bd3b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Don't overwrite codec config values when set. (#700)

    * Don't overwrite codec config values when set.
    
    A codec doesn't know where it is in the codec pipeline, so it
    cannot know whether `array_spec.dtype` should match `codec.dtype`
    or not.
    
    * little more
    
    * FIx test
    
    * fix test
    
    ---------
    
    Co-authored-by: Davis Bennett <[email protected]>
    dcherian and d-v-b authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    3cf8ab1 View commit details
    Browse the repository at this point in the history
Loading