Skip to content

Commit 5f766b1

Browse files
committed
fix whats-new
1 parent 73d6c78 commit 5f766b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats-new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ v2023.03.0 (unreleased)
2323
New Features
2424
~~~~~~~~~~~~
2525

26+
- Fix :py:meth:`xr.cov` and :py:meth:`xr.corr` now support complex valued arrays (:issue:`7340`, :pull:`7392`).
27+
By `Michael Niklas <https://github.com/headtr1ck>`_.
2628

2729
Breaking changes
2830
~~~~~~~~~~~~~~~~
@@ -128,8 +130,6 @@ Bug fixes
128130
- add a ``keep_attrs`` parameter to :py:meth:`Dataset.pad`, :py:meth:`DataArray.pad`,
129131
and :py:meth:`Variable.pad` (:pull:`7267`).
130132
By `Justus Magin <https://github.com/keewis>`_.
131-
- Fix :py:meth:`xr.cov` and :py:meth:`xr.corr` for complex valued arrays (:issue:`7340`, :pull:`7392`).
132-
By `Michael Niklas <https://github.com/headtr1ck>`_.
133133
- Fixed performance regression in alignment between indexed and non-indexed objects
134134
of the same shape (:pull:`7382`).
135135
By `Benoît Bovy <https://github.com/benbovy>`_.

0 commit comments

Comments
 (0)