Now based on ray, which enables nested parallel computations.

This commit is contained in:
Wim Pomp
2026-01-08 00:48:14 +01:00
parent a84bf2d29e
commit 5528b54ede
8 changed files with 463 additions and 953 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "parfor"
version = "2025.1.0"
version = "2026.1.0"
description = "A package to mimic the use of parfor as done in Matlab."
authors = ["Wim Pomp <wimpomp@gmail.com>"]
license = "GPLv3"
@@ -17,6 +17,10 @@ pytest = { version = "*", optional = true }
[tool.poetry.extras]
test = ["pytest", "numpy"]
[tool.ruff]
line-length = 119
indent-width = 4
[tool.isort]
line_length = 119