From b8bf4cb0584ab143c41509c6d50960943273a460 Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Wed, 14 Feb 2024 05:13:27 +0530 Subject: [PATCH 1/3] Update installation.rst stating version support policy --- docs/installation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index 8553d451c..9c040ffcc 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,6 +6,9 @@ Zarr depends on NumPy. It is generally best to `install NumPy appropriate for your operating system and Python distribution. Other dependencies should be installed automatically if using one of the installation methods below. +Note: Zarr endorses `SPEC 0 `_ and follows the version support window as outlined. +Please see https://github.com/zarr-developers/zarr-python/issues/1616 for more details. + Install Zarr from PyPI:: $ pip install zarr From 02032e5150ea77200996ba07e2551a9e5af64e8c Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Tue, 27 Feb 2024 05:39:18 +0530 Subject: [PATCH 2/3] Update docs/installation.rst Co-authored-by: Joe Hamman --- docs/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9c040ffcc..42bfd800e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,8 +6,10 @@ Zarr depends on NumPy. It is generally best to `install NumPy appropriate for your operating system and Python distribution. Other dependencies should be installed automatically if using one of the installation methods below. -Note: Zarr endorses `SPEC 0 `_ and follows the version support window as outlined. -Please see https://github.com/zarr-developers/zarr-python/issues/1616 for more details. +Note: Zarr endorses `SPEC 0 `_ and follows the version support window as outlined below: + +- Python: 36 months after initial release +- Core package dependencies (e.g. NumPy): 24 months after initial release Install Zarr from PyPI:: From 13441dff058aef73251df37df6abbeff5634f4a8 Mon Sep 17 00:00:00 2001 From: Joe Hamman Date: Sun, 10 Mar 2024 14:30:47 -0700 Subject: [PATCH 3/3] Update docs/installation.rst --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 42bfd800e..35865c764 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,7 +6,7 @@ Zarr depends on NumPy. It is generally best to `install NumPy appropriate for your operating system and Python distribution. Other dependencies should be installed automatically if using one of the installation methods below. -Note: Zarr endorses `SPEC 0 `_ and follows the version support window as outlined below: +Note: Zarr has endorsed `Scientific-Python SPEC 0 `_ and now follows the version support window as outlined below: - Python: 36 months after initial release - Core package dependencies (e.g. NumPy): 24 months after initial release