@@ -6,10 +6,34 @@ Release notes
6
6
# to document your changes. On releases it will be
7
7
# re-indented so that it does not show up in the notes.
8
8
9
- .. _unreleased :
9
+ .. _unreleased :
10
10
11
- Unreleased
12
- ----------
11
+ Unreleased
12
+ ----------
13
+
14
+ .. _release_2.13.0 :
15
+
16
+ 2.13.0
17
+ ------
18
+ .. warning ::
19
+ Pre-release! Use `pip install --pre zarr ` to evaluate this release.
20
+
21
+ Major changes
22
+ ~~~~~~~~~~~~~
23
+
24
+ * Remove support for Python 3.7 in concert with NumPy dependency.
25
+ By :user: `Davis Bennett <d-v-b> `; :issue: `1067 `.
26
+
27
+ Bug fixes
28
+ ~~~~~~~~~
29
+
30
+ * Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from
31
+ bearing the `n5 ` keyword. Along with fixing this bug, new tests were added for N5 routines
32
+ that had previously been excluded from testing, and type annotations were added to the N5 codebase.
33
+ By :user: `Davis Bennett <d-v-b> `; :issue: `1092 `.
34
+
35
+ * Fix bug in LRUEStoreCache in which the current size wasn't reset on invalidation.
36
+ By :user: `BGCMHou <BGCMHou> ` and :user: `Josh Moore <joshmoore> ` :issue: `1076 `, :issue: `1077 `.
13
37
14
38
Documentation
15
39
~~~~~~~~~~~~~
@@ -19,25 +43,26 @@ Documentation
19
43
Maintenance
20
44
~~~~~~~~~~~
21
45
46
+ * Pin werkzeug to prevent test hangs.
47
+ By :user: `Davis Bennett <d-v-b> `; :issue: `1098 `.
48
+
22
49
* Fix a few DeepSource.io alerts
23
50
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> ` :issue: `1080 `.
24
51
52
+ * Fix URLs.
53
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `1074 `.
54
+
25
55
* Fix spelling.
26
56
By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `1073 `.
27
57
28
58
* Update GitHub issue templates with `YAML ` format.
29
59
By :user: `Saransh Chopra <Saransh-cpp> ` :issue: `1079 `.
30
60
31
- Bug fixes
32
- ~~~~~~~~~
33
-
34
- * Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from
35
- bearing the `n5 ` keyword. Along with fixing this bug, new tests were added for N5 routines
36
- that had previously been excluded from testing, and type annotations were added to the N5 codebase.
37
- By :user: `Davis Bennett <d-v-b> `; :issue: `1092 `.
61
+ * Remove option to return None from _ensure_store.
62
+ By :user: `Greggory Lee <grlee77> `; :issue: `1068 `.
38
63
39
- * Fix bug in LRUEStoreCache in which the current size wasn't reset on invalidation .
40
- By :user: `BGCMHou <BGCMHou> ` and :user: ` Josh Moore <joshmoore> ` :issue: `1076 `, :issue: ` 1077 `.
64
+ * Fix a typo of "integers" .
65
+ By :user: `Richard Scott <RichardScottOZ> `; :issue: `1056 `.
41
66
42
67
.. _release_2.12.0 :
43
68
0 commit comments