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: doc/whats-new.rst
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,8 @@ Bug fixes
117
117
are passed (:pull:`10440`). By `Mathias Hauser <https://github.com/mathause>`_.
118
118
- Fix :py:func:`testing.assert_equal` with ``check_dim_order=False`` for :py:class:`DataTree` objects
119
119
(:pull:`10442`). By `Mathias Hauser <https://github.com/mathause>`_.
120
+
- Fix Pydap backend testing. Now test forces string arrays to dtype "S" (pydap converts them to unicode type by default). Removes conditional to numpy version. (:issue:`10261`, :pull:`10482`)
121
+
By `Miguel Jimenez-Urias <https://github.com/Mikejmnez>`_.
0 commit comments