Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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:main
Choose a base ref
Loading
...
head repository:zarr-developers/zarr-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:3.0.10
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14commits
  • 26files changed
  • 8contributors

Commits on Jun 30, 2025

  1. Backport PR#3149: Add GroupNotFound error to API docs (#3179)

    Co-authored-by: David Stansby <dstansby@gmail.com>
    @meeseeksmachine@dstansby
    meeseeksmachine anddstansby authoredJun 30, 2025
    Configuration menu
    Copy the full SHA
    5c10a4fView commit details
    Browse the repository at this point in the history
  2. Backport PR#3140: Suppress FileNotFoundError when deleting keys in t…

    …he obstore adapter (#3180)Co-authored-by: Lukas Bindreiter <lukas.bindreiter@tilebox.com>
    @meeseeksmachine@lukasbindreiter
    meeseeksmachine andlukasbindreiter authoredJun 30, 2025
    Configuration menu
    Copy the full SHA
    e6bb1aeView commit details
    Browse the repository at this point in the history
  3. Backport PR#3138: Add with_read_only() convenience method to store (#…

    …3181)Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
    @meeseeksmachine@maxrjones
    meeseeksmachine andmaxrjones authoredJun 30, 2025
    Configuration menu
    Copy the full SHA
    04a4c5fView commit details
    Browse the repository at this point in the history
  4. Create read only copy if needed when opening a store path (#3156)

    * Create read only copy if needed when opening a store path* Add ValueError to Raises section* Update expected warning* Update src/zarr/storage/_common.pyCo-authored-by: Davis Bennett <davis.v.bennett@gmail.com>* Use ANY_ACCESS_MODE* Update src/zarr/storage/_common.pyCo-authored-by: David Stansby <dstansby@gmail.com>* Update src/zarr/storage/_common.pyCo-authored-by: David Stansby <dstansby@gmail.com>* Update changes* Try using get_args on definition* Revert "Try using get_args on definition"This reverts commit7ad760f.* Add test* Remove warning* Apply suggestion for try; except shorteningCo-authored-by: Tom Nicholas <tom@earthmover.io>* Improve code coverage---------Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>Co-authored-by: David Stansby <dstansby@gmail.com>Co-authored-by: Tom Nicholas <tom@earthmover.io>(cherry picked from commit5731c6c)
    @maxrjones@d-v-b
    @dstansby@TomNicholas
    4 people committedJun 30, 2025
    Configuration menu
    Copy the full SHA
    19900e1View commit details
    Browse the repository at this point in the history
  5. Create read only copy if needed when opening a store path (#3156) (#3182

    )* Create read only copy if needed when opening a store path* Add ValueError to Raises section* Update expected warning* Update src/zarr/storage/_common.py* Use ANY_ACCESS_MODE* Update src/zarr/storage/_common.py* Update src/zarr/storage/_common.py* Update changes* Try using get_args on definition* Revert "Try using get_args on definition"This reverts commit7ad760f.* Add test* Remove warning* Apply suggestion for try; except shortening* Improve code coverage---------(cherry picked from commit5731c6c)Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>Co-authored-by: David Stansby <dstansby@gmail.com>Co-authored-by: Tom Nicholas <tom@earthmover.io>
    @d-v-b@maxrjones
    @dstansby@TomNicholas
    4 people authoredJun 30, 2025
    Configuration menu
    Copy the full SHA
    1064262View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d01ecedView commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Remove breaking check aboutauto_mkdirfor FSSpecStore (#3193)

    * Remove breaking check from _make_async* Update expected error* Change import structure to protect against AttributeError* changelog* add test to ensure that we can create a read-only copy of the store with auto_mkdir=False* only test if the async wrapper is available---------Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>(cherry picked from commit5a24487)
    @maxrjones@d-v-b
    maxrjones andd-v-b committedJul 3, 2025
    Configuration menu
    Copy the full SHA
    8d51dd3View commit details
    Browse the repository at this point in the history
  2. Remove breaking check aboutauto_mkdirfor FSSpecStore (#3193) (#3203)

    * Remove breaking check from _make_async* Update expected error* Change import structure to protect against AttributeError* changelog* add test to ensure that we can create a read-only copy of the store with auto_mkdir=False* only test if the async wrapper is available---------(cherry picked from commit5a24487)Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
    @d-v-b@maxrjones
    d-v-b andmaxrjones authoredJul 3, 2025
    Configuration menu
    Copy the full SHA
    1e66c40View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2cbb2View commit details
    Browse the repository at this point in the history
  4. Add missing import for AsyncFileSystemWrapper for_make_async in `_…

    …fsspec.py` (#3195)* Add missing import for AsyncFileSystemWrapper in `_fsspec.py`* Add missing changelog entry for AsyncFileSystemWrapper import fix* Move AsyncFileSystemWrapper import past the version check in `_fsspec.py`* Add newline after AsyncFileSystemWrapper import in `_fsspec.py`* Simplify import statement for AsyncFileSystemWrapper in `_fsspec.py`---------Co-authored-by: Altay Sansal <altay.sansal@tgs.com>(cherry picked from commit97aa42f)
    @tasansal@d-v-b
    2 people authored andd-v-b committedJul 3, 2025
    Configuration menu
    Copy the full SHA
    c7218a3View commit details
    Browse the repository at this point in the history
  5. Auto backport of pr 3195 on 3.0.10 (#3204)

    * Remove breaking check about `auto_mkdir` for FSSpecStore (#3193)* Remove breaking check from _make_async* Update expected error* Change import structure to protect against AttributeError* changelog* add test to ensure that we can create a read-only copy of the store with auto_mkdir=False* only test if the async wrapper is available---------Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>(cherry picked from commit5a24487)* Add missing import for AsyncFileSystemWrapper for `_make_async` in `_fsspec.py` (#3195)* Add missing import for AsyncFileSystemWrapper in `_fsspec.py`* Add missing changelog entry for AsyncFileSystemWrapper import fix* Move AsyncFileSystemWrapper import past the version check in `_fsspec.py`* Add newline after AsyncFileSystemWrapper import in `_fsspec.py`* Simplify import statement for AsyncFileSystemWrapper in `_fsspec.py`---------Co-authored-by: Altay Sansal <altay.sansal@tgs.com>(cherry picked from commit97aa42f)---------Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>Co-authored-by: Altay Sansal <tasansal@users.noreply.github.com>Co-authored-by: Altay Sansal <altay.sansal@tgs.com>
    @d-v-b@maxrjones@tasansal
    4 people authoredJul 3, 2025
    Configuration menu
    Copy the full SHA
    e0ba359View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b456f9View commit details
    Browse the repository at this point in the history
  7. 3.0.9 release notes (#3183)

    * Create read only copy if needed when opening a store path (#3156)* Create read only copy if needed when opening a store path* Add ValueError to Raises section* Update expected warning* Update src/zarr/storage/_common.pyCo-authored-by: Davis Bennett <davis.v.bennett@gmail.com>* Use ANY_ACCESS_MODE* Update src/zarr/storage/_common.pyCo-authored-by: David Stansby <dstansby@gmail.com>* Update src/zarr/storage/_common.pyCo-authored-by: David Stansby <dstansby@gmail.com>* Update changes* Try using get_args on definition* Revert "Try using get_args on definition"This reverts commit7ad760f.* Add test* Remove warning* Apply suggestion for try; except shorteningCo-authored-by: Tom Nicholas <tom@earthmover.io>* Improve code coverage---------Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>Co-authored-by: David Stansby <dstansby@gmail.com>Co-authored-by: Tom Nicholas <tom@earthmover.io>(cherry picked from commit5731c6c)* release notes---------Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>Co-authored-by: David Stansby <dstansby@gmail.com>Co-authored-by: Tom Nicholas <tom@earthmover.io>
    @d-v-b@maxrjones
    @dstansby@TomNicholas
    4 people committedJul 3, 2025
    Configuration menu
    Copy the full SHA
    025f6aeView commit details
    Browse the repository at this point in the history
  8. release notes

    @d-v-b
    d-v-b committedJul 3, 2025
    Configuration menu
    Copy the full SHA
    cff70a3View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp