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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Internals/Minor Fixes
35
35
- Replaced all `assert` statements found outside of the testing code with appropriate exceptions to be handled. (:pr:`870`) `Trevor James Smith`_
36
36
- Use `ty` instead of `mypy`. (:issue:`888`, :pr:`896`) `Aaron Spring`_
37
37
- `climpred` is now tested against macOS and Windows platforms on GitHub Workflows. (:pr:`902`) `Trevor James Smith`_
38
+
- Updated dependencies to support numpy 2.x and pandas 3.0: numpy>=2.0.0, pandas>=2.0, xarray>=2024.5.0, xskillscore>=0.0.29. Fixed timedelta dtype detection using ``np.issubdtype()`` and added error handling for corrupted XML downloads. (:pr:`904`) `Aaron Spring`_
0 commit comments