You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whats_new.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,13 @@ UNRELEASED
14
14
This release introduces a new API for the preprocessing module and better documentation. The function
15
15
:py:meth:`pyremo.preproc.gfile` is deprecated in favour on the new API in :py:meth:`pyremo.preproc.get_gcm_dataset`.
16
16
Furthermore, :py:meth:`pyremo.preproc.get_gfile` is deprecated and :py:meth:`pyremo.preproc.get_gcm_gfile` should be used instead.
17
+
``pyremo`` now supports ``python3.12`` since we could relax ``setuptools<60.0`` in the preprocessor and pressure interpolation
18
+
backends by `migrating to meson build system <https://numpy.org/doc/stable/reference/distutils_status_migration.html>`_.
17
19
18
20
Internal Changes
19
21
~~~~~~~~~~~~~~~~
20
22
23
+
- Relaxed ``setuptools<60.0`` and ``numpy<1.26.3`` by migration of ``pyintorg`` and ``pydruint`` upstream dependencies (:pull:`220`).
21
24
- New functions :py:meth:`pyremo.preproc.get_gcm_dataset` and :py:meth:`pyremo.preproc.get_gfile` are introduced for handling CMIP and ERA5 preprocessing (:pull:`219`).
0 commit comments