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: CHANGELOG.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,9 @@ Internals/Minor Fixes
22
22
- Fixed some issues with the documentation build to address rendering errors and reduce the number of warnings on ReadTheDocs. (pr:`843`) `Trevor James Smith`_
23
23
- Fixed some issues with the typing hints of classes functions. (pr:`850`) `Trevor James Smith`_
24
24
- Fixed several issues with incompatible dependency configurations in the CI and addressed a few deprecations. (pr:`861`) `Trevor James Smith`_
25
+
- `climpred` has adopted `PEP 621 <https://peps.python.org/pep-0621/>`_ for specifying project metadata. (pr:`862`) `Trevor James Smith`_
26
+
- `climpred` now uses the `src layout <https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/>`_ for the package file structure. (pr:`862`) `Trevor James Smith`_
27
+
- Drop ``python<=3.8`` support. (:pr:`862`) `Trevor James Smith`_.
25
28
26
29
climpred v2.4.0 (2023-11-09)
27
30
============================
@@ -224,7 +227,6 @@ Data variables:
224
227
using :py:func:`~climpred.reference.compute_persistence_from_first_lead`.
0 commit comments