|
1 | 1 | # ECOS.jl |
2 | 2 |
|
3 | | -[](https://travis-ci.org/JuliaOpt/ECOS.jl) |
4 | | -[](https://coveralls.io/r/JuliaOpt/ECOS.jl) |
5 | | -[](https://ci.appveyor.com/project/mlubin/ecos-jl/branch/master) |
6 | | - |
7 | | -[](http://pkg.julialang.org/?pkg=ECOS&ver=0.5) |
| 3 | +| **PackageEvaluator** | **Build Status** | |
| 4 | +|:--------------------:|:----------------:| |
| 5 | +| [![][pkg-0.5-img]][pkg-0.5-url] | [![Build Status][build-img]][build-url] [![Build Status][winbuild-img]][winbuild-url] | |
| 6 | +| [![][pkg-0.6-img]][pkg-0.6-url] | [![Coveralls branch][coveralls-img]][coveralls-url] [![Codecov branch][codecov-img]][codecov-url] | |
8 | 7 |
|
9 | 8 | Julia wrapper for the [ECOS](https://github.com/embotech/ecos) embeddable conic optimization interior point solver. |
10 | 9 |
|
@@ -85,3 +84,17 @@ println(getvalue(take)) |
85 | 84 | [Convex.jl]: https://github.com/JuliaOpt/Convex.jl |
86 | 85 | [Homebrew.jl]: https://github.com/JuliaLang/Homebrew.jl |
87 | 86 | [JuliaOpt]: http://juliaopt.org |
| 87 | + |
| 88 | +[pkg-0.5-img]: http://pkg.julialang.org/badges/ECOS_0.5.svg |
| 89 | +[pkg-0.5-url]: http://pkg.julialang.org/?pkg=ECOS |
| 90 | +[pkg-0.6-img]: http://pkg.julialang.org/badges/ECOS_0.6.svg |
| 91 | +[pkg-0.6-url]: http://pkg.julialang.org/?pkg=ECOS |
| 92 | + |
| 93 | +[build-img]: https://travis-ci.org/JuliaOpt/ECOS.jl.svg?branch=master |
| 94 | +[build-url]: https://travis-ci.org/JuliaOpt/ECOS.jl |
| 95 | +[winbuild-img]: https://ci.appveyor.com/api/projects/status/n0c8b6t1w39jho6d/branch/master?svg=true |
| 96 | +[winbuild-url]: https://ci.appveyor.com/api/projects/status/n0c8b6t1w39jho6d/branch/master |
| 97 | +[coveralls-img]: https://coveralls.io/repos/github/JuliaOpt/ECOS.jl/badge.svg?branch=master |
| 98 | +[coveralls-url]: https://coveralls.io/github/JuliaOpt/ECOS.jl?branch=master |
| 99 | +[codecov-img]: http://codecov.io/github/JuliaOpt/ECOS.jl/coverage.svg?branch=master |
| 100 | +[codecov-url]: http://codecov.io/github/JuliaOpt/ECOS.jl?branch=master |
0 commit comments