-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Duck array documentation improvements #7911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0217fe3
draft updates
TomNicholas 5a221bb
discuss array API standard
TomNicholas 1971da4
fix sparse examples so they run
TomNicholas fa58fff
Deepak's suggestions
TomNicholas 258dd54
link to duck arrays user guide from internals page
TomNicholas b26e7ac
fix various links
TomNicholas ad81811
itemized list
TomNicholas 99394a3
mention dispatching on functions not in the array API standard
TomNicholas c93f143
examples of duckarrays
TomNicholas b6279fd
add intended audience to xarray internals section
TomNicholas 0eea00b
move paragraph on why its called a duck array upwards
TomNicholas cc4fac0
delete section on numpy ufuncs
TomNicholas 5e8015f
explain difference between .values and to_numpy
TomNicholas 70bfda5
strongly prefer to_numpy over values
TomNicholas 5fdb7e3
recommend to_numpy instead of values in the how do I? page
TomNicholas 68315f8
clearer about using to_numpy
TomNicholas 2931b86
merge section on missing features
TomNicholas 9f21b00
remove todense from examples
TomNicholas 2bb65d5
whatsnew
TomNicholas f0ba66c
Merge branch 'main' into duckarray-docs
TomNicholas 0b405a1
double that
TomNicholas ed6195c
numpy array class clarification
TomNicholas 40eb53b
Remove sentence about xarray's internals
TomNicholas a567aa4
array API standard
TomNicholas 76237a9
proper link for sparse.COO type
TomNicholas 1923d4b
links to docstrings of array types
TomNicholas b26cbd8
don't put variable in parentheses
TomNicholas f62b4a9
double backquote formatting
TomNicholas 8d4bd3f
better bracketing
TomNicholas e9287de
fix list formatting
TomNicholas d1e9b8f
add links to glue packages, dask, and cubed
TomNicholas d545d5d
Merge branch 'duckarray-docs' of https://github.com/TomNicholas/xarra…
TomNicholas 1ea2078
link to todense method
TomNicholas be919b6
link to numpy-like arrays page
TomNicholas 0c0a547
Merge branch 'duckarray-docs' of https://github.com/TomNicholas/xarra…
TomNicholas d03e125
link to numpy ufunc docs
TomNicholas 90a8bcb
add example of using .to_numpy
TomNicholas 14057b9
show example of .values failing
TomNicholas 45000e4
move whatsnew entry to unreleased version
TomNicholas da8719d
fix warning in docs build
TomNicholas 08c0f84
trigger CI
TomNicholas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.