- nogil version (selected automatically) which uses threads instead of processes

This commit is contained in:
Wim Pomp
2024-10-20 12:45:51 +02:00
parent b3aabc68ab
commit 57b3fbe2b2

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "parfor" name = "parfor"
version = "2024.9.2" version = "2024.10.0"
description = "A package to mimic the use of parfor as done in Matlab." description = "A package to mimic the use of parfor as done in Matlab."
authors = ["Wim Pomp <wimpomp@gmail.com>"] authors = ["Wim Pomp <wimpomp@gmail.com>"]
license = "GPLv3" license = "GPLv3"