| 
70 | 70 |   </td>  | 
71 | 71 | </tr>  | 
72 | 72 | <tr>  | 
73 |  | -	<td>Zulip</td>  | 
 | 73 | +	<td>Developer Chat</td>  | 
74 | 74 | 	<td>  | 
75 | 75 | 		<a href="https://ossci.zulipchat.com/">  | 
76 | 76 | 		<img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />  | 
@@ -101,13 +101,13 @@ Zarr is a Python package providing an implementation of compressed, chunked, N-d  | 
101 | 101 | 
 
  | 
102 | 102 | ## Main Features  | 
103 | 103 | 
 
  | 
104 |  | -- [**Create**](https://zarr.readthedocs.io/en/stable/tutorial.html#creating-an-array) N-dimensional arrays with any NumPy `dtype`.  | 
105 |  | -- [**Chunk arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#chunk-optimizations) along any dimension.  | 
106 |  | -- [**Compress**](https://zarr.readthedocs.io/en/stable/tutorial.html#compressors) and/or filter chunks using any NumCodecs codec.  | 
107 |  | -- [**Store arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#tutorial-storage) in memory, on disk, inside a zip file, on S3, etc...  | 
108 |  | -- [**Read**](https://zarr.readthedocs.io/en/stable/tutorial.html#reading-and-writing-data) an array [**concurrently**](https://zarr.readthedocs.io/en/stable/tutorial.html#parallel-computing-and-synchronization) from multiple threads or processes.  | 
109 |  | -- Write to an array concurrently from multiple threads or processes.  | 
110 |  | -- Organize arrays into hierarchies via [**groups**](https://zarr.readthedocs.io/en/stable/tutorial.html#groups).  | 
 | 104 | +- [**Create**](https://zarr.readthedocs.io/en/stable/user-guide/arrays.html#creating-an-array) N-dimensional arrays with any NumPy `dtype`.  | 
 | 105 | +- [**Chunk arrays**](https://zarr.readthedocs.io/en/stable/user-guide/performance.html#chunk-optimizations) along any dimension.  | 
 | 106 | +- [**Compress**](https://zarr.readthedocs.io/en/stable/user-guide/arrays.html#compressors) and/or filter chunks using any NumCodecs codec.  | 
 | 107 | +- [**Store arrays**](https://zarr.readthedocs.io/en/stable/user-guide/storage.html) in memory, on disk, inside a zip file, on S3, etc...  | 
 | 108 | +- [**Read**](https://zarr.readthedocs.io/en/stable/user-guide/arrays.html#reading-and-writing-data) an array [**concurrently**](https://zarr.readthedocs.io/en/stable/user-guide/performance.html#parallel-computing-and-synchronization) from multiple threads or processes.  | 
 | 109 | +- [**Write**](https://zarr.readthedocs.io/en/stable/user-guide/arrays.html#reading-and-writing-data) to an array concurrently from multiple threads or processes.  | 
 | 110 | +- Organize arrays into hierarchies via [**groups**](https://zarr.readthedocs.io/en/stable/quickstart.html#hierarchical-groups).  | 
111 | 111 | 
 
  | 
112 | 112 | ## Where to get it  | 
113 | 113 | 
 
  | 
 | 
0 commit comments