- add gmap: function like pmap, but returning a generator instead of a list

- add arguments for returning results out/in order and returning result indices
This commit is contained in:
Wim Pomp
2024-09-05 18:37:47 +02:00
parent 29203dd128
commit 4d80316244
4 changed files with 58 additions and 16 deletions

View File

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