File tree 1 file changed +31
-7
lines changed
1 file changed +31
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
.. _release :
4
4
5
+ ..
6
+ SEE TEMPLATE AT BOTTOM OF FILE WHEN STARTING A NEW RELEASE SECTION
7
+
5
8
Release Notes
6
9
=============
7
10
8
11
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 `)
12
19
13
20
Bug Fixes
14
21
^^^^^^^^^
15
22
* Fix to address slow execution times for ``interp_hybrid_to_pressure `` with extrapolation by `Katelyn FitzGerald `_ in (:pr: `592 `)
16
23
* Pin ``numpy<2.0 `` for occasional PyPI install issues by `Anissa Zacharias `_ in (:pr: `600 `)
17
24
18
- Compatibility
19
- ^^^^^^^^^^^^^
20
- * Drop Python 3.9 Support by `Cora Schneck `_ in (:pr: `599 `)
21
-
22
25
Internal Changes
23
26
^^^^^^^^^^^^^^^^
24
27
* 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
390
393
.. _`Cora Schneck` : https://github.com/cyschneck
391
394
.. _`Philip Chmielowiec` : https://github.com/philipc2
392
395
.. _`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
+ ^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments