forked from mlr-org/parallelMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
31 lines (26 loc) · 1.13 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
parallelMap_1.4:
- Load balancing for multicore, socket and mpi can now be controlled via the flag
"load.balancing" passed to parallelStart().
Note that the default for multicore now defaults to disabled load balancing.
parallelMap_1.3:
- parallelGetRegisteredLevels has new argument "flatten"
- parallelShowOptions was converted to parallelGetOptions (with a printer)
parallelMap_1.2:
- Arguments of mcmapply (mc.preschedule, ...) can now be specified via parallelStart
- We import package "parallel" now
- parallelShowRegisteredLevels was changed to parallelGetRegisteredLevels.
The latter returns a structured object, with a printer method.
parallelMap_1.1:
- Package in general much more stable now
- parallelLibrary was improved a lot
- better / more configurable info messages on console
- BatchJobs mode: working directory for slave jobs is the current working dir on the master,
not the storage.dir
- BatchJobs mode: errors are thrown, if jobs expire
- parallelMap/Lapply/Sapply: impute.error option
- removed autostart option for stability
- new functions
-- parallelSource
-- parallelExport
parallelMap_1.0-83:
- First submit to CRAN.