Thanks to visit codestin.com
Credit goes to github.com

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: zarrs/zarrs-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: zarrs/zarrs-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.2
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Feb 11, 2025

  1. (feat): full v2 compat via python fallback (#84)

    * chore(deps): bump zarr to 3.0.0rc1
    
    * fmt
    
    * (feat): python fallack
    
    * (fix):  dtypes
    
    * (fix): `object` dtypes + `v2` tests
    
    * (fix): `object` dtypes + `v2` tests
    
    * (fix): `object` dtypes + `v2` tests
    
    * (fix): `object` dtypes in rust
    
    * (fix):  blosc support
    
    * (refactor): handle `None` fill-value more gracefully
    
    * fix: V2 codec pipeline creation
    
    * fix: zfpy/pcodec metadata handling
    
    * (fix): fall back for unsupported codecs
    
    * (fix): our decode codec pipeline does not support vlen
    
    * (fix): string dtype test to match zarr-python
    
    * (chore): add note
    
    * (fix): ruff
    
    * (fix): rustfmt
    
    * (fix): `pyi`
    
    * (fix): try removing zarr main branch dep
    
    * fix: use upstream implicit fill values
    
    * fix: use upstream metadata handling
    
    There is a lot of additional logic already taken care of by `zarrs`, like handling multiple versions of codec metadata.
    
    * fix: cleanup fill value handling for string dtype
    
    * Revert "fix: cleanup fill value handling for string dtype"
    
    This reverts commit 6ff6c2b.
    
    * fix: cleanup fill value handling for string dtype
    
    * fix: fmt and clippy warnings
    
    * fix: zarr-python 0 fill value handling
    
    ---------
    
    Co-authored-by: Lachlan Deakin <[email protected]>
    ilan-gold and LDeakin authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    1d4e3cb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Release 0.1.2 (#85)

    ilan-gold authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    28f8058 View commit details
    Browse the repository at this point in the history
Loading