-
Notifications
You must be signed in to change notification settings - Fork 97
Comparing changes
Open a pull request
base repository: zarr-developers/numcodecs
base: v0.14.0
head repository: zarr-developers/numcodecs
compare: v0.14.1
- 13 commits
- 13 files changed
- 6 contributors
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7523fc6 - Browse repository at this point
Copy the full SHA 7523fc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29995e3 - Browse repository at this point
Copy the full SHA 29995e3View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b8c09c - Browse repository at this point
Copy the full SHA 5b8c09cView commit details -
Fix store creation with latest zarr-python v3 (#644)
* Pin most recent beta release of zarr python * Fix store creation
Configuration menu - View commit details
-
Copy full SHA for d78cadd - Browse repository at this point
Copy the full SHA d78caddView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ad1ad67 - Browse repository at this point
Copy the full SHA ad1ad67View commit details
Commits on Nov 17, 2024
-
Cleanup
crc32c
soft dependency (#637)* Cleanup `crc32c` soft dependency * Add `crc32c` cleanup release note --------- Co-authored-by: David Stansby <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 145f57c - Browse repository at this point
Copy the full SHA 145f57cView commit details
Commits on Nov 18, 2024
-
Drop unnecessary dependency on mock (#643)
Co-authored-by: David Stansby <[email protected]> Co-authored-by: jakirkham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39e6128 - Browse repository at this point
Copy the full SHA 39e6128View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 4cd03c9 - Browse repository at this point
Copy the full SHA 4cd03c9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a345db6 - Browse repository at this point
Copy the full SHA a345db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2309714 - Browse repository at this point
Copy the full SHA 2309714View commit details
Commits on Nov 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 685bfea - Browse repository at this point
Copy the full SHA 685bfeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88660de - Browse repository at this point
Copy the full SHA 88660deView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86f5ce4 - Browse repository at this point
Copy the full SHA 86f5ce4View 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 v0.14.0...v0.14.1