Skip to content
Snippets Groups Projects
Verified Commit e07d7049 authored by Gärber, Florian's avatar Gärber, Florian
Browse files

chore: Fix and update news

parent 4826e7bf
No related branches found
No related tags found
No related merge requests found
# RFSurrogates (development version)
* [`addLayer`]: Refactor for-loop to lapply.
* Add `num.threads` param to enable parallelization using [`parallel::mclapply`]. It defaults to 1 for backward compatability.
* `addLayer()`: Refactor for-loop to lapply.
* Add `num.threads` param to enable parallelization using `parallel::mclapply()`. It defaults to 1 for backward compatability.
* `getTreeranger()`: Refactor `lapply()` to `parallel::mclapply()`.
* Add `num.threads` param (passed to `mc.cores` in `parallel::mclapply()`). It defaults to 1 for backward compatability.
* Add `add_layer` param to include the effect of `addLayer` within the same loop. Defaults to `FALSE` for backward compatability.
* (Internal) `getsingletree()`: Add `add_layer` param to enable adding layers within the same loop.
# RFSurrogates 0.3.3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment