You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* v2.1.0 release notes
* Highlight breaking change
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/releases.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Release notes
2
2
3
-
## v2.0.2 (unreleased)
3
+
## v2.1.0 (14th August 2025)
4
+
5
+
This release fixes a number of important bugs that could silently lead to referenced data being read back incorrectly.
6
+
In particular, note that writing virtual chunks to Icechunk now requires that all virtual chunk containers are set correctly by default.
7
+
It also unpins our dependency on xarray, so that VirtualiZarr is compatible with the latest released version of Xarray.
8
+
Please upgrade!
4
9
5
10
### New Features
6
11
@@ -28,6 +33,9 @@
28
33
29
34
### Documentation
30
35
36
+
- Updated Icechunk examples now that virtual chunk containers are required by default ([#774](https://github.com/zarr-developers/VirtualiZarr/pull/774)).
37
+
By [Tom Nicholas](https://github.com/TomNicholas).
38
+
31
39
### Internal changes
32
40
33
41
-`extract_codecs` function inside `convert_to_codec_pipeline` now raises if it encounters a codec which does not inherit from the correct `zarr.abc.codec` base classes. ([#775](https://github.com/zarr-developers/VirtualiZarr/pull/775)).
0 commit comments