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/zarr-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
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
  • 14 commits
  • 26 files changed
  • 8 contributors

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 and dstansby authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    5c10a4f View 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 and lukasbindreiter authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    e6bb1ae View 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 and maxrjones authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    04a4c5f View 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.py
    
    Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
    
    * Use ANY_ACCESS_MODE
    
    * Update src/zarr/storage/_common.py
    
    Co-authored-by: David Stansby <dstansby@gmail.com>
    
    * Update src/zarr/storage/_common.py
    
    Co-authored-by: David Stansby <dstansby@gmail.com>
    
    * Update changes
    
    * Try using get_args on definition
    
    * Revert "Try using get_args on definition"
    
    This reverts commit 7ad760f.
    
    * Add test
    
    * Remove warning
    
    * Apply suggestion for try; except shortening
    
    Co-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 commit 5731c6c)
    4 people committed Jun 30, 2025
    Configuration menu
    Copy the full SHA
    19900e1 View 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 commit 7ad760f.
    
    * Add test
    
    * Remove warning
    
    * Apply suggestion for try; except shortening
    
    
    
    * Improve code coverage
    
    ---------
    
    
    
    
    (cherry picked from commit 5731c6c)
    
    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>
    4 people authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    1064262 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d01eced View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. 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 commit 5a24487)
    maxrjones and d-v-b committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8d51dd3 View commit details
    Browse the repository at this point in the history
  2. Remove breaking check about auto_mkdir for 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 commit 5a24487)
    
    Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
    d-v-b and maxrjones authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    1e66c40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f2cbb2 View 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 commit 97aa42f)
    2 people authored and d-v-b committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    c7218a3 View 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 commit 5a24487)
    
    * 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 commit 97aa42f)
    
    ---------
    
    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>
    4 people authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    e0ba359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b456f9 View 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.py
    
    Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
    
    * Use ANY_ACCESS_MODE
    
    * Update src/zarr/storage/_common.py
    
    Co-authored-by: David Stansby <dstansby@gmail.com>
    
    * Update src/zarr/storage/_common.py
    
    Co-authored-by: David Stansby <dstansby@gmail.com>
    
    * Update changes
    
    * Try using get_args on definition
    
    * Revert "Try using get_args on definition"
    
    This reverts commit 7ad760f.
    
    * Add test
    
    * Remove warning
    
    * Apply suggestion for try; except shortening
    
    Co-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 commit 5731c6c)
    
    * 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>
    4 people committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    025f6ae View commit details
    Browse the repository at this point in the history
  8. release notes

    d-v-b committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    cff70a3 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy