File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- RcppParallel 5.0.3 (UNRELEASED)
1+ RcppParallel 5.1.0 (UNRELEASED)
22------------------------------------------------------------------------
33
4+ * Supported both system TBB library and building it from the embedded source code.
5+ * Updated TBB functionality for the new interface.
6+ * Loading the package library only if TBB is found and loaded.
7+ * Falling back to building TBB from local source code.
8+ * Backward TBB compatibility based on `__TBB_tbb_stddef_H`.
9+ * Resolved conflicts between system and local TBB headers.
10+ * Fixed URLs, used HTTPS, and minor cleanups.
11+ * Updated package DESCRIPTION and bumped version.
412* setThreadOptions(...) can again be called multiple times per session.
513 The requested number of threads will be used for invocations to parallelFor()
614 and parallelReduce() that don't explicitly request a specific number of threads.
You can’t perform that action at this time.
0 commit comments