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
* test warning raised if writing non-virtual dataset to icechunk
* warn for Dataset
* generalize decorator to work for DataTree too
* test warned on datatree to icechunk
* lint
* test to_kerchunk
* release note
* avoid writing to same store twice in test
* remove decorator type hints
Copy file name to clipboardExpand all lines: docs/releases.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@
21
21
`xarray.DataTree.virtualize.to_icechunk()` for writing an `xarray.DataTree`
22
22
to an Icechunk store ([#244](https://github.com/zarr-developers/VirtualiZarr/issues/244)). By
23
23
[Chuck Daniels](https://github.com/chuckwondo).
24
+
- Now throws a warning if you attempt to write an entirely non-virtual dataset to a virtual references format ([#657](https://github.com/zarr-developers/VirtualiZarr/pull/657)).
25
+
By [Tom Nicholas](https://github.com/TomNicholas).
f"Attempting to write an entirely non-virtual {cls_name} to a virtual references format - i.e. your `xarray.{cls_name}` contains zero `ManifestArray` objects. "
41
+
"This is almost certainly not intended, as the entire data contents will be duplicated rather than referenced. "
42
+
f"This may have happened because you used `xarray.open_{cls_name}` instead of `virtualizarr.open_virtual_{cls_name}`, or you set all variables to be `loadable_variables`."
0 commit comments