From d4d6096d9b3f32c0c374b5121de99cc944f98fef Mon Sep 17 00:00:00 2001 From: beckynevin Date: Thu, 24 Oct 2024 14:34:00 -0600 Subject: [PATCH 1/4] first attempt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e165286..4b5b47a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ DeepUQ is a package for injecting and measuring different types of uncertainty i [![PyPi](https://img.shields.io/badge/PyPi-0.1.0-blue)](https://pypi.org/project/deepuq/) [![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://opensource.org/licenses/MIT) +![Build Status](https://github.com/deepskies/DeepUQ/workflows/test/badge.svg) From 0a412de1f9ec357b7c644024061ca5f9e79c3434 Mon Sep 17 00:00:00 2001 From: beckynevin Date: Thu, 24 Oct 2024 14:37:26 -0600 Subject: [PATCH 2/4] adding a downloads thingy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b5b47a..e11196a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ DeepUQ is a package for injecting and measuring different types of uncertainty i [![PyPi](https://img.shields.io/badge/PyPi-0.1.0-blue)](https://pypi.org/project/deepuq/) [![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://opensource.org/licenses/MIT) ![Build Status](https://github.com/deepskies/DeepUQ/workflows/test/badge.svg) +[![Downloads](https://static.pepy.tech/personalized-badge/deepuq?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Monthly%20Downloads)](https://pepy.tech/project/deepuq) From 1779e3bf044664e94f58867d6b141ad925519b61 Mon Sep 17 00:00:00 2001 From: beckynevin Date: Thu, 24 Oct 2024 14:41:42 -0600 Subject: [PATCH 3/4] making separate lint badge, change to total downloads, v0.1.1 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e11196a..1a57ba4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # DeepUQ DeepUQ is a package for injecting and measuring different types of uncertainty in ML models. -[![PyPi](https://img.shields.io/badge/PyPi-0.1.0-blue)](https://pypi.org/project/deepuq/) +[![PyPi](https://img.shields.io/badge/PyPi-0.1.1-blue)](https://pypi.org/project/deepuq/) [![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://opensource.org/licenses/MIT) ![Build Status](https://github.com/deepskies/DeepUQ/workflows/test/badge.svg) -[![Downloads](https://static.pepy.tech/personalized-badge/deepuq?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Monthly%20Downloads)](https://pepy.tech/project/deepuq) +![Build Status](https://github.com/deepskies/DeepUQ/workflows/lint/badge.svg) +[![Downloads](https://static.pepy.tech/personalized-badge/deepuq?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Total%20Downloads)](https://pepy.tech/project/deepuq) From 204cf660d5a342ae40c3e7e2b0b696d398da2a1e Mon Sep 17 00:00:00 2001 From: beckynevin Date: Thu, 24 Oct 2024 15:01:49 -0600 Subject: [PATCH 4/4] removing build status, they can just look at workflows to see this --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1a57ba4..1ace3ba 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ DeepUQ is a package for injecting and measuring different types of uncertainty i [![PyPi](https://img.shields.io/badge/PyPi-0.1.1-blue)](https://pypi.org/project/deepuq/) [![License](https://img.shields.io/badge/License-MIT-lightgrey)](https://opensource.org/licenses/MIT) -![Build Status](https://github.com/deepskies/DeepUQ/workflows/test/badge.svg) -![Build Status](https://github.com/deepskies/DeepUQ/workflows/lint/badge.svg) [![Downloads](https://static.pepy.tech/personalized-badge/deepuq?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Total%20Downloads)](https://pepy.tech/project/deepuq)