From b76ee3f8d2328a997e0877905195d34745e10356 Mon Sep 17 00:00:00 2001 From: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:13:00 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7420ab8..062e84d 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 @@ -26,6 +27,12 @@ RandomFeatures is a Julia implementation of random features for high-dimensional [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+ From 3fa2091b3d4edacb42c40110a86066136ab0c897 Mon Sep 17 00:00:00 2001 From: Oliver Dunbar <47412152+odunbar@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:13:33 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 062e84d..8d28b00 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ 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