-
-
Notifications
You must be signed in to change notification settings - Fork 331
Comparing changes
Open a pull request
base repository: zarr-developers/zarr-python
base: v3.0.1
head repository: zarr-developers/zarr-python
compare: v3.0.2
- 17 commits
- 39 files changed
- 11 contributors
Commits on Jan 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 31d377b - Browse repository at this point
Copy the full SHA 31d377bView commit details
Commits on Jan 20, 2025
-
Add hatch command for html coverage report (#2721)
* Add hatch command for html coverage report * Fix grammer * Use more informative alias in contrib guide --------- Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e9772ac - Browse repository at this point
Copy the full SHA e9772acView commit details
Commits on Jan 21, 2025
-
(fix): structured arrays for v2 (#2681)
--------- Co-authored-by: Martin Durant <martindurant@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a260ae9 - Browse repository at this point
Copy the full SHA a260ae9View commit details
Commits on Jan 22, 2025
-
Use towncrier for changelog generation (#2736)
* Use towncrier for changelog generation * Generate unreleased changelog * Fix towncrier command * Fix issue links * Don't do unreleased changelog on tagged builds * Rename 1234.doc.rst to 2736.doc.rst * Change existing release notes entry to new format * Update contributing guide for new release notes system * Update pull request template for new changelog system
Configuration menu - View commit details
-
Copy full SHA for 2be9f36 - Browse repository at this point
Copy the full SHA 2be9f36View commit details -
Wrap sync fs for xarray.to_zarr (#2533)
Co-authored-by: Martin Durant <martin.durant@alumni.utoronto.ca>
Configuration menu - View commit details
-
Copy full SHA for 0c154c3 - Browse repository at this point
Copy the full SHA 0c154c3View commit details
Commits on Jan 24, 2025
-
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 40da497 - Browse repository at this point
Copy the full SHA 40da497View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad99a67 - Browse repository at this point
Copy the full SHA ad99a67View commit details
Commits on Jan 25, 2025
-
Fix pickling of ZipStore (#2762)
* Fix pickling of ZipStore * Add changelog entry
Configuration menu - View commit details
-
Copy full SHA for 9fd4545 - Browse repository at this point
Copy the full SHA 9fd4545View commit details -
Improve test coverage for storage classes (#2693)
* Run Store tests on logging * Run store tests on wrapper * Add read only open tests to WrapperStore * Ignore new coverage files * Simplify wrapper tests * Fix __eq__ method in WrapperStore * Implement __repr__ for WrapperStore * Allow separate open and init kwargs * Add open class method to LoggingStore * Add __str__ to WrapperStore * Add repr test for LoggingStore * Fix __eq__ in LoggingStore * Test getsize for stores * Test for invalid ByteRequest * Use stdout rather than stderr as the default logging stream * Test default logging stream * Add test for getsize_prefix * Document buffer prototype parameter * Add test for invalid modes in StorePath.open() * Add test for contains_group * Add tests for contains_array * Test for invalid root type for LocalStore * Test LocalStore.get with default prototype * Test for invalid set buffer arguments * Test get and set on closed stores * Test using stores in a context manager * Specify abstract methods for StoreTests * Apply suggestions from code review Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Lint * Fix typing for LoggingStore Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Match specific Errors in tests Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Add docstring Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Parametrize tests Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Test for contains group/array at multiple heirarchies Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * Update TypeError on GpuMemoryStore * Don't implement _is_open setter on wrapped stores * Update reprs for LoggingStore and WrapperStore * Test check_writeable and close for WrapperStore * Update pull request template (#2717) * Add release notes * Comprehensive changelog entry * Match error message * Apply suggestions from code review Co-authored-by: David Stansby <dstansby@gmail.com> * Update 2693.bugfix.rst --------- Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> Co-authored-by: Hannes Spitz <44113112+brokkoli71@users.noreply.github.com> Co-authored-by: David Stansby <dstansby@gmail.com> Co-authored-by: Joe Hamman <joe@earthmover.io>
Configuration menu - View commit details
-
Copy full SHA for 80aea2a - Browse repository at this point
Copy the full SHA 80aea2aView commit details
Commits on Jan 27, 2025
-
Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 in the actions…
… group (#2770) Bumps the actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish). 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: 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 4582998 - Browse repository at this point
Copy the full SHA 4582998View commit details
Commits on Jan 28, 2025
-
Upload coverage after GPU tests (#2767)
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb37ff0 - Browse repository at this point
Copy the full SHA fb37ff0View commit details -
Make botocore an optional test dependency (#2768)
* Make botocore an optional test dependency * Add release notes
Configuration menu - View commit details
-
Copy full SHA for b5016c0 - Browse repository at this point
Copy the full SHA b5016c0View commit details -
Some release note improvements (#2775)
* Fix release note filename * Split big release note into lots of smaller ones * Fix code syntax
Configuration menu - View commit details
-
Copy full SHA for 0c895d1 - Browse repository at this point
Copy the full SHA 0c895d1View commit details
Commits on Jan 29, 2025
-
Use ChunkKeyEncodingLike type alias (#2763)
* make proper ChunkKeyEncodingLike type alias, and use it * model the not-required-ness of the separator * add cast * changelog
Configuration menu - View commit details
-
Copy full SHA for e602aa1 - Browse repository at this point
Copy the full SHA e602aa1View commit details -
add init_array, and data kwarg for create_array (#2761)
* add init_array, and data kwa 8000 rg for create_array * clean up some type hints and docstrings * add release notes * add tests for synchronous create_array * Update src/zarr/api/synchronous.py Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com> * error if shape / dtype and data are provided --------- Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc08f31 - Browse repository at this point
Copy the full SHA fc08f31View commit details
Commits on Jan 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 15d9260 - Browse repository at this point
Copy the full SHA 15d9260View commit details
Commits on Jan 31, 2025
-
prepare changelog for 3.0.2 release (#2783)
* prepare changelog for 3.0.2 release * fixup * Update docs/release-notes.rst Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com> * fixup --------- Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cab29d2 - Browse repository at this point
Copy the full SHA cab29d2View 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 v3.0.1...v3.0.2