Skip to content

Commit d8daef9

Browse files
authored
Update minimum icechunk version to v0.2.4 (#462)
* update minimum icechunk version * real release note
1 parent 1cdc2f0 commit d8daef9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- universal_pathlib
1616
- hdf5plugin
1717
- numcodecs
18-
- icechunk>=0.2.0
18+
- icechunk>=0.2.4
1919
# Testing
2020
- codecov[toml]
2121
- pre-commit

ci/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- pooch
2929
- fsspec
3030
- pip
31-
- icechunk>=0.2.0
31+
- icechunk>=0.2.4
3232
- pip:
3333
- git+https://github.com/fsspec/kerchunk.git@main
3434
- imagecodecs-numcodecs==2024.6.1

docs/releases.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Release notes
22
=============
3+
34
.. _v1.3.2:
45

56
v1.3.2 (unreleased)
@@ -11,6 +12,9 @@ New Features
1112
Breaking changes
1213
~~~~~~~~~~~~~~~~
1314

15+
- Minimum supported version of Icechunk is now `v0.2.4` (:pull:`462`)
16+
By `Tom Nicholas <https://github.com/TomNicholas>`_.
17+
1418
Deprecations
1519
~~~~~~~~~~~~
1620

@@ -32,6 +36,7 @@ v1.3.1 (18th Feb 2025)
3236

3337
New Features
3438
~~~~~~~~~~~~
39+
3540
- Examples use new Icechunk syntax
3641

3742
Breaking changes

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.2.0",
74+
"icechunk>=0.2.4",
7575
]
7676
kerchunk = ["fastparquet"]
7777
all_writers = [

0 commit comments

Comments
 (0)