File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ v2023.03.0 (unreleased)
2323New 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
2729Breaking 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 >`_.
You can’t perform that action at this time.
0 commit comments