From 6c6c264cf176e326a27d1f0bda7b60285c5ec959 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 10 Aug 2025 15:34:52 +0100 Subject: [PATCH 1/5] Sync scs version --- scs_source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scs_source b/scs_source index 7c83c72..ef77ae1 160000 --- a/scs_source +++ b/scs_source @@ -1 +1 @@ -Subproject commit 7c83c72495f8f3bfb0549860b5f1d9cb5b7c91e6 +Subproject commit ef77ae11181f399ea3e35122944ba3091ee1a77f From 690d9d1a2a9afb818f9e6b08d94bb74e7fa8a9ce Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 10 Aug 2025 15:35:02 +0100 Subject: [PATCH 2/5] 3.2.8 --- .bumpversion.cfg | 3 +-- legacy_setup.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 47b6afe..1e9e3c1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 3.2.7 +current_version = 3.2.8 [bumpversion:file:legacy_setup.py] [bumpversion:file:pyproject.toml] - diff --git a/legacy_setup.py b/legacy_setup.py index 27b1371..00e2389 100644 --- a/legacy_setup.py +++ b/legacy_setup.py @@ -310,7 +310,7 @@ def install_scs(**kwargs): setup( name="scs", - version="3.2.7", + version="3.2.8", author="Brendan O'Donoghue", author_email="bodonoghue85@gmail.com", url="http://github.com/cvxgrp/scs", diff --git a/pyproject.toml b/pyproject.toml index 1a9fa4d..a64afd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = 'scs' -version = "3.2.7" +version = "3.2.8" description = 'Splitting conic solver' readme = 'README.md' requires-python = '>=3.9' From 256484bc675a8644f3724d98e5c9145f698d5953 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 10 Aug 2025 15:36:30 +0100 Subject: [PATCH 3/5] disable broken downloads link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9f6b0c..63cf660 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ scs-python [![Build Status](https://github.com/bodono/scs-python/actions/workflows/build.yml/badge.svg)](https://github.com/bodono/scs-python/actions/workflows/build.yml) [![Documentation](https://img.shields.io/badge/docs-online-brightgreen?logo=read-the-docs&style=flat)](https://www.cvxgrp.org/scs/) -[![PyPI package](https://img.shields.io/pypi/dm/scs?label=PyPI%20downloads)](https://pypi.org/project/scs/) +# [![PyPI package](https://img.shields.io/pypi/dm/scs?label=PyPI%20downloads)](https://pypi.org/project/scs/) Python interface for [SCS](https://github.com/cvxgrp/scs) 3.0.0 and higher. From 2144e847f326dd9576ac5575ff22c4c7cf914cc1 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 10 Aug 2025 15:58:23 +0100 Subject: [PATCH 4/5] update to new downloads badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 63cf660..3ba8ff6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ scs-python [![Build Status](https://github.com/bodono/scs-python/actions/workflows/build.yml/badge.svg)](https://github.com/bodono/scs-python/actions/workflows/build.yml) [![Documentation](https://img.shields.io/badge/docs-online-brightgreen?logo=read-the-docs&style=flat)](https://www.cvxgrp.org/scs/) -# [![PyPI package](https://img.shields.io/pypi/dm/scs?label=PyPI%20downloads)](https://pypi.org/project/scs/) - +[![PyPI Downloads](https://static.pepy.tech/badge/scs/month)](https://pepy.tech/projects/scs) Python interface for [SCS](https://github.com/cvxgrp/scs) 3.0.0 and higher. The full documentation is available [here](https://www.cvxgrp.org/scs/). From 32be232e6919c8c2eb936245deba42c48cbfe797 Mon Sep 17 00:00:00 2001 From: Brendan O'Donoghue Date: Sun, 10 Aug 2025 16:21:00 +0100 Subject: [PATCH 5/5] tweak new downloads badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba8ff6..873b541 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ scs-python [![Build Status](https://github.com/bodono/scs-python/actions/workflows/build.yml/badge.svg)](https://github.com/bodono/scs-python/actions/workflows/build.yml) [![Documentation](https://img.shields.io/badge/docs-online-brightgreen?logo=read-the-docs&style=flat)](https://www.cvxgrp.org/scs/) -[![PyPI Downloads](https://static.pepy.tech/badge/scs/month)](https://pepy.tech/projects/scs) +[![PyPI Downloads/Month](https://static.pepy.tech/personalized-badge/scs?period=month&units=abbreviation&left_color=grey&right_color=brightgreen&left_text=downloads/month)](https://pepy.tech/project/scs) Python interface for [SCS](https://github.com/cvxgrp/scs) 3.0.0 and higher. The full documentation is available [here](https://www.cvxgrp.org/scs/).