Skip to content

Commit 7da5862

Browse files
New version and new badges
Change to 0.2.0 and replace travis/appveyor badges with GitHub CI badge.
1 parent b7e2f3f commit 7da5862

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ThreadedSparseArrays"
22
uuid = "59d54670-b8ac-4d81-ab7a-bb56233e17ab"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.2.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ThreadedSparseArrays.jl
22

3-
[![Build Status](https://travis-ci.com/jagot/ThreadedSparseArrays.jl.svg?branch=master)](https://travis-ci.com/jagot/ThreadedSparseArrays.jl)
4-
[![Build Status](https://ci.appveyor.com/api/projects/status/github/jagot/ThreadedSparseArrays.jl?svg=true)](https://ci.appveyor.com/project/jagot/ThreadedSparseArrays-jl)
3+
[![Build Status](https://github.com/jagot/ThreadedSparseArrays.jl/workflows/CI/badge.svg)](https://github.com/jagot/ThreadedSparseArrays.jl/actions)
54
[![Codecov](https://codecov.io/gh/jagot/ThreadedSparseArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jagot/ThreadedSparseArrays.jl)
65

76
Simple package providing a wrapper type enabling threaded sparse

0 commit comments

Comments
 (0)