Recent Releases of doParabar

doParabar - doParabar v1.0.2

What's Changed

  • Fix DESCRIPTION in line with CRAN comments by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/5
  • Improve documentation in README by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/6

Changed

  • Improve README.md note style.
  • Add link to the foreach vignette provided in the parabar package.

Fixed

  • Fixed DESCRIPTION in line with CRAN comments.

Full Changelog: https://github.com/mihaiconstantin/doParabar/compare/v1.0.1...v1.0.2

- R
Published by mihaiconstantin about 1 year ago

doParabar - doParabar v1.0.1

What's Changed

  • Fix title in DESCRIPTION to follow CRAN convention by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/4

Fixed

  • Changed Title in DESCRIPTION to follow the title case convention as per CRAN recommendation.

Full Changelog: https://github.com/mihaiconstantin/doParabar/compare/v1.0.0...v1.0.1

- R
Published by mihaiconstantin about 1 year ago

doParabar - doParabar v1.0.0

What's Changed

  • Add implementation for the foreach::%dopar% operator by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/1
  • Miscellaneous refactoring and documentation improvements by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/2
  • Release 1.0.0 by @mihaiconstantin in https://github.com/mihaiconstantin/doParabar/pull/3

Added

  • Add implementation for the %dopar% foreach operator via function doParabar::doPar.
  • Add getNumberOfWorkers helper to get the number of cores for the currently registered backend.
  • Add parabarInfo helper to get the registered parabar backend details.
  • Add debugMessage helper to print debug messages in verbose mode.
  • Add registerDoParabar function to register the doPar implementation for the %dopar% operator.
  • Add package logo and template based on the parabar package.
  • Add package documentation.

New Contributors

  • @mihaiconstantin made their first contribution in https://github.com/mihaiconstantin/doParabar/pull/1

Full Changelog: https://github.com/mihaiconstantin/doParabar/commits/v1.0.0

- R
Published by mihaiconstantin about 1 year ago