From 3f2882d53796db15eea0d9285e2a63034500e90c Mon Sep 17 00:00:00 2001 From: dance858 Date: Fri, 22 May 2026 12:46:51 -0700 Subject: [PATCH 1/2] Release v0.4.0 --- SparseDiffEngine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparseDiffEngine b/SparseDiffEngine index 2f5cf0a..2cc33a9 160000 --- a/SparseDiffEngine +++ b/SparseDiffEngine @@ -1 +1 @@ -Subproject commit 2f5cf0ad036f8b182060f893d809fbd28d17009b +Subproject commit 2cc33a9f18876330cb51818fe17a4fb57df654d2 From 55512dfa8329abb64c61cfa11c6bfbc24d0b0c61 Mon Sep 17 00:00:00 2001 From: dance858 Date: Fri, 22 May 2026 12:47:13 -0700 Subject: [PATCH 2/2] Begin 0.4.1 development --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6e0b93d..aa87060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build" [project] name = "sparsediffpy" -version = "0.4.0" +version = "0.4.1" description = "Python bindings for SparseDiffEngine algorithmic differentiation" requires-python = ">=3.11" dependencies = ["numpy >= 2.0.0"]