Skip to content

Commit 480136c

Browse files
authored
2.12.0 changelog (#1038)
* Merge pre-release sections An odd bug (or user error?!) with readthedocs leads to all pre-release anchors in the changelog to be reduced to just the final component (e.g. "a2"). Rather than struggle with this, this proposes to use the official anchor for the upcoming release, but to clearly mark it as a pre-release. * Fix minor warning from the sphinx parsing * Update to the new logo * Drop purple from the sidebar * Fix typo in release.rst comment * Drop pre-release warning
1 parent a78129c commit 480136c

File tree

3 files changed

+18
-27
lines changed

3 files changed

+18
-27
lines changed

docs/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/* Sidebar background color */
33
.wy-nav-side, div.wy-side-nav-search {
4-
background-color: rgb(38, 34, 98);
4+
background-color: rgb(38, 34, 98, 0); /* full alpha */
55
}
66

77
/* Sidebar link click color */

docs/_static/logo1.png

39 KB
Loading

docs/release.rst

Lines changed: 17 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,18 @@ Release notes
33

44
..
55
# Unindent the section between releases in order
6-
# to coument your changes. On releases it will be
6+
# to document your changes. On releases it will be
77
# re-indented so that it does not show up in the notes.
88
99
.. _unreleased:
1010

1111
Unreleased
1212
----------
1313

14-
.. _release_2.12.0a2:
14+
.. _release_2.12.0:
1515

16-
2.12.0a2
17-
--------
18-
19-
* Rename ZARR_V3_API_AVAILABLE to ZARR_V3_EXPERIMENTAL_API.
20-
By :user:`Josh Moore <joshmoore>` :issue:`1032`.
21-
22-
Maintenance
23-
~~~~~~~~~~~
24-
25-
* Fix URL to renamed file in Blosc repo.
26-
By :user:`Andrew Thomas <amcnicho>` :issue:`1028`.
27-
28-
* Activate Py 3.10 builds.
29-
By :user:`Josh Moore <joshmoore>` :issue:`1027`.
30-
31-
* Make all unignored zarr warnings errors.
32-
By :user:`Josh Moore <joshmoore>` :issue:`1021`.
33-
34-
.. _release_2.12.0a1:
35-
36-
2.12.0a1
37-
--------
16+
2.12.0
17+
------
3818

3919
Enhancements
4020
~~~~~~~~~~~~
@@ -44,7 +24,8 @@ Enhancements
4424
Since the format is not yet finalized, the classes and functions are not
4525
automatically imported into the regular `zarr` name space. Setting the
4626
`ZARR_V3_EXPERIMENTAL_API` environment variable will activate them.
47-
By :user:`Greggory Lee <grlee77>`; :issue:`898`, :issue:`1006`, and :issue:`1007`.
27+
By :user:`Greggory Lee <grlee77>`; :issue:`898`, :issue:`1006`, and :issue:`1007`
28+
as well as by :user:`Josh Moore <joshmoore>` :issue:`1032`.
4829

4930
* **Create FSStore from an existing fsspec filesystem**. If you have created
5031
an fsspec filesystem outside of Zarr, you can now pass it as a keyword
@@ -80,6 +61,16 @@ Maintenance
8061
* Added Pre-commit configuration, incl. Yaml Check.
8162
By :user:`Shivank Chaudhary <Alt-Shivam>`; :issue:`1015`, :issue:`1016`.
8263

64+
* Fix URL to renamed file in Blosc repo.
65+
By :user:`Andrew Thomas <amcnicho>` :issue:`1028`.
66+
67+
* Activate Py 3.10 builds.
68+
By :user:`Josh Moore <joshmoore>` :issue:`1027`.
69+
70+
* Make all unignored zarr warnings errors.
71+
By :user:`Josh Moore <joshmoore>` :issue:`1021`.
72+
73+
8374
.. _release_2.11.3:
8475

8576
2.11.3
@@ -222,7 +213,7 @@ Maintenance
222213

223214
- Drop unneeded ``return`` (:issue:`884`)
224215

225-
- Drop explicit ``object`` inheritance from ``class``es (:issue:`886`)
216+
- Drop explicit ``object`` inheritance from ``class``-es (:issue:`886`)
226217

227218
- Unnecessary comprehension (:issue:`883`)
228219

0 commit comments

Comments
 (0)