Skip to content

Commit f7c45ca

Browse files
authored
Merge pull request #99 from dstansby/rm-disclaimer
Remove out of date disclaimer
2 parents e790176 + 0973bd6 commit f7c45ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/usage_zarr_v3.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Usage (Zarr V3)
22

3-
## Disclaimer
4-
5-
At the moment, [Zarr version 3](https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html) is only _barely_ supported by this project. That will likely
6-
change when the Zarr storage backend used here ([`zarr-python`](https://zarr.readthedocs.io/en/stable/))
7-
fully implements version 3. Until then, the only Zarr v3 stuff you can do with this repo
8-
is create abstract hierarchies. You cannot use the `to_zarr` or `from_zarr` methods, because
9-
the backend for that doesn't exist.
10-
113
## Defining Zarr v3 hierarchies
124

135
```python

0 commit comments

Comments
 (0)