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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -789,12 +789,13 @@ Bug fixes
789
789
- Plots in 2 dimensions (pcolormesh, contour) now allow to specify levels as numpy
790
790
array (:issue:`3284`). By `Mathias Hauser <https://github.com/mathause>`_.
791
791
- Fixed bug in :meth:`DataArray.quantile` failing to keep attributes when
792
-
`keep_attrs` was True (:issue:`3304`). By David Huard `<https://github.com/huard>`_.
792
+
`keep_attrs` was True (:issue:`3304`). By `David Huard <https://github.com/huard>`_.
793
793
794
794
Documentation
795
795
~~~~~~~~~~~~~
796
796
797
-
- Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist>`_ as a quick reference for tasks before creating a new PR
797
+
- Created a `PR checklist <https://xarray.pydata.org/en/stable/contributing.html/contributing.html#pr-checklist>`_
798
+
as a quick reference for tasks before creating a new PR
798
799
or pushing new commits.
799
800
By `Gregory Gundersen <https://github.com/gwgundersen>`_.
0 commit comments