File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ <img src =" https://github.com/Jutho/TensorOperations.jl/blob/master/docs/src/assets/logo.svg " width =" 300 " >
2
+
3
+ ---
4
+
1
5
# TensorOperations.jl
2
6
3
7
Fast tensor operations using a convenient Einstein index notation.
4
8
5
9
| ** Documentation** | ** Build Status** | ** Digital Object Identifier** |
6
10
| :-------------------------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:|
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 ]
8
12
9
13
[ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
10
14
[ docs-dev-url ] : https://jutho.github.io/TensorOperations.jl/latest
@@ -24,6 +28,12 @@ Fast tensor operations using a convenient Einstein index notation.
24
28
[ codecov-img ] : https://codecov.io/gh/Jutho/TensorOperations.jl/branch/master/graph/badge.svg
25
29
[ codecov-url ] : https://codecov.io/gh/Jutho/TensorOperations.jl
26
30
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
+
27
37
## What's new in v3
28
38
29
39
* Switched to CUDA.jl instead of CuArrays.jl, which effectively restricts support to
You can’t perform that action at this time.
0 commit comments