Skip to content

Pull requests: data-apis/array-api

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add a document template for the whole array API standard
#7 by rgommers was merged Jun 19, 2020 Loading… updated Jun 19, 2020
Fix indexing bug
#30 by kgryte was merged Sep 2, 2020 Loading… updated Sep 2, 2020
Add initial linear algebra function specifications
#20 by kgryte was merged Sep 8, 2020 Loading… updated Sep 8, 2020
Add sections on Assumptions and signatures
#21 by rgommers was merged Sep 8, 2020 Loading… updated Sep 8, 2020
Add notes to dtype sections to make sections easier to understand
#32 by rgommers was merged Sep 13, 2020 Loading… updated Sep 13, 2020
Add use cases section
#35 by rgommers was merged Sep 13, 2020 Loading… updated Sep 13, 2020
Add Scope and Stakeholders sections
#22 by rgommers was merged Sep 15, 2020 Loading… updated Sep 15, 2020
Fix markup
#45 by kgryte was merged Sep 16, 2020 Loading… updated Sep 16, 2020
Remove out keyword support
#44 by kgryte was merged Sep 16, 2020 Loading… updated Sep 16, 2020
Add a note with adoption guidance on positional-only parameters
#38 by rgommers was merged Sep 16, 2020 Loading… updated Sep 16, 2020
Remove out keyword documentation
#50 by kgryte was merged Oct 8, 2020 Loading… updated Oct 8, 2020
Add a description of how to adopt the API
#33 by rgommers was merged Oct 22, 2020 Loading… updated Oct 22, 2020
Add data interchange section, using DLPack
#34 by rgommers was merged Oct 22, 2020 Loading… updated Oct 22, 2020
Add negative and positive element-wise specs
#55 by kgryte was merged Oct 22, 2020 Loading… updated Oct 22, 2020
Add section on static typing
#62 by rgommers was merged Oct 30, 2020 Loading… updated Oct 30, 2020
Add content to the Parallelism section.
#61 by rgommers was merged Nov 3, 2020 Loading… updated Nov 3, 2020
And Introduction and History sections
#60 by rgommers was merged Nov 3, 2020 Loading… updated Nov 3, 2020
Update colors to indigo/green, bit better than purple.
#69 by rgommers was merged Nov 3, 2020 Loading… updated Nov 3, 2020
Add notes on unexpected inputs and mixing array types to Scope section
#58 by rgommers was merged Nov 3, 2020 Loading… updated Nov 3, 2020
Fix html table rendering in type promotion doc
#73 by rgommers was merged Nov 9, 2020 Loading… updated Nov 9, 2020
Replace recommonmark with MyST, fix all Sphinx issues
#72 by rgommers was merged Nov 9, 2020 Loading… updated Nov 9, 2020
Reorder design topics sections for relevance
#77 by rgommers was merged Nov 10, 2020 Loading… updated Nov 10, 2020
Update README with links to rendered docs, blog and CONTRIBUTING.md
#80 by rgommers was merged Nov 10, 2020 Loading… updated Nov 10, 2020
Use maxdepth=3 in the API index
#87 by asmeurer was merged Nov 14, 2020 Loading… updated Nov 14, 2020
ProTip! Exclude everything labeled bug with -label:bug.