From 12d78573c884e72f35ae9c436de739ca27d72765 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Sat, 3 Sep 2022 18:51:51 +0400 Subject: [PATCH] Add badges from Juliahub Badges for latest version, number of dependents and PkgEval --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8f92d39f..dcbcab11 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ [![Build Status](https://github.com/JuliaArrays/FillArrays.jl/workflows/CI/badge.svg)](https://github.com/JuliaArrays/FillArrays.jl/actions) [![codecov](https://codecov.io/gh/JuliaArrays/FillArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/FillArrays.jl) +[![deps](https://juliahub.com/docs/FillArrays/deps.svg)](https://juliahub.com/ui/Packages/FillArrays/2Dg1l?t=2) +[![version](https://juliahub.com/docs/FillArrays/version.svg)](https://juliahub.com/ui/Packages/FillArrays/2Dg1l) +[![pkgeval](https://juliahub.com/docs/FillArrays/pkgeval.svg)](https://juliahub.com/ui/Packages/FillArrays/2Dg1l) Julia package to lazily represent matrices filled with a single entry, as well as identity matrices. This package exports the following types: