Skip to content

Commit 549dd3b

Browse files
authored
Update release notes for v2024.04.0 (#602)
* release notes and a bonus template * forgot date, thanks @kafitzgerald
1 parent fffe34e commit 549dd3b

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

docs/release-notes.rst

+31-7
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,26 @@
22

33
.. _release:
44

5+
..
6+
SEE TEMPLATE AT BOTTOM OF FILE WHEN STARTING A NEW RELEASE SECTION
7+
58
Release Notes
69
=============
710

811

9-
v2024.04.0 (unreleased)
10-
-----------------------
11-
This release...
12+
v2024.04.0 (April 23, 2024)
13+
---------------------------
14+
This release drops compatibility for Python 3.9 and improves performance for ``interp_hybrid_to_pressure``.
15+
16+
Breaking Changes
17+
^^^^^^^^^^^^^^^^
18+
* Drop Python 3.9 Support by `Cora Schneck`_ in (:pr:`599`)
1219

1320
Bug Fixes
1421
^^^^^^^^^
1522
* Fix to address slow execution times for ``interp_hybrid_to_pressure`` with extrapolation by `Katelyn FitzGerald`_ in (:pr:`592`)
1623
* Pin ``numpy<2.0`` for occasional PyPI install issues by `Anissa Zacharias`_ in (:pr:`600`)
1724

18-
Compatibility
19-
^^^^^^^^^^^^^
20-
* Drop Python 3.9 Support by `Cora Schneck`_ in (:pr:`599`)
21-
2225
Internal Changes
2326
^^^^^^^^^^^^^^^^
2427
* 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
390393
.. _`Cora Schneck`: https://github.com/cyschneck
391394
.. _`Philip Chmielowiec`: https://github.com/philipc2
392395
.. _`AnshRoshan`: https://github.com/AnshRoshan
396+
397+
..
398+
TEMPLATE
399+
vYYYY.MM.## (unreleased)
400+
------------------------
401+
This release...
402+
403+
New Features
404+
^^^^^^^^^^^^
405+
406+
Breaking Changes
407+
^^^^^^^^^^^^^^^^
408+
409+
Bug Fixes
410+
^^^^^^^^^
411+
412+
Internal Changes
413+
^^^^^^^^^^^^^^^^
414+
415+
Documentation
416+
^^^^^^^^^^^^^

0 commit comments

Comments
 (0)