Skip to content

Commit 9bfce22

Browse files
committed
Switch to Project file from REQUIRE. Fix some paths
1 parent 1a95601 commit 9bfce22

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ os:
55
- osx
66

77
julia:
8-
- 0.7
98
- 1.0
9+
- 1.2
1010
- nightly
1111

1212
matrix:

Project.toml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name = "TSVD"
2+
uuid = "9449cd9e-2762-5aa3-a617-5413e99d722e"
3+
version = "0.4.0"
4+
5+
[deps]
6+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
7+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8+
9+
[compat]
10+
julia = "1"
11+
12+
[extras]
13+
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
14+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
16+
17+
[targets]
18+
test = ["MatrixDepot", "SparseArrays", "Test"]

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# TSVD - Truncated Singular Value Decomposition
22

3-
[![Build Status](https://travis-ci.org/andreasnoack/TSVD.jl.svg?branch=master)](https://travis-ci.org/andreasnoack/TSVD.jl)
4-
[![Coverage Status](https://coveralls.io/repos/github/andreasnoack/TSVD.jl/badge.svg?branch=master&bust=1)](https://coveralls.io/github/andreasnoack/TSVD.jl?branch=master)
5-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://andreasnoack.github.io/TSVD.jl/stable)
6-
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://andreasnoack.github.io/TSVD.jl/latest)
3+
[![Build Status](https://travis-ci.org/JuliaLinearAlgebra/TSVD.jl.svg?branch=master)](https://travis-ci.org/JuliaLinearAlgebra/TSVD.jl)
4+
[![codecov](https://codecov.io/gh/JuliaLinearAlgebra/TSVD.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLinearAlgebra/TSVD.jl)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://julialinearalgebra.github.io/TSVD.jl/stable)
6+
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://julialinearalgebra.github.io/TSVD.jl/latest)
77

88
A Julia implementation of the procedure described in
99

REQUIRE

-2
This file was deleted.

test/REQUIRE

-1
This file was deleted.

0 commit comments

Comments
 (0)