ArrayInterface
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
5 of 47 committers (10.6%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
Basic Info
- Host: GitHub
- Owner: JuliaArrays
- License: mit
- Language: Julia
- Default Branch: master
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Size: 3.51 MB
Statistics
- Stars: 137
- Watchers: 12
- Forks: 37
- Open Issues: 35
- Releases: 185
Topics
Metadata Files
README.md
ArrayInterface.jl
The AbstractArray interface in Base Julia is still relatively young. The purpose of this library is to solidify extensions to the current AbstractArray interface, which are put to use in package ecosystems like DifferentialEquations.jl. Since these libraries are live, this package will serve as a staging ground for ideas before they are merged into Base Julia. For this reason, no functionality is exported so that if such functions are added and exported in a future Base Julia, there will be no issues with the upgrade.
List of things to add
- https://github.com/JuliaLang/julia/issues/22216
- https://github.com/JuliaLang/julia/issues/22218
- https://github.com/JuliaLang/julia/issues/22622
- https://github.com/JuliaLang/julia/issues/25760
- https://github.com/JuliaLang/julia/issues/25107
Array Types to Handle
The following common array types are being understood and tested as part of this development.
- Array
- Various versions of sparse arrays
- SArray
- MArray
- FieldVector
- ArrayPartition
- VectorOfArray
- DistributedArrays
- GPUArrays (CLArrays and CuArrays)
- AFArrays
- MultiScaleArrays
- LabelledArrays
StaticArrayInterface.jl
If one is looking for an interface which includes functionality for statically-computed values, see StaticArrayInterface.jl. This was separated from ArrayInterface.jl because it includes a lot of functionality that does not give substantive improvements to the interface, and is likely to be deprecated in the near future as the compiler matures to automate a lot of its optimizations.
Breaking Release Notes
7.0: Setup to use the new v1.9 package extensions. All static interface functions were moved to StaticArrayInterface.jl. All packages using one of the subpackages (ArrayInterfaceCore, ArrayInterfaceStaticArrays, etc.) should update to v7 by simply depending on ArrayInterface.jl, unless static interface functions were used in which case a dependency on StaticArrayInterface.jl is also necessary.
6.0: ArrayInterface.jl completely removed all usage of Requires.jl and conditional dependencies due to compile time impact. All of the Requires.jl support changed to subpackages within the repository which are registered in the General registry. These subpackages are required by any packages which seek to use the additional functionality.
2.0: Changed the default of ismutable(array::AbstractArray) = true. We previously defaulted to
Base.@pure ismutable(array::AbstractArray) = typeof(array).mutable, but there are a lot of cases
where this tends to not work out in a way one would expect. For example, if you put a normal array
into an immutable struct that adds more information to it, this is considered immutable, even if
all of the setindex! methods work (by forwarding to the mutable array). Thus, it seems safer to just
always assume mutability is standard for an array, and allow arrays to opt-out.
Owner
- Name: JuliaArrays
- Login: JuliaArrays
- Kind: organization
- Repositories: 41
- Profile: https://github.com/JuliaArrays
Custom array types (and utilities for building array types) for Julia
Citation (CITATION.bib)
@article{DifferentialEquations.jl-2017,
author = {Rackauckas, Christopher and Nie, Qing},
doi = {10.5334/jors.151},
journal = {The Journal of Open Research Software},
keywords = {Applied Mathematics},
note = {Exported from https://app.dimensions.ai on 2019/05/05},
number = {1},
pages = {},
title = {DifferentialEquations.jl – A Performant and Feature-Rich Ecosystem for Solving Differential Equations in Julia},
url = {https://app.dimensions.ai/details/publication/pub.1085583166 and http://openresearchsoftware.metajnl.com/articles/10.5334/jors.151/galley/245/download/},
volume = {5},
year = {2017}
}
GitHub Events
Total
- Create event: 11
- Issues event: 4
- Release event: 4
- Watch event: 1
- Delete event: 9
- Issue comment event: 29
- Push event: 39
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 21
- Fork event: 5
Last Year
- Create event: 11
- Issues event: 4
- Release event: 4
- Watch event: 1
- Delete event: 9
- Issue comment event: 29
- Push event: 39
- Pull request review comment event: 1
- Pull request review event: 3
- Pull request event: 21
- Fork event: 5
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Zachary P. Christensen | z****7@g****m | 293 |
| Chris Elrod | e****c@g****m | 190 |
| Chris Rackauckas | a****s@c****m | 167 |
| Christopher Rackauckas | C****t@C****m | 112 |
| Oscar Smith | o****h@g****m | 15 |
| Yingbo Ma | m****5@g****m | 12 |
| hlw | h****n@i****m | 10 |
| Hendrik Ranocha | m****l@r****e | 9 |
| dependabot[bot] | 4****] | 5 |
| Dilum Aluthge | d****m@a****m | 5 |
| Takafumi Arakaki | a****f@g****m | 5 |
| Simeon Schaub | s****9@g****m | 4 |
| MasonProtter | m****r@i****m | 4 |
| Juan Ignacio Polanco | j****c@g****m | 4 |
| TheZombie1999 | n****m@h****e | 3 |
| Sheehan Olver | s****r@m****m | 3 |
| Mason Protter | p****r@u****a | 3 |
| github-actions[bot] | 4****] | 2 |
| Tim Holy | t****y@g****m | 2 |
| Nicholas G. Chisholm | 2****m | 2 |
| oscarddssmith | o****h@j****m | 2 |
| hyrodium | h****m@g****m | 2 |
| Will Kimmerer | k****r@m****u | 2 |
| Seth Axen | s****h@s****m | 2 |
| N5N3 | 2****6@q****m | 2 |
| C. Brenhin Keller | c****r@d****u | 2 |
| CompatHelper Julia | c****y@j****g | 2 |
| KristofferC | k****n@j****m | 2 |
| Loong Wang | w****c@o****m | 2 |
| Anshul Singhvi | a****7@s****u | 1 |
| and 17 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 30
- Total pull requests: 142
- Average time to close issues: 11 months
- Average time to close pull requests: about 1 month
- Total issue authors: 20
- Total pull request authors: 25
- Average comments per issue: 23.67
- Average comments per pull request: 1.85
- Merged pull requests: 111
- Bot issues: 0
- Bot pull requests: 32
Past Year
- Issues: 2
- Pull requests: 13
- Average time to close issues: 14 days
- Average time to close pull requests: about 12 hours
- Issue authors: 2
- Pull request authors: 7
- Average comments per issue: 0.0
- Average comments per pull request: 0.85
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 5
Top Authors
Issue Authors
- ChrisRackauckas (5)
- Tokazama (4)
- chriselrod (3)
- avik-pal (3)
- ctessum (1)
- JuliaTagBot (1)
- ronaldalbrt (1)
- oscardssmith (1)
- ederag (1)
- blegat (1)
- gaurav-arya (1)
- thomvet (1)
- jecs (1)
- ranocha (1)
- danielwe (1)
Pull Request Authors
- ChrisRackauckas (36)
- Tokazama (26)
- github-actions[bot] (25)
- dependabot[bot] (11)
- oscardssmith (8)
- avik-pal (6)
- chriselrod (6)
- ranocha (4)
- wangl-cc (3)
- TheZombie1999 (2)
- jpthiele (2)
- jecs (2)
- homocomputeris (2)
- DhairyaLGandhi (2)
- blegat (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 10
-
Total downloads:
- julia 16,609 total
-
Total dependent packages: 143
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 251
juliahub.com: ArrayInterface
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterface/stable/
- License: MIT
-
Latest release: 7.20.0
published 6 months ago
Rankings
juliahub.com: ArrayInterfaceCore
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceCore/stable/
- License: MIT
-
Latest release: 0.1.29
published about 3 years ago
Rankings
juliahub.com: ArrayInterfaceStaticArrays
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceStaticArrays/stable/
- License: MIT
-
Latest release: 0.1.5
published about 3 years ago
Rankings
juliahub.com: ArrayInterfaceGPUArrays
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceGPUArrays/stable/
- License: MIT
-
Latest release: 0.2.2
published over 3 years ago
Rankings
juliahub.com: ArrayInterfaceStaticArraysCore
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceStaticArraysCore/stable/
- License: MIT
-
Latest release: 0.1.4
published almost 3 years ago
Rankings
juliahub.com: ArrayInterfaceTracker
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceTracker/stable/
- License: MIT
-
Latest release: 0.1.1
published about 7 years ago
Rankings
juliahub.com: ArrayInterfaceOffsetArrays
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceOffsetArrays/stable/
- License: MIT
-
Latest release: 0.1.7
published about 3 years ago
Rankings
juliahub.com: ArrayInterfaceBandedMatrices
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceBandedMatrices/stable/
- License: MIT
-
Latest release: 0.1.2
published over 3 years ago
Rankings
juliahub.com: ArrayInterfaceCUDA
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceCUDA/stable/
- License: MIT
-
Latest release: 0.1.3
published over 3 years ago
Rankings
juliahub.com: ArrayInterfaceBlockBandedMatrices
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
- Homepage: https://docs.sciml.ai/ArrayInterface/stable/
- Documentation: https://docs.juliahub.com/General/ArrayInterfaceBlockBandedMatrices/stable/
- License: MIT
-
Latest release: 0.1.2
published over 3 years ago
Rankings
Dependencies
- julia-actions/setup-julia latest composite
- actions/checkout v2 composite
- julia-actions/julia-buildpkg latest composite
- julia-actions/julia-docdeploy releases/v1 composite
- julia-actions/setup-julia latest composite
- actions/checkout v2 composite
- julia-actions/julia-buildpkg latest composite
- julia-actions/setup-julia v1 composite
- actions/checkout v3 composite
- julia-actions/julia-buildpkg v1 composite
- julia-actions/julia-invalidations v1 composite
- julia-actions/setup-julia v1 composite
- JuliaRegistries/TagBot v1 composite
- actions/cache v1 composite
- actions/checkout v2 composite
- codecov/codecov-action v1 composite
- julia-actions/julia-processcoverage v1 composite
- julia-actions/setup-julia v1 composite