Skip to content

Commit

Permalink
Update release notes for v2024.04.0 (#602)
Browse files Browse the repository at this point in the history
* release notes and a bonus template

* forgot date, thanks @kafitzgerald
  • Loading branch information
anissa111 authored Apr 23, 2024
1 parent fffe34e commit 549dd3b
Showing 1 changed file with 31 additions and 7 deletions.
38 changes: 31 additions & 7 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down Expand Up @@ -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
^^^^^^^^^^^^^

0 comments on commit 549dd3b

Please sign in to comment.