Skip to content

Commit f96d3c6

Browse files
committed
Release 1.0.13-1
1 parent f558d92 commit f96d3c6

File tree

3 files changed

+23
-82
lines changed

3 files changed

+23
-82
lines changed

ChangeLog

+7-80
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,19 @@
1-
2024-10-31 Kevin Ushey <[email protected]>
2-
3-
* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs
4-
5-
2024-10-26 Dirk Eddelbuettel <[email protected]>
6-
7-
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.4
8-
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
9-
10-
* .github/workflows/ci.yaml (jobs): Roll checkout action to v4
11-
12-
2024-10-26 Gábor Csárdi <[email protected]>
13-
14-
* inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix
15-
compilation
1+
2024-11-01 Dirk Eddelbuettel <[email protected]>
162

17-
2024-10-07 Iñaki Ucar <[email protected]>
3+
* DESCRIPTION (Date, Version): Release 1.0.13-1
184

19-
* inst/include/Rcpp/platform/compiler.h: Uncomment
20-
HAS_VARIADIC_TEMPLATES macro definition
21-
* src/api.cpp: Simplify checks for variadic templates
22-
* inst/include/Rcpp/DataFrame.h: Idem
23-
* inst/include/Rcpp/DottedPair.h: Idem
24-
* inst/include/Rcpp/Function.h: Idem
25-
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
26-
* inst/include/Rcpp/Language.h: Idem
27-
* inst/include/Rcpp/Pairlist.h: Idem
28-
* inst/include/Rcpp/grow.h: Idem
29-
* inst/include/Rcpp/internal/call.h: Idem
30-
* inst/include/Rcpp/module/class.h: Idem
31-
* inst/include/Rcpp/traits/index_sequence.h: Idem
32-
* inst/include/Rcpp/traits/named_object.h: Idem
33-
* inst/include/Rcpp/vector/Vector.h: Idem
34-
* inst/include/Rcpp/Module.h: Idem + add missing is_void method
35-
* inst/tinytest/test_module.R: Add test for void functions and
36-
methods
37-
38-
2024-10-04 Dirk Eddelbuettel <[email protected]>
39-
40-
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3
41-
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
5+
* Hot-fix release containing two PRs on top of 1.0.13:
6+
- #1342: Permit R 4.4.2 builds by correcting to R 4.5.0 for RO PTR
7+
- #1327: Switch to Authors@R in DESCRIPTION
428

43-
2024-09-29 Dirk Eddelbuettel <[email protected]>
44-
45-
* inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t
46-
is returned now
47-
48-
2024-09-17 Dirk Eddelbuettel <[email protected]>
49-
50-
* DESCRIPTION (Version, Date): Roll micro version
51-
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
52-
53-
2024-09-12 Iñaki Ucar <[email protected]>
9+
2024-10-31 Kevin Ushey <[email protected]>
5410

55-
* vignettes/.gitignore: Refinement to ignore more files under rmd/
56-
* vignettes/pdf/*: Rebuilt with Ghostscript 10.03.1
57-
* vignettes/*.pdf: Idem
11+
* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs
5812

5913
2024-08-31 Dirk Eddelbuettel <[email protected]>
6014

6115
* DESCRIPTION (Authors@R): Added
6216

63-
2024-08-28 Dirk Eddelbuettel <[email protected]>
64-
65-
* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel
66-
* inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests
67-
68-
2024-08-20 Dirk Eddelbuettel <[email protected]>
69-
70-
* inst/tinytest/test_sugar.R: Skip one more NA related test on arm64
71-
and macOS as failure is seen at r-universe on arm64
72-
73-
* .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down
74-
to macOS only (as Linux is covered via multiple Docker setups)
75-
76-
2024-08-19 Dirk Eddelbuettel <[email protected]>
77-
78-
* Contributing.md: Refreshed content
79-
80-
2024-07-30 Dirk Eddelbuettel <[email protected]>
81-
82-
* vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence
83-
illustration following GitHub issue #1322
84-
85-
2024-07-24 Dirk Eddelbuettel <[email protected]>
86-
87-
* DESCRIPTION (Version, Date): Roll micro version
88-
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
89-
9017
2024-07-11 Dirk Eddelbuettel <[email protected]>
9118

9219
* DESCRIPTION (Date, Version): Release 1.0.13

inst/NEWS.Rd

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp release version 1.0.13-1 (2024-11-01)}{
7+
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with
11+
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
12+
}
13+
\item Changes in Rcpp Deployment:
14+
\itemize{
15+
\item Authors@R is now used in DESCRIPTION as mandated by CRAN
16+
}
17+
}
18+
}
19+
620
\section{Changes in Rcpp release version 1.0.13 (2024-07-11)}{
721
\itemize{
822
\item Changes in Rcpp API:

inst/include/Rcpp/config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#define RCPP_VERSION_STRING "1.0.13"
3131

3232
// the current source snapshot (using four components, if a fifth is used in DESCRIPTION we ignore it)
33-
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,0)
34-
#define RCPP_DEV_VERSION_STRING "1.0.13.0"
33+
#define RCPP_DEV_VERSION RcppDevVersion(1,0,13,1)
34+
#define RCPP_DEV_VERSION_STRING "1.0.13.1"
3535

3636
#endif

0 commit comments

Comments
 (0)