-
Notifications
You must be signed in to change notification settings - Fork 53
Add element-wise function specifications, incl. type casting and broadcasting rules #12
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 1 commit
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
83fc81f
Add function interfaces
kgryte 22a0f95
Add functions
kgryte 2753c1c
Fix descriptions
kgryte f3d5cd6
Add rounding functions
kgryte 5fba6f1
Add links
kgryte 0f90c8f
Add heading links
kgryte 13e3758
Move notes up in document
kgryte 3b512d9
Add arithmetic operations
kgryte 4491793
Add domain and codomain
kgryte 668e9e2
Make positional-parameters positional-only
kgryte ddca794
Add domains and codomains
kgryte d7df3fd
Rename file and add definition
kgryte c707910
Experiment with subscripts
kgryte f5de1c4
Experiment with subscripts
kgryte 6e2d1f2
Use HTML subscripts
kgryte 7f37fcc
Update phrasing
kgryte 63ef729
Revert use of HTML markup for subscripts
kgryte 991eca6
Move terms, references, and conformance to purpose and scope document
kgryte f1fb7a5
Remove heading
kgryte f009e50
Add definition for broadcasting
kgryte 15422fe
Define compatible
kgryte 2f653ec
Add broadcasting document
kgryte 9caaff9
Fix markup
kgryte f200206
Update phrasing
kgryte 02de24e
Fix algorithm
kgryte 347973a
Update definition
kgryte b813d9b
Expand overview and add note regarding in-place semantics
kgryte 33cd2b7
Rename arrays
kgryte 5df7549
Rephrase
kgryte 3dd7288
Add clause
kgryte f599e2e
Add initial typing
kgryte 81ea06a
Merge branch 'master' of https://github.com/pydata-apis/array-api int…
kgryte 7c34785
Remove typing from signature
kgryte 11fa322
Update typing
kgryte 8701e7d
Add markup
kgryte 0c27737
Update typing
kgryte 7f00d03
Update formatting
kgryte 21ee999
Remove spaces
kgryte 8883026
Add types
kgryte be488d5
Update `out` requirements
kgryte 31f69db
Update types and descriptions
kgryte 8194b38
Update descriptions
kgryte 6100447
Update conventions
kgryte 8890def
Remove markup and update descriptions
kgryte b489749
Document broadcasting behavior
kgryte 4af802c
Update wording
kgryte f8ef97f
Rephrase
kgryte c4847d1
Add example
kgryte 18738cf
Update `out` type
kgryte 29a6a5d
Update descriptions
kgryte d1bb2ba
Update conventions
kgryte d9adebc
Link to broadcasting document
kgryte 16a0727
Add reference
kgryte 2e3a597
Add document specifying the behavior of the `out` keyword argument
kgryte a2da7d9
Update conventions
kgryte 076a6d5
Add references
kgryte be2a636
Add explainer for arrays of unequal rank
kgryte bbeae1f
Fix reference
kgryte Aug 7, 2020
6d06f13
Update comment
kgryte 22ee3b0
Add link to Python documentation for reading type annotations
kgryte 7818687
Add convention regarding shape immutatibility for output arrays
kgryte e2ee01b
Update descriptions
kgryte 6f1274b
Add data types document
kgryte ca6e87e
Update index
kgryte 9ddb80a
Update descriptions
kgryte 0e272d9
Add type promotion rules
kgryte f1f8490
Update index
kgryte 38db149
Fix reference
kgryte 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
Add explainer for arrays of unequal rank
- Loading branch information
commit be2a6367ffe845c48d05efe93b15b22f9e3ff56f
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
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.