Skip to content

Commit 2cc8cbc

Browse files
committed
Update NEWS with increment package version
1 parent bad7566 commit 2cc8cbc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

inst/NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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.

0 commit comments

Comments
 (0)