- add some caching to prevent repeated ray.put and pickling

This commit is contained in:
w.pomp
2026-01-22 20:11:13 +01:00
parent 879da12628
commit 8619c0fb34
2 changed files with 41 additions and 7 deletions

View File

@@ -1,11 +1,11 @@
[project]
name = "parfor"
version = "2026.2.1"
version = "2026.2.2"
description = "A package to mimic the use of parfor as done in Matlab."
authors = [
{ name = "Wim Pomp-Pervova", email = "wimpomp@gmail.com" }
]
license = { text = "MIT"}
license = { text = "MIT" }
readme = "README.md"
keywords = ["parfor", "concurrency", "multiprocessing", "parallel"]
requires-python = ">=3.10"