diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 97d103d3..afdb5d51 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -2,23 +2,26 @@ .. _release: +.. + SEE TEMPLATE AT BOTTOM OF FILE WHEN STARTING A NEW RELEASE SECTION + Release Notes ============= -v2024.04.0 (unreleased) ------------------------ -This release... +v2024.04.0 (April 23, 2024) +--------------------------- +This release drops compatibility for Python 3.9 and improves performance for ``interp_hybrid_to_pressure``. + +Breaking Changes +^^^^^^^^^^^^^^^^ +* Drop Python 3.9 Support by `Cora Schneck`_ in (:pr:`599`) Bug Fixes ^^^^^^^^^ * Fix to address slow execution times for ``interp_hybrid_to_pressure`` with extrapolation by `Katelyn FitzGerald`_ in (:pr:`592`) * Pin ``numpy<2.0`` for occasional PyPI install issues by `Anissa Zacharias`_ in (:pr:`600`) -Compatibility -^^^^^^^^^^^^^ -* Drop Python 3.9 Support by `Cora Schneck`_ in (:pr:`599`) - Internal Changes ^^^^^^^^^^^^^^^^ * Update build in pypi workflow and documentation links to reduce warnings in testing and docs by `Cora Schneck`_ in (:pr:`582`) @@ -390,3 +393,24 @@ Maintenance .. _`Cora Schneck`: https://github.com/cyschneck .. _`Philip Chmielowiec`: https://github.com/philipc2 .. _`AnshRoshan`: https://github.com/AnshRoshan + +.. + TEMPLATE + vYYYY.MM.## (unreleased) + ------------------------ + This release... + + New Features + ^^^^^^^^^^^^ + + Breaking Changes + ^^^^^^^^^^^^^^^^ + + Bug Fixes + ^^^^^^^^^ + + Internal Changes + ^^^^^^^^^^^^^^^^ + + Documentation + ^^^^^^^^^^^^^