- add SharedArray to share numpy arrays
- fix async call_later when no event loop is available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user