Skip to content

Commit 426b1ab

Browse files
committed
remove PkgEval, fix link [skip ci]
1 parent 9209f29 commit 426b1ab

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ A Julia package for large-scale tensor computations, with a hint of category the
1212
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![DOI][doi-img]][doi-url] | [![TensorOperations Downloads][downloads-img]][downloads-url] |
1313
<!-- | [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![DOI][doi-img]][doi-url] | [![TensorOperations Downloads][downloads-img]][downloads-url] | -->
1414

15-
| **Build Status** | **PkgEval** | **Coverage** | **Quality assurance** |
16-
|:----------------:|:------------:|:------------:|:---------------------:|
17-
| [![CI][ci-img]][ci-url] | [![PkgEval][pkgeval-img]][pkgeval-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] |
15+
| **Build Status** | **Coverage** | **Quality assurance** |
16+
|:----------------:|:------------:|:---------------------:|
17+
| [![CI][ci-img]][ci-url] | [![Codecov][codecov-img]][codecov-url] | [![Aqua QA][aqua-img]][aqua-url] |
1818

1919

2020
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
@@ -32,9 +32,6 @@ A Julia package for large-scale tensor computations, with a hint of category the
3232
[ci-img]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml/badge.svg
3333
[ci-url]: https://github.com/Jutho/TensorKit.jl/actions/workflows/CI.yml
3434

35-
[pkgeval-img]: https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/T/TensorKit.svg
36-
[pkgeval-url]: https://JuliaCI.github.io/NanosoldierReports/pkgeval_badges/T/TensorKit.html
37-
3835
[codecov-img]: https://codecov.io/gh/Jutho/TensorKit.jl/branch/master/graph/badge.svg
3936
[codecov-url]: https://codecov.io/gh/Jutho/TensorKit.jl
4037

@@ -66,7 +63,7 @@ breaking changes:
6663
resides in a single array of type `<:DenseVector`. While this does not lead to breaking
6764
changes in the interface, it does mean that `TensorMap` objects from TensorKit.jl
6865
v0.12.7 or earlier that were saved to disk using e.g. JLD2.jl, cannot simply be read back
69-
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/Jutho/TensorKit.jl/edit/master/README.md#transferring-tensormap-data-from-older-versions-to-v013)
66+
in using the new version of TensorKit.jl. We provide a script [below](https://github.com/Jutho/TensorKit.jl?tab=readme-ov-file#transferring-tensormap-data-from-older-versions-to-v013)
7067
to export data in a format that can be read back in by TensorKit.jl v0.13.
7168

7269
Major non-breaking changes include:

0 commit comments

Comments
 (0)