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
* as_variable: deprecate converting to IndexVariable
* fix multi-index edge case
* Better default behavior of the Coordinates constructor (#8107)
* ``Coordinates.__init__`` create default indexes
... for any input dimension coordinate, if ``indexes=None``.
Also, if another ``Coordinates`` object is passed, extract its indexes
and raise if ``indexes`` is not None (no align/merge supported here).
* add docstring examples
* fix doctests
* fix tests
* update what's new
* fix deprecation warning
after unintentionally reverted a valid previous change.
* avoid unnecessary auto-creation of index to avoid userwarning
* catch expected FutureWarnings in test_as_variable
* check for coercion to IndexVariable
* whatsnew
---------
Co-authored-by: Benoit Bovy <[email protected]>
0 commit comments