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
* main:
promote floating-point numeric datetimes to 64-bit before decoding (pydata#9182)
also pin `numpy` in the all-but-dask CI (pydata#9184)
temporarily remove `pydap` from CI (pydata#9183)
temporarily pin `numpy<2` (pydata#9181)
Change np.core.defchararray to np.char (pydata#9165) (pydata#9166)
Fix example code formatting for CachingFileManager (pydata#9178)
Slightly improve DataTree repr (pydata#9064)
switch to unit `"D"` (pydata#9170)
Docs: Add page with figure for navigating help resources (pydata#9147)
Add test for pydata#9155 (pydata#9161)
Remove mypy exclusions for a couple more libraries (pydata#9160)
Include numbagg in type checks (pydata#9159)
Improve zarr chunks docs (pydata#9140)
Copy file name to clipboardExpand all lines: doc/whats-new.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,20 @@ Deprecations
35
35
36
36
Bug fixes
37
37
~~~~~~~~~
38
+
- Make :py:func:`testing.assert_allclose` work with numpy 2.0 (:issue:`9165`, :pull:`9166`).
39
+
By `Pontus Lurcock <https://github.com/pont-us>`_.
40
+
- Promote floating-point numeric datetimes before decoding (:issue:`9179`, :pull:`9182`).
41
+
By `Justus Magin <https://github.com/keewis>`_.
38
42
39
43
40
44
Documentation
41
45
~~~~~~~~~~~~~
42
46
47
+
- Adds a flow-chart diagram to help users navigate help resources (`Discussion #8990 <https://github.com/pydata/xarray/discussions/8990>`_).
48
+
By `Jessica Scheick <https://github.com/jessicas11>`_.
49
+
- Improvements to Zarr & chunking docs (:pull:`9139`, :pull:`9140`, :pull:`9132`)
50
+
By `Maximilian Roos <https://github.com/max-sixty>`_
0 commit comments