Skip to content

Commit f875d77

Browse files
authored
MAINT: adding Zarr to tables in SPEC0 document (#300)
We didn't add the package to the list in the script thus it is currently omitted from the table and drop schedule.
1 parent 59c1348 commit f875d77

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

spec-0000/SPEC0_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"scikit-learn",
2626
"xarray",
2727
"ipython",
28+
"zarr",
2829
]
2930
plus36 = timedelta(days=int(365 * 3))
3031
plus24 = timedelta(days=int(365 * 2))

spec-0000/chart.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,14 @@ section ipython
110110
8.19.0 : 2023-12-22,2025-12-21
111111
8.20.0 : 2024-01-08,2026-01-07
112112
8.21.0 : 2024-01-31,2026-01-30
113+
114+
section zarr
115+
2.9.0 : 2021-08-23,2023-08-23
116+
2.10.0 : 2021-09-19,2023-09-19
117+
2.11.0 : 2022-02-07,2024-02-07
118+
2.12.0 : 2022-06-23,2024-06-22
119+
2.13.0 : 2022-09-22,2024-09-21
120+
2.14.0 : 2023-02-10,2025-02-09
121+
2.15.0 : 2023-06-14,2025-06-13
122+
2.16.0 : 2023-07-20,2025-07-19
123+
2.17.0 : 2024-02-14,2026-02-13

spec-0000/schedule.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| pandas | 1.4.0 | released Jan 2022 |
2323
| scipy | 1.8.0 | released Feb 2022 |
2424
| xarray | 0.21.0 to 2022.3.0 | released Jan 2022 and Mar 2022 |
25+
| zarr | 2.11.0 | released Feb 2022 |
2526

2627
#### 2024 - Quarter 2:
2728

@@ -33,6 +34,7 @@
3334
| networkx | 2.8 | released Apr 2022 |
3435
| numpy | 1.23.0 | released Jun 2022 |
3536
| scikit-learn | 1.1.0 | released May 2022 |
37+
| zarr | 2.12.0 | released Jun 2022 |
3638

3739
#### 2024 - Quarter 3:
3840

@@ -45,6 +47,7 @@
4547
| pandas | 1.5.0 | released Sep 2022 |
4648
| scipy | 1.9.0 | released Jul 2022 |
4749
| xarray | 2022.6.0 to 2022.9.0 | released Jul 2022 and Sep 2022 |
50+
| zarr | 2.13.0 | released Sep 2022 |
4851

4952
#### 2024 - Quarter 4:
5053

@@ -70,6 +73,7 @@
7073
| scikit-image | 0.20.0 | released Feb 2023 |
7174
| scipy | 1.10.0 | released Jan 2023 |
7275
| xarray | 2023.1.0 to 2023.3.0 | released Jan 2023 and Mar 2023 |
76+
| zarr | 2.14.0 | released Feb 2023 |
7377

7478
#### 2025 - Quarter 2:
7579

@@ -85,6 +89,7 @@
8589
| scikit-learn | 1.3.0 | released Jun 2023 |
8690
| scipy | 1.11.0 | released Jun 2023 |
8791
| xarray | 2023.4.0 to 2023.6.0 | released Apr 2023 and Jun 2023 |
92+
| zarr | 2.15.0 | released Jun 2023 |
8893

8994
#### 2025 - Quarter 3:
9095

@@ -97,6 +102,7 @@
97102
| numpy | 1.26.0 | released Sep 2023 |
98103
| pandas | 2.1.0 | released Aug 2023 |
99104
| xarray | 2023.7.0 to 2023.9.0 | released Jul 2023 and Sep 2023 |
105+
| zarr | 2.16.0 | released Jul 2023 |
100106

101107
#### 2025 - Quarter 4:
102108

@@ -121,6 +127,7 @@
121127
| scikit-learn | 1.4.0 | released Jan 2024 |
122128
| scipy | 1.12.0 | released Jan 2024 |
123129
| xarray | 2024.1.0 | released Jan 2024 |
130+
| zarr | 2.17.0 | released Feb 2024 |
124131

125132
#### 2026 - Quarter 4:
126133

0 commit comments

Comments
 (0)