Skip to content

Commit 2391aa2

Browse files
committed
use top-level headings in NEWS.md
1 parent 6f5bd03 commit 2391aa2

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

NEWS.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## RcppParallel 6.0.0
2+
# RcppParallel 6.0.0
33

44
* RcppParallel no longer includes tbb headers as part of the RcppParallel/TBB.h
55
header, and instead only exposes its TBB-specific APIs for parallel work.
@@ -21,55 +21,55 @@
2121
on Windows, so the package no longer tries to load TBB libraries there
2222
at load time. (#241; @andrjohns)
2323

24-
## RcppParallel 5.1.11-2
24+
# RcppParallel 5.1.11-2
2525

2626
* Resolved compilation warnings with C++20 and Apple clang 21.
2727

28-
## RcppParallel 5.1.11
28+
# RcppParallel 5.1.11
2929

3030
* Compatibility fixes for LLVM 21.
3131

32-
## RcppParallel 5.1.10
32+
# RcppParallel 5.1.10
3333

3434
* Fixed an issue where packages linking to RcppParallel could inadverently
3535
depend on internals of the TBB library available during compilation, even
3636
if the package did not explicitly use TBB itself.
3737

38-
## RcppParallel 5.1.9
38+
# RcppParallel 5.1.9
3939

4040
* RcppParallel no longer passes `-rpath` when building / linking on Windows.
4141
This fixes build issues when building RcppParallel when using the LLVM
4242
linker on Windows. (@kalibera)
4343

44-
## RcppParallel 5.1.8
44+
# RcppParallel 5.1.8
4545

4646
* RcppParallel now explicitly links to the bundled copy of TBB on macOS. (#206; @jeroen)
4747

48-
## RcppParallel 5.1.7
48+
# RcppParallel 5.1.7
4949

5050
* Remove deprecated `std::iterator`. (#192; @Enchufa2)
5151

52-
## RcppParallel 5.1.6
52+
# RcppParallel 5.1.6
5353

5454
* Patch for TBB to allow compilation with gcc-13.
5555

5656
* Fixed a memory leak that could occur when using TinyThread on POSIX systems.
5757
(#185; @dipertix and and @kevinushey)
5858

59-
## RcppParallel 5.1.5
59+
# RcppParallel 5.1.5
6060

6161
* Patches to ensure compatibility with the R 4.2.0 UCRT toolchain on Windows,
6262
adapted from patches contributed by Tomas Kalibera.
6363

6464
* Fixed an issue where setting `TBB_ROOT` (or `TBB_INC` / `TBB_LIB`) would
6565
copy rather than symlink the associated libraries. (#161)
6666

67-
## RcppParallel 5.1.4
67+
# RcppParallel 5.1.4
6868

6969
* Fixed an issue causing client packages of RcppParallel to fail to compile
7070
on Solaris.
7171

72-
## RcppParallel 5.1.3
72+
# RcppParallel 5.1.3
7373

7474
* Fixed an issue that prevented compilation of RcppParallel with R (< 4.0.0)
7575
of R on Windows.
@@ -79,14 +79,14 @@
7979
See https://www.threadingbuildingblocks.org/docs/help/tbb_userguide/Automically_Replacing_malloc.html
8080
for more information.
8181

82-
## RcppParallel 5.1.2
82+
# RcppParallel 5.1.2
8383

8484
* `RcppParallel` gains the `tbbLibraryPath()` function, to be used when attempting
8585
to query the location of the TBB libraries that `RcppParallel` has been
8686
configured to use. This may be useful for R packages which wish to explicitly
8787
use, or link to, these libraries.
8888

89-
## RcppParallel 5.1.1
89+
# RcppParallel 5.1.1
9090

9191
* Updated bundled version of TBB (Intel TBB 2019 Update 8).
9292

@@ -116,24 +116,24 @@
116116
argument, allowing one to limit the number of threads used for a
117117
particular computation.
118118

119-
## RcppParallel 5.0.3
119+
# RcppParallel 5.0.3
120120

121121
* Fixed compilation on macOS M1 machines.
122122

123-
## RcppParallel 5.0.2
123+
# RcppParallel 5.0.2
124124

125125
* `setThreadOptions(...)` can now only be called once per session, to avoid
126126
segfaults when compiling RcppParallel / TBB with gcc 10.1. Subsequent
127127
calls to `setThreadOptions(...)` are ignored.
128128

129-
## RcppParallel 5.0.1
129+
# RcppParallel 5.0.1
130130

131131
* Fixed compilation issue on OpenSUSE Tumbleweed with -flto=auto
132132

133133
* Fixed compilation when CPPFLAGS = -I/usr/local/include and a version
134134
of libtbb is installed there
135135

136-
## RcppParallel 5.0.0
136+
# RcppParallel 5.0.0
137137

138138
* RcppParallel backend can now be customized with RCPP_PARALLEL_BACKEND
139139
environment variable (supported values are 'tbb' and 'tinythread')
@@ -142,11 +142,11 @@
142142

143143
* Fixed issue when compiling RcppParallel with Rtools40
144144

145-
## RcppParallel 4.4.4
145+
# RcppParallel 4.4.4
146146

147147
* Fixed an issue when compiling RcppParallel with clang-9 on Fedora
148148

149-
## RcppParallel 4.4.3
149+
# RcppParallel 4.4.3
150150

151151
* Suppress gcc-9 warnings related -Wclass-memaccess
152152

@@ -156,21 +156,21 @@
156156

157157
* Fixed compilation on FreeBSD
158158

159-
## RcppParallel 4.4.2
159+
# RcppParallel 4.4.2
160160

161161
* Suppress gcc-8 warnings related to -Wclass-memaccess
162162

163163
* Use PKG_CXXFLAGS rather than PKG_CPPFLAGS
164164

165165
* Remove unused dependency on the BH package
166166

167-
## RcppParallel 4.4.1
167+
# RcppParallel 4.4.1
168168

169169
* Ensure user-specified R configuration passed to TBB
170170

171171
* Work around warnings emitted by gcc 8
172172

173-
## RcppParallel 4.4.0
173+
# RcppParallel 4.4.0
174174

175175
* Respect user-defined compiler settings (e.g. from ~/.R/Makevars).
176176

@@ -183,34 +183,34 @@
183183

184184
* Add native registration of compiled functions.
185185

186-
## RcppParallel 4.3.20
186+
# RcppParallel 4.3.20
187187

188188
* Add support for Rtools 3.3 w/ GCC 4.9
189189

190-
## RcppParallel 4.3.14
190+
# RcppParallel 4.3.14
191191

192192
* Add support for TBB on Solaris
193193

194194
* Fix failure to compile on OS X Snow Leopard R toolchain
195195

196196
* Add const and non-const operator[] for RMatrix class
197197

198-
## RcppParallel 4.3.8
198+
# RcppParallel 4.3.8
199199

200200
* Add tbbmalloc library
201201

202202
* Correctly pass clang to TBB configure when R is using clang
203203

204-
## RcppParallel 4.3.6
204+
# RcppParallel 4.3.6
205205

206206
* Support for TBB on Windows
207207

208-
## RcppParallel 4.3.3
208+
# RcppParallel 4.3.3
209209

210210
* Update to TBB 4.3 (fixes clang compilation error in platform.h)
211211

212212
* Forward CXX to TBB Makefile
213213

214-
## RcppParallel 4.2.5
214+
# RcppParallel 4.2.5
215215

216216
* Initial release

0 commit comments

Comments
 (0)