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
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
40
40
41
41
## Attribution
42
42
43
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
43
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]
Copy file name to clipboardExpand all lines: DATATREE_MIGRATION_GUIDE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ A number of other API changes have been made, which should only require minor mo
41
41
- The method `DataTree.to_dataset()` still exists but now has different options for controlling which variables are present on the resulting `Dataset`, e.g. `inherit=True/False`.
42
42
-`DataTree.copy()` also has a new `inherit` keyword argument for controlling whether or not coordinates defined on parents are copied (only relevant when copying a non-root node).
43
43
- The `DataTree.parent` property is now read-only. To assign a ancestral relationships directly you must instead use the `.children` property on the parent node, which remains settable.
44
-
- Similarly the `parent` kwarg has been removed from the `DataTree.__init__`constuctor.
44
+
- Similarly the `parent` kwarg has been removed from the `DataTree.__init__`constructor.
45
45
- DataTree objects passed to the `children` kwarg in `DataTree.__init__` are now shallow-copied.
46
46
-`DataTree.as_array` has been replaced by `DataTree.to_dataarray`.
47
47
- A number of methods which were not well tested have been (temporarily) disabled. In general we have tried to only keep things that are known to work, with the plan to increase API surface incrementally after release.
0 commit comments