From 5c85faf17157092c2578bff26676d8d23dd937a7 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 09:49:39 +0200 Subject: [PATCH 1/7] 2.13.0a2 release notes --- docs/release.rst | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index 15a03e5895..3defa44534 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -21,12 +21,31 @@ Release notes Major changes ~~~~~~~~~~~~~ -* Remove support for Python 3.7 in concert with NumPy dependency. +* **Support of alternative array classes* by introducing a new argument, + meta_array, that specifies the type/class of the underlying array. The + meta_array argument can be any class instance that can be used as the like + argument in NumPy (see `NEP 35 + `_). + enables support for CuPy through, for example, the creation of a CuPyCPU + compressor. + By :user:`Mads R. B. Kristensen ` :issue:`934`. + +* **Remove support for Python 3.7** in concert with NumPy dependency. By :user:`Davis Bennett `; :issue:`1067`. +* **Zarr v3: add support root path.** + By :user:`Gregory R. Lee `; :issue:`1085`. + + Bug fixes ~~~~~~~~~ +* Remove/relax erroneous "meta" path check (**regression**). + By :user:`Gregory R. Lee `; :issue:`1123`. + +* Cast all attribute keys to strings (and issue deprecation warning). + By :user:`Mattia Almansi `; :issue:`1066`. + * Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from bearing the `n5` keyword. Along with fixing this bug, new tests were added for N5 routines that had previously been excluded from testing, and type annotations were added to the N5 codebase. @@ -47,6 +66,12 @@ Documentation Maintenance ~~~~~~~~~~~ +* Simplify release docs. + By :user:`Josh Moore ` :issue:`1119`. + +* Add copy button to documentation. + By :user:`Altay Sansal ` :issue:`1124`. + * Pin werkzeug to prevent test hangs. By :user:`Davis Bennett `; :issue:`1098`. From e3e9b015156570f1e816aa37f1846a885373ced2 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 10:03:30 +0200 Subject: [PATCH 2/7] release note cleanup --- docs/release.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/release.rst b/docs/release.rst index 3defa44534..b79341df52 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -21,47 +21,50 @@ Release notes Major changes ~~~~~~~~~~~~~ -* **Support of alternative array classes* by introducing a new argument, +* **Support of alternative array classes** by introducing a new argument, meta_array, that specifies the type/class of the underlying array. The meta_array argument can be any class instance that can be used as the like argument in NumPy (see `NEP 35 `_). - enables support for CuPy through, for example, the creation of a CuPyCPU + enabling support for CuPy through, for example, the creation of a CuPy CPU compressor. By :user:`Mads R. B. Kristensen ` :issue:`934`. * **Remove support for Python 3.7** in concert with NumPy dependency. - By :user:`Davis Bennett `; :issue:`1067`. + By :user:`Davis Bennett ` :issue:`1067`. -* **Zarr v3: add support root path.** - By :user:`Gregory R. Lee `; :issue:`1085`. +* **Zarr v3: add support for the default root path** rather than requiring + that all API users pass an explicit path. + By :user:`Gregory R. Lee ` :issue:`1085`. Bug fixes ~~~~~~~~~ * Remove/relax erroneous "meta" path check (**regression**). - By :user:`Gregory R. Lee `; :issue:`1123`. + By :user:`Gregory R. Lee ` :issue:`1123`. * Cast all attribute keys to strings (and issue deprecation warning). - By :user:`Mattia Almansi `; :issue:`1066`. + By :user:`Mattia Almansi ` :issue:`1066`. * Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from bearing the `n5` keyword. Along with fixing this bug, new tests were added for N5 routines that had previously been excluded from testing, and type annotations were added to the N5 codebase. - By :user:`Davis Bennett `; :issue:`1092`. + By :user:`Davis Bennett ` :issue:`1092`. * Fix bug in LRUEStoreCache in which the current size wasn't reset on invalidation. By :user:`BGCMHou ` and :user:`Josh Moore ` :issue:`1076`, :issue:`1077`. * Remove erroneous check that disallowed array keys starting with "meta". - By :user:`Gregory R. Lee `; :issue:`1105`. + By :user:`Gregory R. Lee ` :issue:`1105`. Documentation ~~~~~~~~~~~~~ * Typo fixes to close quotes. By :user:`Pavithra Eswaramoorthy ` -* Added copy button to documentation :user:`Altay Sansal ` + +* Added copy button to documentation. + By :user:`Altay Sansal ` :issue:`1124`. Maintenance ~~~~~~~~~~~ @@ -69,11 +72,8 @@ Maintenance * Simplify release docs. By :user:`Josh Moore ` :issue:`1119`. -* Add copy button to documentation. - By :user:`Altay Sansal ` :issue:`1124`. - * Pin werkzeug to prevent test hangs. - By :user:`Davis Bennett `; :issue:`1098`. + By :user:`Davis Bennett ` :issue:`1098`. * Fix a few DeepSource.io alerts By :user:`Dimitri Papadopoulos Orfanos ` :issue:`1080`. @@ -88,10 +88,10 @@ Maintenance By :user:`Saransh Chopra ` :issue:`1079`. * Remove option to return None from _ensure_store. - By :user:`Greggory Lee `; :issue:`1068`. + By :user:`Greggory Lee ` :issue:`1068`. * Fix a typo of "integers". - By :user:`Richard Scott `; :issue:`1056`. + By :user:`Richard Scott ` :issue:`1056`. .. _release_2.12.0: From f883d0790cf7ab03dc1c3e3ea349bb48c3d12760 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 10:06:21 +0200 Subject: [PATCH 3/7] Make left-panel links darker --- docs/_static/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 0c391c1c7e..86266313bd 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -7,13 +7,13 @@ /* Sidebar link click color */ .wy-menu-vertical .toctree-l1 > a:active { background-color: rgb(38, 34, 98); - color: rgb(252, 252, 252); + color: #404040; } /* Link color is darker to make hovering more clear */ .wy-menu-vertical .toctree-l1 > a:hover { background-color: rgb(25, 22, 65); - color: rgb(252, 252, 252); + color: #404040; } .wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.current > a:active { From 1235a246d8a6b8117f41002849d5c2547d8cab79 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 10:12:37 +0200 Subject: [PATCH 4/7] Try rgb color --- docs/_static/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 86266313bd..ffc4409540 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -7,13 +7,13 @@ /* Sidebar link click color */ .wy-menu-vertical .toctree-l1 > a:active { background-color: rgb(38, 34, 98); - color: #404040; + color: rgb(0, 0, 0); } /* Link color is darker to make hovering more clear */ .wy-menu-vertical .toctree-l1 > a:hover { background-color: rgb(25, 22, 65); - color: #404040; + color: rgb(0, 0, 0); } .wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.current > a:active { From ed513e3f61c7ee3049243e5f4a610fff86694269 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 11:07:53 +0200 Subject: [PATCH 5/7] Darken toc text and lighten background --- docs/_static/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index ffc4409540..88de6b9d38 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -1,7 +1,11 @@ +/* override text color */ +.wy-menu-vertical a { + color: #000000; +} /* Sidebar background color */ .wy-nav-side, div.wy-side-nav-search { - background-color: rgb(38, 34, 98, 0); /* full alpha */ + background-color: rgb(198, 197, 213, 0); /* full alpha */ } /* Sidebar link click color */ From 6a8137a8c4a39b32ac79cc00d15210a0038e5638 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 11:09:53 +0200 Subject: [PATCH 6/7] More light purple --- docs/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 88de6b9d38..e3359e8e39 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -10,7 +10,7 @@ /* Sidebar link click color */ .wy-menu-vertical .toctree-l1 > a:active { - background-color: rgb(38, 34, 98); + background-color: rgb(198, 197, 213); color: rgb(0, 0, 0); } From e84c9076d20905c843273f6258bf179db972eadf Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 8 Sep 2022 11:14:40 +0200 Subject: [PATCH 7/7] Even MORE purple! --- docs/_static/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index e3359e8e39..a0e3929e87 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -16,7 +16,7 @@ /* Link color is darker to make hovering more clear */ .wy-menu-vertical .toctree-l1 > a:hover { - background-color: rgb(25, 22, 65); + background-color: rgb(198, 197, 213); color: rgb(0, 0, 0); }