From 0af44bfb9a2940bdf1a5b6d6ff19e81d6e9f4907 Mon Sep 17 00:00:00 2001 From: Joergen Schartum Dokken Date: Tue, 19 May 2026 08:34:59 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.18.0=20=E2=86=92=200.18?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 89c6457..0894f65 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -13,4 +13,4 @@ license: MIT repository-code: https://github.com/scientificcomputing/scifem/tree/v0.16.1 title: "scientificcomputing/scifem: v0.16.1" type: software -version: v0.18.0 +version: v0.18.1 diff --git a/pyproject.toml b/pyproject.toml index 756a5c6..33a86a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build" [project] name = "scifem" -version = "0.18.0" +version = "0.18.1" description = "Scientific tools for finite element methods" readme = "README.md" requires-python = ">=3.10" @@ -138,7 +138,7 @@ tag = true sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" -current_version = "0.18.0" +current_version = "0.18.1" [[tool.bumpversion.files]] From b90a37766ca21190ff067155c757bbc68a8c406a Mon Sep 17 00:00:00 2001 From: Jorgen Schartum Dokken Date: Wed, 20 May 2026 09:53:16 +0200 Subject: [PATCH 2/2] Add scipy as dependency for extrema computation --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33a86a2..fec027b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ authors = [ { email = "dokken@simula.no", name = "Jørgen S. Dokken" }, { email = "henriknf@simula.no", name = "Henrik N.T. Finsberg" }, ] -dependencies = ["fenics-dolfinx", "numpy", "packaging"] +dependencies = ["fenics-dolfinx", "numpy", "packaging", "scipy"] [project.urls] repository = "https://github.com/scientificcomputing/scifem.git"