Skip to content

Commit 695b5b0

Browse files
authored
update README.md
1 parent 6f0bd7d commit 695b5b0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
<img src="https://github.com/Jutho/TensorOperations.jl/blob/master/docs/src/assets/logo.svg" width="300">
2+
3+
---
4+
15
# TensorOperations.jl
26

37
Fast tensor operations using a convenient Einstein index notation.
48

59
| **Documentation** | **Build Status** | **Digital Object Identifier** |
610
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
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] | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3245497.svg)](https://doi.org/10.5281/zenodo.3245497) |
11+
| [![][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] | [![DOI][doi-img]][doi-url] | [![TensorOperations Downloads][genie-img]][genie-url]
812

913
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
1014
[docs-dev-url]: https://jutho.github.io/TensorOperations.jl/latest
@@ -24,6 +28,12 @@ Fast tensor operations using a convenient Einstein index notation.
2428
[codecov-img]: https://codecov.io/gh/Jutho/TensorOperations.jl/branch/master/graph/badge.svg
2529
[codecov-url]: https://codecov.io/gh/Jutho/TensorOperations.jl
2630

31+
[doi-img]: https://zenodo.org/badge/DOI/10.5281/zenodo.3245497.svg
32+
[doi-url]: https://doi.org/10.5281/zenodo.3245497
33+
34+
[genie-img]: https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/TensorOperations
35+
[genie-url]: https://pkgs.genieframework.com?packages=TensorOperations
36+
2737
## What's new in v3
2838

2939
* Switched to CUDA.jl instead of CuArrays.jl, which effectively restricts support to

0 commit comments

Comments
 (0)