Skip to content

Commit c9a5ee6

Browse files
authored
Update badges and contributors (#282)
* Redirect badges to JuliaArrays instead of SciML * Removing my name as the sole author of internal lib packages
1 parent 747f664 commit c9a5ee6

File tree

6 files changed

+3
-9
lines changed

6 files changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# ArrayInterface.jl
22

3-
43
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaarrays.github.io/ArrayInterface.jl/stable)
54
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaarrays.github.io/ArrayInterface.jl/dev)
6-
[![CI](https://github.com/SciML/ArrayInterface.jl/workflows/CI/badge.svg)](https://github.com/SciML/ArrayInterface.jl/actions?query=workflow%3ACI)
7-
[![CI (Julia nightly)](https://github.com/SciML/ArrayInterface.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/SciML/ArrayInterface.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
5+
[![CI](https://github.com/JuliaArrays/ArrayInterface.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/ArrayInterface.jl/actions?query=workflow%3ACI)
6+
[![CI (Julia nightly)](https://github.com/JuliaArrays/ArrayInterface.jl/workflows/CI%20(Julia%20nightly)/badge.svg)](https://github.com/JuliaArrays/ArrayInterface.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22)
87
[![Build status](https://badge.buildkite.com/a2db252d92478e1d7196ee7454004efdfb6ab59496cbac91a2.svg?branch=master)](https://buildkite.com/julialang/arrayinterface-dot-jl)
9-
[![codecov](https://codecov.io/gh/SciML/ArrayInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/ArrayInterface.jl)
8+
[![codecov](https://codecov.io/gh/JuliaArrays/ArrayInterface.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/ArrayInterface.jl)
109

1110
The AbstractArray interface in Base Julia is still relatively young.
1211
The purpose of this library is to solidify extensions to the current

lib/ArrayInterfaceBlockBandedMatrices/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "ArrayInterfaceBlockBandedMatrices"
22
uuid = "5331f1e9-51c7-46b0-a9b0-df4434785e0a"
3-
authors = ["Zachary P. Christensen <[email protected]>"]
43
version = "0.1.2"
54

65
[deps]

lib/ArrayInterfaceCUDA/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "ArrayInterfaceCUDA"
22
uuid = "3e6d3b71-936e-4b08-8b74-7853fb4a8432"
3-
authors = ["Zachary P. Christensen <[email protected]>"]
43
version = "0.1.2"
54

65
[deps]

lib/ArrayInterfaceCore/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "ArrayInterfaceCore"
22
uuid = "30b0a656-2188-435a-8636-2ec0e6a096e2"
3-
authors = ["Zachary P. Christensen <[email protected]>"]
43
version = "0.1.5"
54

65
[deps]

lib/ArrayInterfaceGPUArrays/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "ArrayInterfaceGPUArrays"
22
uuid = "6ba088a2-8465-4c0a-af30-387133b534db"
3-
authors = ["Zachary P. Christensen <[email protected]>"]
43
version = "0.1.0"
54

65
[deps]

lib/ArrayInterfaceTracker/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name = "ArrayInterfaceTracker"
22
uuid = "a2b0951a-f94f-4742-8780-617792921f9b"
3-
authors = ["Zachary P. Christensen <[email protected]>"]
43
version = "0.1.1"
54

65
[deps]

0 commit comments

Comments
 (0)