Skip to content

Commit

Permalink
update README.md (final?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho authored Apr 14, 2022
1 parent f5d2bc1 commit 27c883a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

Fast tensor operations using a convenient Einstein index notation.

| **Documentation** | **Build Status** | **Digital Object Identifier** | **Downloads** |
|:-----------------:|:----------------:|:-----------------------------:|:-------------:|
| [![][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]
| **Documentation** | **Build Status** |
|:-----------------:|:----------------:|
| [![][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] |

| **Digital Object Identifier** | **Downloads** |
|:-----------------------------:|:-------------:|
[![DOI][doi-img]][doi-url] | [![TensorOperations Downloads][genie-img]][genie-url]

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://jutho.github.io/TensorOperations.jl/latest
Expand Down

2 comments on commit 27c883a

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 27c883a Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:
support for CUDA 3.3 and above
other small fixes

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/58489

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.2.4 -m "<description of version>" 27c883ab0341033fc9175ae07febba2a41b20d2d
git push origin v3.2.4

Please sign in to comment.