This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DataTree.lineage should be renamed to .parents (#286)
* Replace 'lineage' occurences in code by 'parents' * Replace 'lineage' occurences in api.rst by 'parents' * MyPy ignore * whats-new * Re-introduce lineage and deprecate it * Added credit * Added back lineage in api.rst * Update datatree/tests/test_treenode.py Co-authored-by: Tom Nicholas <tom@cworthy.org> * Updated lineage and parents, broke tests * Replaced slash by point, tests pass * New PR * Fix tests * Remove iter_parents from api.rst * Avoid entering into the more complex else branch --------- Co-authored-by: Tom Nicholas <tom@cworthy.org>
- Loading branch information
1 parent
b07393b
commit 8fbf2be
Showing
5 changed files
with
69 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,4 +132,5 @@ dmypy.json | |
# version | ||
_version.py | ||
|
||
.vscode | ||
# Ignore vscode specific settings | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters