|
| 1 | +<img src="https://github.com/Jutho/TensorKit.jl/blob/master/docs/src/assets/logo.svg" width="150"> |
| 2 | + |
1 | 3 | # TensorKit.jl
|
2 | 4 |
|
3 | 5 | A Julia package for large-scale tensor computations, with a hint of category theory.
|
4 | 6 |
|
5 |
| -| **Documentation** | **Build Status** | |
6 |
| -|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:| |
7 |
| -| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] [![][codecov-img]][codecov-url] | |
8 |
| - |
9 |
| -[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg |
10 |
| -[docs-dev-url]: https://jutho.github.io/TensorKit.jl/latest |
| 7 | +| **Build Status** | **Coverage** | **Quality assurance** | **Downloads** | |
| 8 | +|:----------------:|:------------:|:---------------------:|:--------------| |
| 9 | +| [![CI][ci-img]][ci-url] [![CI (Julia nightly)][ci-julia-nightly-img]][ci-julia-nightly-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] | [![Strided Downloads][genie-img]][genie-url] | |
11 | 10 |
|
12 |
| -[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg |
13 |
| -[docs-stable-url]: https://jutho.github.io/TensorKit.jl/stable |
| 11 | +[github-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI/badge.svg |
| 12 | +[github-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3ACI |
14 | 13 |
|
15 | 14 | [ci-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI/badge.svg
|
16 | 15 | [ci-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3ACI
|
17 | 16 |
|
18 |
| -[ci-julia-nightly-img]: https://github.com/Jutho/TensorKit.jl/workflows/CI%20(Julia%20nightly)/badge.svg |
19 |
| -[ci-julia-nightly-url]: https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22 |
| 17 | +[ci-julia-nightly-img]: |
| 18 | + https://github.com/Jutho/TensorKit.jl/workflows/CI%20(Julia%20nightly)/badge.svg |
| 19 | +[ci-julia-nightly-url]: |
| 20 | + https://github.com/Jutho/TensorKit.jl/actions?query=workflow%3A%22CI+%28Julia+nightly%29%22 |
20 | 21 |
|
21 | 22 | [codecov-img]: https://codecov.io/gh/Jutho/TensorKit.jl/branch/master/graph/badge.svg
|
22 | 23 | [codecov-url]: https://codecov.io/gh/Jutho/TensorKit.jl
|
23 | 24 |
|
| 25 | +[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg |
| 26 | +[aqua-url]: https://github.com/JuliaTesting/Aqua.jl |
| 27 | + |
| 28 | +[genie-img]: |
| 29 | + https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/TensorKit |
| 30 | +[genie-url]: https://pkgs.genieframework.com?packages=TensorKit |
| 31 | + |
24 | 32 | Install via the package manager.
|
25 | 33 |
|
26 | 34 | Check out the [tutorial](https://jutho.github.io/TensorKit.jl/stable/man/tutorial/) and the full [documentation](https://jutho.github.io/TensorKit.jl/stable).
|
0 commit comments