Skip to content

Commit 5d92e85

Browse files
authored
Improve layout of work in progress page (#3841)
* Improve layout of work in progress page * Remove out of date entries
1 parent 8ca385a commit 5d92e85

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

docs/user-guide/v3_migration.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -198,32 +198,29 @@ after the 3.0.0 release. If features listed below are important to your use case
198198
of Zarr-Python, please open (or comment on) a
199199
[GitHub issue](https://github.com/zarr-developers/zarr-python/issues/new).
200200

201-
- The following functions / methods have not been ported to Zarr-Python 3 yet:
201+
The following functions / methods have not been ported to Zarr-Python 3 yet:
202202

203-
* `zarr.copy` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
204-
* `zarr.copy_all` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
205-
* `zarr.copy_store` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
206-
* `zarr.Group.move` ([issue #2108](https://github.com/zarr-developers/zarr-python/issues/2108))
203+
- `zarr.copy` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
204+
- `zarr.copy_all` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
205+
- `zarr.copy_store` ([issue #2407](https://github.com/zarr-developers/zarr-python/issues/2407))
206+
- `zarr.Group.move` ([issue #2108](https://github.com/zarr-developers/zarr-python/issues/2108))
207207

208-
- The following features (corresponding to function arguments to functions in
208+
The following features (corresponding to function arguments to functions in
209209
`zarr`) have not been ported to Zarr-Python 3 yet. Using these features
210210
will raise a warning or a `NotImplementedError`:
211211

212-
* `cache_attrs`
213-
* `cache_metadata`
214-
* `chunk_store` ([issue #2495](https://github.com/zarr-developers/zarr-python/issues/2495))
215-
* `meta_array`
216-
* `object_codec` ([issue #2617](https://github.com/zarr-developers/zarr-python/issues/2617))
217-
* `synchronizer` ([issue #1596](https://github.com/zarr-developers/zarr-python/issues/1596))
218-
* `dimension_separator`
212+
- `cache_attrs`
213+
- `cache_metadata`
214+
- `chunk_store` ([issue #2495](https://github.com/zarr-developers/zarr-python/issues/2495))
215+
- `meta_array`
216+
- `object_codec` ([issue #2617](https://github.com/zarr-developers/zarr-python/issues/2617))
217+
- `synchronizer` ([issue #1596](https://github.com/zarr-developers/zarr-python/issues/1596))
218+
- `dimension_separator`
219219

220-
- The following features that were supported by Zarr-Python 2 have not been ported
220+
The following features that were supported by Zarr-Python 2 have not been ported
221221
to Zarr-Python 3 yet:
222222

223-
* Structured arrays / dtypes ([issue #2134](https://github.com/zarr-developers/zarr-python/issues/2134))
224-
* Fixed-length string dtypes ([issue #2347](https://github.com/zarr-developers/zarr-python/issues/2347))
225-
* Datetime and timedelta dtypes ([issue #2616](https://github.com/zarr-developers/zarr-python/issues/2616))
226-
* Object dtypes ([issue #2616](https://github.com/zarr-developers/zarr-python/issues/2616))
227-
* Ragged arrays ([issue #2618](https://github.com/zarr-developers/zarr-python/issues/2618))
228-
* Groups and Arrays do not implement `__enter__` and `__exit__` protocols ([issue #2619](https://github.com/zarr-developers/zarr-python/issues/2619))
229-
* Default filters for object dtypes for Zarr format 2 arrays ([issue #2627](https://github.com/zarr-developers/zarr-python/issues/2627))
223+
- Object dtypes ([issue #2616](https://github.com/zarr-developers/zarr-python/issues/2616))
224+
- Ragged arrays ([issue #2618](https://github.com/zarr-developers/zarr-python/issues/2618))
225+
- Groups and Arrays do not implement `__enter__` and `__exit__` protocols ([issue #2619](https://github.com/zarr-developers/zarr-python/issues/2619))
226+
- Default filters for object dtypes for Zarr format 2 arrays ([issue #2627](https://github.com/zarr-developers/zarr-python/issues/2627))

0 commit comments

Comments
 (0)