Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes for v2024.04.0 #602

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
^^^^^^^^^^^^^
Loading