NEWS
doParallel 1.0.17 (2022-02-07)
doParallel 1.0.16 (2020-10-16)
doParallel 1.0.15 (2019-08-02)
doParallel 1.0.14 (2018-09-24)
- Re-enabled tests.
- Moved RUnit from Enhances to Suggests (request of Kurt Hornik)
doParallel 1.0.13
- Changes to support enhanced exports via future (if available).
doParallel 1.0.12
- Change test report path for compliance with CRAN policies.
doParallel 1.0.9
- Bug fixes to stopImplicitCluster functionality, courtesy of Dan Tenenbaum.
doParallel 1.0.8 (2014-02-28)
- Modified vignette to use no more than two workers.
doParallel 1.0.7 (2014-02-21)
- Modified to work better when a foreach loop is executed
in a package (courtesy of Steve Weston)
- Added unit tests and a minimal working example
doParallel 1.0.6 (2013-11-01)
- Changed foreach, iterators, and parallel from Depends to
Imports (request of Steve Weston and Stefan Schlager)
doParallel 1.0.4
- New attachExportEnv option for doParallelSNOW
- New function stopImplicitCluster to stop the implicitly created
socket cluster.
- Updated inst/unitTests/runTestSuite.sh, bug report from Michael Cheng
doParallel 1.0.3 (2013-06-07)
- New preschedule option for doParallelSNOW, courtesy of Steve Weston
- Removed assignment into global environment to meet CRAN standards.
doParallel 1.0.2
- Efficiency improvements courtesy of Steve Weston
doParallel 1.0.1 (2012-04-16)
- Updated to support RevoScaleR's rxExec function