Skip to content

Commit 1d675a1

Browse files
v2.1.0 release notes (#777)
* 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>
1 parent 6a9ade2 commit 1d675a1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/releases.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Release notes
22

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!
49

510
### New Features
611

@@ -28,6 +33,9 @@
2833

2934
### Documentation
3035

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+
3139
### Internal changes
3240

3341
- `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

Comments
 (0)