diff --git a/README.md b/README.md index 7420ab8..8d28b00 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ RandomFeatures is a Julia implementation of random features for high-dimensional | **Docs Build** | [![docs build][docs-bld-img]][docs-bld-url] | | **Unit tests** | [![unit tests][unit-tests-img]][unit-tests-url] | | **Code Coverage** | [![codecov][codecov-img]][codecov-url] | +| **Downloads** | [![Downloads][dlt-img]][dlt-url] | [zenodo-img]: https://zenodo.org/badge/523830850.svg @@ -17,15 +18,21 @@ RandomFeatures is a Julia implementation of random features for high-dimensional [docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg [docs-latest-url]: https://CliMA.github.io/RandomFeatures.jl/dev/ -[docs-bld-img]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Docs.yml/badge.svg?branch=main +[docs-bld-img]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Docs.yml/badge.svg [docs-bld-url]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Docs.yml -[unit-tests-img]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Tests.yml/badge.svg?branch=main +[unit-tests-img]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Tests.yml/badge.svg [unit-tests-url]: https://github.com/CliMA/RandomFeatures.jl/actions/workflows/Tests.yml [codecov-img]: https://codecov.io/gh/CliMA/RandomFeatures.jl/branch/main/graph/badge.svg [codecov-url]: https://codecov.io/gh/CliMA/RandomFeatures.jl +[dlm-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FRandomFeatures&query=total_requests&suffix=%2Fmonth&label=Downloads +[dlm-url]: https://juliapkgstats.com/pkg/RandomFeatures.c + +[dlt-img]: https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Ftotal_downloads%2FRandomFeatures&query=total_requests&label=Downloads +[dlt-url]: https://juliapkgstats.com/pkg/RandomFeatures.c + ### Requirements Julia version 1.6+