Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- universal_pathlib
- hdf5plugin
- numcodecs
- icechunk>=0.2.0
- icechunk>=0.2.4
# Testing
- codecov[toml]
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion ci/upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- pooch
- fsspec
- pip
- icechunk>=0.2.0
- icechunk>=0.2.4
- pip:
- git+https://github.com/fsspec/kerchunk.git@main
- imagecodecs-numcodecs==2024.6.1
5 changes: 5 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Release notes
=============

.. _v1.3.2:

v1.3.2 (unreleased)
Expand All @@ -11,6 +12,9 @@ New Features
Breaking changes
~~~~~~~~~~~~~~~~

- Minimum supported version of Icechunk is now `v0.2.4` (:pull:`462`)
By `Tom Nicholas <https://github.com/TomNicholas>`_.

Deprecations
~~~~~~~~~~~~

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

New Features
~~~~~~~~~~~~

- Examples use new Icechunk syntax

Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ all_readers = [

# writers
icechunk = [
"icechunk>=0.2.0",
"icechunk>=0.2.4",
]
kerchunk = ["fastparquet"]
all_writers = [
Expand Down