File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11Release notes
22=============
3+
34.. _v1.3.2 :
45
56v1.3.2 (unreleased)
@@ -11,6 +12,9 @@ New Features
1112Breaking 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+
1418Deprecations
1519~~~~~~~~~~~~
1620
@@ -32,6 +36,7 @@ v1.3.1 (18th Feb 2025)
3236
3337New Features
3438~~~~~~~~~~~~
39+
3540- Examples use new Icechunk syntax
3641
3742Breaking changes
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ all_readers = [
7171
7272# writers
7373icechunk = [
74- " icechunk>=0.2.0 " ,
74+ " icechunk>=0.2.4 " ,
7575]
7676kerchunk = [" fastparquet" ]
7777all_writers = [
You can’t perform that action at this time.
0 commit comments