From dd9987d5eea877b005aeb63416a1561195ca3ecc Mon Sep 17 00:00:00 2001 From: anissa111 Date: Thu, 7 Sep 2023 20:32:16 -0600 Subject: [PATCH 1/3] update release notes --- docs/release-notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 83866ae0..76dec38b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -4,6 +4,12 @@ Release Notes ============= +v2023.09.0 (September 7, 2023) +------------------------------ + +Bug fix in ``add_height_from_pressure_axis()`` and added example documentation. + + v2023.07.0 (July 6, 2023) ------------------------- From d75737e73ae3eb303d97813b280504444eaf5770 Mon Sep 17 00:00:00 2001 From: Anissa Zacharias Date: Fri, 8 Sep 2023 10:56:46 -0600 Subject: [PATCH 2/3] Update docs/release-notes.rst Co-authored-by: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> --- docs/release-notes.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 76dec38b..27243228 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -7,7 +7,13 @@ Release Notes v2023.09.0 (September 7, 2023) ------------------------------ -Bug fix in ``add_height_from_pressure_axis()`` and added example documentation. +Bug Fixes +^^^^^^^^^^^^ +* Unit and inferred height fixes in ``add_height_from_pressure_axis()`` by `Katelyn FitzGerald`_ in (:pr:`152`) + +Documentation +^^^^^^^^^^^^^ +* Additions to the examples gallery for ``find_local_extrema()``, ``plot_contour_labels()``, and ``plot_extrema_labels()`` by `Julia Kent`_ in (:pr:`145`) v2023.07.0 (July 6, 2023) From cd33419f875e1782893cd5f1fe76c6a4f1006533 Mon Sep 17 00:00:00 2001 From: anissa111 Date: Fri, 8 Sep 2023 11:02:29 -0600 Subject: [PATCH 3/3] re-add plain text summary and fix underline --- docs/release-notes.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 27243228..5bdb4fc7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -1,14 +1,16 @@ .. currentmodule:: geocat.viz .. _release: + Release Notes ============= v2023.09.0 (September 7, 2023) ------------------------------ +Bug fix in ``add_height_from_pressure_axis()`` and added example documentation. Bug Fixes -^^^^^^^^^^^^ +^^^^^^^^^ * Unit and inferred height fixes in ``add_height_from_pressure_axis()`` by `Katelyn FitzGerald`_ in (:pr:`152`) Documentation