From 54f53763300bd665378b50c9b6bc4b26a4d5e27a Mon Sep 17 00:00:00 2001 From: anissa111 Date: Tue, 6 Feb 2024 12:09:03 -0700 Subject: [PATCH] update release notes for v2024.02.0 release --- docs/release-notes.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 86df05c..fb80c0a 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -5,12 +5,15 @@ Release Notes ============= -v2024.1.0 (Unreleased) ------------------------ +v2024.02.0 (February 6, 2024) +----------------------------- +This release adds a new subtitle functionality to ``set_titles_and_labels`` and +includes a number of new usage examples and documentation updates. It also adds +support for Python 3.12 and removes a matplotlib version pin. New Features ^^^^^^^^^^^^ -* Added subtitle functionality to `set_titles_and_labels()` by `Julia Kent`_ in (:pr:`185`) +* Added subtitle functionality to ``set_titles_and_labels()`` by `Julia Kent`_ in (:pr:`185`) * Added Python 3.12 support and testing for Windows and M1 by `Katelyn FitzGerald`_ in (:pr:`194`) Documentation @@ -18,14 +21,14 @@ Documentation * Invert y-axis in ``add_height_from_pressure_axis`` example by `Katelyn FitzGerald`_ in (:pr:`173`) * Additions to the examples gallery for ``set_titles_and_labels`` and ``set_axes_limits_and_ticks`` and updated thumbnail for ``plot_contour_labels`` by `Katelyn FitzGerald`_ in (:pr:`181`) * Remove reference to old ncar conda channel from installation docs by `Katelyn FitzGerald`_ in (:pr:`190`) -* Additional examples published for the `TaylorDiagram` class and `get_skewt_vars()` function by `Julia Kent`_ in (:pr:`186`) and (:pr:`188`) -* `TaylorDiagram` class docstring is clarified by `Julia Kent`_ in (:pr:`182`) +* Additional examples published for the ``TaylorDiagram`` class and ``get_skewt_vars()`` function by `Julia Kent`_ in (:pr:`186`) and (:pr:`188`) +* ``TaylorDiagram`` class docstring is clarified by `Julia Kent`_ in (:pr:`182`) * NSF NCAR branding updates by `Katelyn FitzGerald`_ in (:pr:`191`) and (:pr:`192`) Bug Fixes ^^^^^^^^^ * Remove matplotlib version pin by `Katelyn FitzGerald`_ in (:pr:`177`) -* Fix `extlinks` for compatibility with Sphinx 6 by `Katelyn FitzGerald`_ in (:pr:`180`) +* Fix ``extlinks`` for compatibility with Sphinx 6 by `Katelyn FitzGerald`_ in (:pr:`180`) v2023.10.0 (October 3, 2023) ----------------------------