From 5d9f8a579516b18a2ce0608f4124159f79746eca Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Wed, 18 Jun 2025 12:52:01 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb7e14..738ea19 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Python library for representing, manipulating, and solving polynomial equation ## Key Features -* **Create and Manipulate Polynomials**: Easily define polynomials of any degree and perform arithmetic operations like addition, subtraction, and scaling. +* **Create and Manipulate Polynomials**: Easily define polynomials of any degree and perform arithmetic operations like addition, subtraction, multiplication, and scaling. * **Genetic Algorithm Solver**: Find approximate real roots for complex polynomials where analytical solutions are difficult or impossible. * **CUDA Accelerated**: Leverage NVIDIA GPUs for a massive performance boost when finding roots in large solution spaces. * **Analytical Solvers**: Includes standard, exact solvers for simple cases (e.g., `quadratic_solve`). -- 2.49.0 From 6691482ce8db335b0b1b2bdbf27de49ba260b69c Mon Sep 17 00:00:00 2001 From: Jonathan Rampersad Date: Wed, 18 Jun 2025 12:52:13 +0000 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cc7a6a..f2b6f3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] # --- Core Metadata --- name = "polysolve" -version = "0.2.1" +version = "0.2.2" authors = [ { name="Jonathan Rampersad", email="jonathan@jono-rams.work" }, ] -- 2.49.0