From 57b3fbe2b2d722b41f4dfcf1b293ed8d41fe0fec Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Sun, 20 Oct 2024 12:45:51 +0200 Subject: [PATCH] - nogil version (selected automatically) which uses threads instead of processes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a26b717..a048f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parfor" -version = "2024.9.2" +version = "2024.10.0" description = "A package to mimic the use of parfor as done in Matlab." authors = ["Wim Pomp "] license = "GPLv3"