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
Copy file name to clipboardExpand all lines: docs/developers/contributing.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,8 +316,7 @@ The Zarr library is an implementation of a file format standard defined external
316
316
317
317
If an existing Zarr format version changes, or a new version of the Zarr format is released, then the Zarr library will generally require changes. It is very likely that
318
318
a new Zarr format will require extensive breaking changes to the Zarr library, and so support for a new Zarr format in the Zarr library will almost certainly come in new ``major`` release.
319
-
For some period of time after the Zarr library adds support for a new Zarr format, there may be a period of accelerated changes as developers refine APIs that were added to support the new format.
320
-
Breaking changes may more frequent until a new API is fully stabilized, and these breaking changes may occur in ``minor`` releases.
319
+
When the Zarr library adds support for a new Zarr format, there may be a period of accelerated changes as developers refine newly added APIs and deprecate old APIs. In such a transitional phase breaking changes may be more frequent than usual.
0 commit comments