We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104620a commit 705c7ebCopy full SHA for 705c7eb
doc/whats-new.rst
@@ -24,7 +24,8 @@ Breaking changes
24
25
- Raise an error when assigning to the ``.values`` or ``.data`` attribute of
26
dimension coordinates i.e. ``IndexVariable`` objects. This has been broken since
27
- v0.12.0. (:issue:`3470`, :pull:`3862`)
+ v0.12.0. Please use :py:meth:`DataArray.assign_coords` or :py:meth:`Dataset.assign_coords`
28
+ instead. (:issue:`3470`, :pull:`3862`)
29
By `Deepak Cherian <https://github.com/dcherian>`_
30
31
New Features
0 commit comments