From 42e0ccca6066659a2bb1cb13261fd76346130eb4 Mon Sep 17 00:00:00 2001 From: flaport Date: Wed, 13 Nov 2024 00:36:14 +0100 Subject: [PATCH] Bump to 0.3.0 --- README.md | 2 +- klujax.cpp | 2 +- klujax.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aea8d4e..5ea2f7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # KLUJAX -> version: 0.2.10 +> version: 0.3.0 A sparse linear solver for JAX based on the efficient [KLU algorithm](https://ufdcimages.uflib.ufl.edu/UF/E0/01/17/21/00001/palamadai_e.pdf). diff --git a/klujax.cpp b/klujax.cpp index 05c5267..fdcf76b 100644 --- a/klujax.cpp +++ b/klujax.cpp @@ -1,4 +1,4 @@ -// version: 0.2.10 +// version: 0.3.0 // Imports #include "klu.h" diff --git a/klujax.py b/klujax.py index 0daca6f..42c5df1 100644 --- a/klujax.py +++ b/klujax.py @@ -2,7 +2,7 @@ # Metadata ============================================================================ -__version__ = "0.2.10" +__version__ = "0.3.0" __author__ = "Floris Laporte" __all__ = ["solve", "coo_mul_vec"] diff --git a/pyproject.toml b/pyproject.toml index 6d5e916..9c8213c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ license = {file = "LICENSE"} name = "klujax" readme = "README.md" requires-python = ">=3.8" -version = "0.2.10" +version = "0.3.0" [project.optional-dependencies] dev = [ @@ -75,7 +75,7 @@ message_template = "Bump to {new_version}" tag_template = "{new_version}" [tool.tbump.version] -current = "0.2.10" +current = "0.3.0" regex = ''' (?P\d+) \.