forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Duck array documentation improvements (pydata#7911)
* draft updates * discuss array API standard * fix sparse examples so they run * Deepak's suggestions Co-authored-by: Deepak Cherian <[email protected]> * link to duck arrays user guide from internals page * fix various links * itemized list * mention dispatching on functions not in the array API standard * examples of duckarrays * add intended audience to xarray internals section * move paragraph on why its called a duck array upwards * delete section on numpy ufuncs * explain difference between .values and to_numpy * strongly prefer to_numpy over values * recommend to_numpy instead of values in the how do I? page * clearer about using to_numpy * merge section on missing features * remove todense from examples * whatsnew * double that Co-authored-by: Deepak Cherian <[email protected]> * numpy array class clarification Co-authored-by: Deepak Cherian <[email protected]> * Remove sentence about xarray's internals Co-authored-by: Deepak Cherian <[email protected]> * array API standard Co-authored-by: Deepak Cherian <[email protected]> * proper link for sparse.COO type Co-authored-by: Deepak Cherian <[email protected]> * links to docstrings of array types Co-authored-by: Deepak Cherian <[email protected]> * don't put variable in parentheses Co-authored-by: Deepak Cherian <[email protected]> * double backquote formatting Co-authored-by: Deepak Cherian <[email protected]> * better bracketing Co-authored-by: Deepak Cherian <[email protected]> * fix list formatting * add links to glue packages, dask, and cubed * link to todense method Co-authored-by: Deepak Cherian <[email protected]> * link to numpy-like arrays page * link to numpy ufunc docs * add example of using .to_numpy * show example of .values failing * move whatsnew entry to unreleased version * fix warning in docs build * trigger CI --------- Co-authored-by: Deepak Cherian <[email protected]>
- Loading branch information
1 parent
1146c5a
commit 4b54421
Showing
7 changed files
with
232 additions
and
28 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
|
||
.. _internals.accessors: | ||
|
||
Extending xarray using accessors | ||
================================ | ||
|
||
|
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