Skip to content

Commit c1db925

Browse files
authored
Polish release notes for v2.1.2 (#793)
1 parent 4c3c4fd commit c1db925

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

docs/releases.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Release notes
22

3-
## v2.1.2 (unreleased)
3+
## v2.1.2 (3rd September 2025)
44

5-
### New Features
6-
7-
### Breaking changes
5+
Patch release with minor bug fixes for the DMRPParser and Icechunk writing behavior.
86

97
### Bug fixes
108

11-
### Documentation
9+
- Enable `DMRPParser` to process scalar, dimensionless variables that lack chunks are present.
10+
([#666](https://github.com/zarr-developers/VirtualiZarr/pull/757)).
11+
By [Miguel Jimenez-Urias](https://github.com/Mikejmnez).
12+
- Enable `DMRPParser` to parse flattened dmrpp metadata reference files, which contain container attributes.
13+
([#581](https://github.com/zarr-developers/VirtualiZarr/pull/757)).
14+
By [Miguel Jimenez-Urias](https://github.com/Mikejmnez).
15+
- Support dtypes without an endianness ([#787](https://github.com/zarr-developers/VirtualiZarr/pull/787)). By [Justus Magin](https://github.com/keewis).
1216

1317
### Internal changes
14-
- Change default Icechunk writing behavior to not validate or write "empty" chunks.
15-
([#791](https://github.com/zarr-developers/VirtualiZarr/pull/791))
18+
- Change default Icechunk writing behavior to not validate or write "empty" chunks ([#791](https://github.com/zarr-developers/VirtualiZarr/pull/791)). By [Sean Harkins](https://github.com/sharkinsspatial).
1619

1720
## v2.1.1 (14th August 2025)
1821

@@ -23,12 +26,6 @@ Extremely minor release to ensure compatibility with the soon-to-be released ver
2326
- Adjust for minor upcoming change in private xarray API `xarray.structure.combine._nested_combine`.
2427
([#779](https://github.com/zarr-developers/VirtualiZarr/pull/779)).
2528
By [Tom Nicholas](https://github.com/TomNicholas).
26-
- Enable `DMRPParser` to process scalar, dimensionless variables that lack chunks are present.
27-
([#666](https://github.com/zarr-developers/VirtualiZarr/pull/757)).
28-
By [Miguel Jimenez-Urias](https://github.com/Mikejmnez)
29-
- Enable `DMRPParser` to parse flattened dmrpp metadata reference files, which contain container attributes.
30-
([#581](https://github.com/zarr-developers/VirtualiZarr/pull/757)).
31-
By [Miguel Jimenez-Urias](https://github.com/Mikejmnez)
3229

3330
## v2.1.0 (14th August 2025)
3431

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
requires-python = ">=3.11"
2121
dynamic = ["version"]
2222
dependencies = [
23-
"xarray>=2025.3.0",
23+
"xarray>=2025.03.0",
2424
"numpy>=2.0.0",
2525
"universal-pathlib",
2626
"numcodecs>=0.15.1",
@@ -170,6 +170,7 @@ numpy = "==2.0.0"
170170
numcodecs = "==0.15.1"
171171
zarr = "==3.1.0"
172172
obstore = "==0.5.1"
173+
icechunk = "==1.1.2"
173174

174175
# Define commands to run within the test environments
175176
[tool.pixi.feature.test.tasks]

0 commit comments

Comments
 (0)