Skip to content

Fix DataTree repr to not repeat inherited coordinates - #9532

Merged
shoyer merged 2 commits into
pydata:mainfrom
shoyer:repr-inherited-coords
Sep 22, 2024
Merged

Fix DataTree repr to not repeat inherited coordinates#9532
shoyer merged 2 commits into
pydata:mainfrom
shoyer:repr-inherited-coords

Conversation

@shoyer

Copy link
Copy Markdown
Member

@TomNicholasTomNicholas added the topic-DataTree Related to the implementation of a DataTree class label Sep 22, 2024
@shoyer
shoyer merged commit ab84e04 into pydata:mainSep 22, 2024
@shoyer
shoyer deleted the repr-inherited-coords branch September 22, 2024 22:56
TomNicholas added a commit to TomNicholas/xarray that referenced this pull request Sep 23, 2024
hollymandel pushed a commit to hollymandel/xarray that referenced this pull request Sep 23, 2024
* Fix DataTree repr to not repeat inherited coordinates
Fixes GH9499
* skip failing test on Windows
TomNicholas added a commit that referenced this pull request Oct 13, 2024
* remove too-long underline
* draft section on data alignment
* fixes
* draft section on coordinate inheritance
* various improvements
* more improvements
* link from other page
* align call include all 3 datasets
* link back to use cases
* clarification
* small improvements
* remove TODO after #9532
* add todo about #9475
* correct xr.align example call
* add links to netCDF4 documentation
* Consistent voice
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
* keep indexes in lat lon selection to dodge #9475
* unpack generator properly
Co-authored-by: Stephan Hoyer <shoyer@google.com>
* ideas for next section
* briefly summarize what alignment means
* clarify that it's the data in each node that was previously unrelated
* fix incorrect indentation of code block
* display the tree with redundant coordinates again
* remove content about non-inherited coords for a follow-up PR
* remove todo
* remove todo now that aggregations are re-implemented
* remove link to (unmerged) migration guide
* remove todo about improving error message
* correct statement in data-structures docs
* fix internal link
---------
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
Co-authored-by: Stephan Hoyer <shoyer@google.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic-DataTreeRelated to the implementation of a DataTree class

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DataTree repr showing inherited coordinates as non-inherited

2 participants

@shoyer@TomNicholas