Skip to content

Commit fa36a85

Browse files
authored
Update Icechunk dependency to v0.1.1 (#419)
* update stated dependency on icechunk * test against icechunk in main CI env (now that it's not mutually-exclusive with kerchunk * test against icechunk main branch in upstream CI env * release notes * earth-mover not earthmover * try installing icechunk-python from correct subdirectory of repo * install icechunk via pip as it's not on conda
1 parent 4c7d9ca commit fa36a85

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ dependencies:
3737
- pip
3838
- pip:
3939
- imagecodecs-numcodecs==2024.6.1
40+
- icechunk>=0.1.1

ci/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ dependencies:
2929
- fsspec
3030
- pip
3131
- pip:
32-
- icechunk>=0.1.0a12 # Installs zarr-python v3.0.0 as dependency
32+
- git+https://github.com/earth-mover/icechunk.git@main#subdirectory=icechunk-python # Installs zarr-python v3.0.0 as dependency
3333
- git+https://github.com/fsspec/kerchunk.git@main
3434
- imagecodecs-numcodecs==2024.6.1

docs/releases.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Breaking changes
9494

9595
- Minimum required version of Xarray is now v2024.10.0.
9696
(:pull:`284`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
97+
- Minimum required version of Icechunk is now v0.1.1.
98+
(:pull:`419`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
99+
- Minimum required version of Kerchunk is now v0.2.8.
100+
(:pull:`406`) By `Julia Signell <https://github.com/jsignell>`_.
97101
- Opening kerchunk-formatted references from disk which contain relative paths now requires passing the ``fs_root`` keyword argument via ``virtual_backend_kwargs``.
98102
(:pull:`243`) By `Tom Nicholas <https://github.com/TomNicholas>`_.
99103

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ all_readers = [
7171

7272
# writers
7373
icechunk = [
74-
"icechunk>=0.1.0a12",
74+
"icechunk>=0.1.1",
7575
]
7676
kerchunk = ["fastparquet"]
7777
all_writers = [

0 commit comments

Comments
 (0)