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.14.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.14.1
Choose a head ref
  • 13 commits
  • 13 files changed
  • 6 contributors

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    7523fc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29995e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    5b8c09c View commit details
    Browse the repository at this point in the history
  2. Fix store creation with latest zarr-python v3 (#644)

    * Pin most recent beta release of zarr python
    
    * Fix store creation
    dstansby authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d78cadd View commit details
    Browse the repository at this point in the history
  3. Ignore some lines for coverage (#633)

    * Ignore some lines for coverage
    
    * Move code coverage skips to branches
    
    Co-authored-by: jakirkham <[email protected]>
    
    * Remove additional import
    
    Co-authored-by: jakirkham <[email protected]>
    
    ---------
    
    Co-authored-by: jakirkham <[email protected]>
    dstansby and jakirkham authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ad1ad67 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Cleanup crc32c soft dependency (#637)

    * Cleanup `crc32c` soft dependency
    
    * Add `crc32c` cleanup release note
    
    ---------
    
    Co-authored-by: David Stansby <[email protected]>
    jakirkham and dstansby authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    145f57c View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Drop unnecessary dependency on mock (#643)

    Co-authored-by: David Stansby <[email protected]>
    Co-authored-by: jakirkham <[email protected]>
    3 people authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    39e6128 View commit details
    Browse the repository at this point in the history
  2. Bump codecov/codecov-action from 4 to 5 (#649)

    Bumps [codecov/codecov-action](https://github.com/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)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4cd03c9 View commit details
    Browse the repository at this point in the history
  3. Add noexcept to _utils C-equiv functions (#641)

    * Add `noexcept` to `_utils` C-equiv functions
    
    The functions in `_utils` are effectively straight C functions. In
    Cython 0.x, these would have been treated as `noexcept` by default.
    However in Cython 3.x all functions are treated as potentially raising
    exceptions (including these). While that is a sensible default in
    general, these functions still won't raise exceptions. So tidy things up
    by adding `noexcept` to turn off the additional Cython checks emitted in
    and around them.
    
    * Swap order of `nogil` & `noexcept`
    
    Fixes a Cython warning when using the opposite ordering.
    
    * style: pre-commit fixes
    
    ---------
    
    Co-authored-by: David Stansby <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a345db6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2309714 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.7.4](astral-sh/ruff-pre-commit@v0.7.3...v0.7.4)
    - [github.com/pre-commit/mirrors-mypy: v1.4.0 → v1.13.0](pre-commit/mirrors-mypy@v1.4.0...v1.13.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    685bfea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88660de View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Changelog for 0.14.1 (#650)

    dstansby authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    86f5ce4 View commit details
    Browse the repository at this point in the history
Loading