- add SharedArray to share numpy arrays

- fix async call_later when no event loop is available
This commit is contained in:
Wim Pomp
2025-01-06 18:01:55 +01:00
parent eb92ce006d
commit d0bc749bb4
5 changed files with 69 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "parfor"
version = "2024.12.1"
version = "2025.1.0"
description = "A package to mimic the use of parfor as done in Matlab."
authors = ["Wim Pomp <wimpomp@gmail.com>"]
license = "GPLv3"
@@ -15,7 +15,7 @@ dill = ">=0.3.0"
pytest = { version = "*", optional = true }
[tool.poetry.extras]
test = ["pytest"]
test = ["pytest", "numpy"]
[tool.isort]
line_length = 119