issues: 2110363401
This data as json
id | node_id | number | title | user | state | locked | assignee | milestone | comments | created_at | updated_at | closed_at | author_association | active_lock_reason | draft | pull_request | body | reactions | performed_via_github_app | state_reason | repo | type |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2110363401 | PR_kwDOAMm_X85llc-6 | 8688 | datatree import (clean) | 479480 | closed | 0 | 4 | 2024-01-31T15:26:44Z | 2024-03-01T11:00:48Z | 2024-01-31T18:19:43Z | CONTRIBUTOR | 0 | pydata/xarray/pulls/8688 | This is the exact same steps followed in #8656 But hopefully with a clean history. I am copying the notes from the previous PR below. https://github.com/flamingbear/rewritten-datatree is the version of datatree that was m erged in this PR. Previous PR notes This PR imports xarray-contrib/datatree and its history to pydata/xarray/xarray/datatree_ Step one of issue #8572.
This imports the datatree code without exposing git filter repo https://github.com/newren/git-filter-repo was used to preserve some history for the merge. Datatree tags were renamed to
Links to xarray-contrib/datatree original PRs are preserved by rewriting the messages using a ``` text standard github style pull request (#39)regex:(#(\d+))==>https://github.com/xarray-contrib/datatree/pull/\1 "Merge pull request #11 from TomNicholas/single_datanode_class"regex:pull request #(\d+)==>https://github.com/xarray-contrib/datatree/pull/\1 ``` Links to the xarray-contrib/datatree Issues are preserved with a ``` text standard comment change " # see issue #38"regex:(\s?#.[ ])#(\d+)==>\1https://github.com/xarray-contrib/datatree/issues/\2 also " @pytest.mark.xfail(reason="Indexing needs to return whole tree (GH #77)")"regex:((GH #(\d+)))==>(GH https://github.com/xarray-contrib/datatree/issues/\2) ``` The datatree repo was relocated to a subdirectory
and the prepared datatree repository was added as a remote and merged into xarray.
This should allow work to begin on the rest of the steps in #8572 |
{ "url": "https://api.github.com/repos/pydata/xarray/issues/8688/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
13221727 | pull |