File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Strided array views with efficient (cache-friendly and multithreaded) manipulati
77
88| ** Build Status** | ** Coverage** | ** Quality assurance** | ** Downloads** |
99| :----------------:| :------------:| :---------------------:| :--------------|
10- | [ ![ 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] |
10+ | [ ![ 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] [ downloads -img]] [ downloads -url] |
1111
1212[ github-img ] : https://github.com/Jutho/Strided.jl/workflows/CI/badge.svg
1313[ github-url ] : https://github.com/Jutho/Strided.jl/actions?query=workflow%3ACI
@@ -26,10 +26,8 @@ Strided array views with efficient (cache-friendly and multithreaded) manipulati
2626[ aqua-img ] : https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
2727[ aqua-url ] : https://github.com/JuliaTesting/Aqua.jl
2828
29- [ genie-img] :
30- https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Strided
31- [ genie-url ] : https://pkgs.genieframework.com?packages=Strided
32-
29+ [ downloads-img ] : https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FStrided&query=total_requests&label=Downloads
30+ [ downloads-url ] : http://juliapkgstats.com/pkg/Strided
3331
3432A Julia package for working more efficiently with strided arrays, i.e. dense arrays whose
3533memory layout has a fixed stride along every dimension. Strided.jl does not make any
You can’t perform that action at this time.
0 commit comments