Skip to content

Releases: mlr-org/parallelMap

parallelMap 1.5.1

28 Jun 12:59
c4bbdd1
Compare
Choose a tag to compare
  • Removed "LazyDate" field from DESCRIPTION.
  • Fixed broken URLs.

parallelMap 1.4.0

20 Dec 22:29
Compare
Choose a tag to compare
  • 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.
  • BatchTools mode

parallelMap 1.3

20 Dec 22:26
Compare
Choose a tag to compare
  • parallelGetRegisteredLevels has new argument "flatten"
  • parallelShowOptions was converted to parallelGetOptions (with a printer)

parallelMap 1.2

20 Dec 22:34
Compare
Choose a tag to compare
  • 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

20 Dec 22:34
Compare
Choose a tag to compare
  • 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

20 Dec 22:35
Compare
Choose a tag to compare
  • First submit to CRAN.