Skip to content

Commit f9fd8c7

Browse files
committed
Prepare 2.13.0a1 changelog
1 parent 8e7f4cc commit f9fd8c7

File tree

1 file changed

+37
-12
lines changed

1 file changed

+37
-12
lines changed

docs/release.rst

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,34 @@ Release notes
66
# to document your changes. On releases it will be
77
# re-indented so that it does not show up in the notes.
88
9-
.. _unreleased:
9+
.. _unreleased:
1010

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`.
1337

1438
Documentation
1539
~~~~~~~~~~~~~
@@ -19,25 +43,26 @@ Documentation
1943
Maintenance
2044
~~~~~~~~~~~
2145

46+
* Pin werkzeug to prevent test hangs.
47+
By :user:`Davis Bennett <d-v-b>`; :issue:`1098`.
48+
2249
* Fix a few DeepSource.io alerts
2350
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1080`.
2451

52+
* Fix URLs.
53+
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`1074`.
54+
2555
* Fix spelling.
2656
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>`, :issue:`1073`.
2757

2858
* Update GitHub issue templates with `YAML` format.
2959
By :user:`Saransh Chopra <Saransh-cpp>` :issue:`1079`.
3060

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`.
3863

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`.
4166

4267
.. _release_2.12.0:
4368

0 commit comments

Comments
 (0)