Skip to content

Commit

Permalink
Merge branch 'main' into any-time-resolution-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmuehlbauer authored Dec 18, 2024
2 parents 799b750 + 7612078 commit 941c4b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,14 @@ Attributes relating to the recursive tree-like structure of a ``DataTree``.
DataTree.depth
DataTree.width
DataTree.subtree
DataTree.subtree_with_keys
DataTree.descendants
DataTree.siblings
DataTree.lineage
DataTree.parents
DataTree.ancestors
DataTree.groups
DataTree.xindexes

Data Contents
-------------
Expand All @@ -645,6 +647,7 @@ This interface echoes that of ``xarray.Dataset``.
DataTree.dims
DataTree.sizes
DataTree.data_vars
DataTree.ds
DataTree.coords
DataTree.attrs
DataTree.encoding
Expand Down
4 changes: 4 additions & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Internal Changes
~~~~~~~~~~~~~~~~
- Move non-CF related ``ensure_dtype_not_object`` from conventions to backends (:pull:`9828`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.
- Move handling of scalar datetimes into ``_possibly_convert_objects``
within ``as_compatible_data``. This is consistent with how lists of these objects
will be converted (:pull:`9900`).
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.

.. _whats-new.2024.11.0:

Expand Down

0 comments on commit 941c4b5

Please sign in to comment.