Skip to content

Commit

Permalink
Release 1.0.13-1
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 1, 2024
1 parent f558d92 commit 6c2765c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 80 deletions.
87 changes: 7 additions & 80 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,92 +1,19 @@
2024-10-31 Kevin Ushey <[email protected]>

* inst/include/Rcpp/r/compat.h: Require R (>= 4.5.0) for new APIs

2024-10-26 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.4
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

* .github/workflows/ci.yaml (jobs): Roll checkout action to v4

2024-10-26 Gábor Csárdi <[email protected]>

* inst/include/Rcpp/exceptions_impl.h: check for DragonFlyBSD to fix
compilation
2024-11-01 Dirk Eddelbuettel <[email protected]>

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

* inst/include/Rcpp/platform/compiler.h: Uncomment
HAS_VARIADIC_TEMPLATES macro definition
* src/api.cpp: Simplify checks for variadic templates
* inst/include/Rcpp/DataFrame.h: Idem
* inst/include/Rcpp/DottedPair.h: Idem
* inst/include/Rcpp/Function.h: Idem
* inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
* inst/include/Rcpp/Language.h: Idem
* inst/include/Rcpp/Pairlist.h: Idem
* inst/include/Rcpp/grow.h: Idem
* inst/include/Rcpp/internal/call.h: Idem
* inst/include/Rcpp/module/class.h: Idem
* inst/include/Rcpp/traits/index_sequence.h: Idem
* inst/include/Rcpp/traits/named_object.h: Idem
* inst/include/Rcpp/vector/Vector.h: Idem
* inst/include/Rcpp/Module.h: Idem + add missing is_void method
* inst/tinytest/test_module.R: Add test for void functions and
methods

2024-10-04 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem
* Hot-fix release containing two PRs on top of 1.0.13:
- #1342: Permit R 4.4.2 builds by correcting to R 4.5.0 for RO PTR
- #1327: Switch to Authors@R in DESCRIPTION

2024-09-29 Dirk Eddelbuettel <[email protected]>

* inst/include/Rcpp/vector/Vector.h: Remove a cast as R_xlen_t
is returned now

2024-09-17 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-09-12 Iñaki Ucar <[email protected]>
2024-10-31 Kevin Ushey <[email protected]>

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

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

* DESCRIPTION (Authors@R): Added

2024-08-28 Dirk Eddelbuettel <[email protected]>

* R/Rcpp.package.skeleton.R: Create DESCRIPTION with Auhors@R fiel
* inst/tinytest/test_rcpp_package_skeleton.R: Adjust tests

2024-08-20 Dirk Eddelbuettel <[email protected]>

* inst/tinytest/test_sugar.R: Skip one more NA related test on arm64
and macOS as failure is seen at r-universe on arm64

* .github/workflows/macos.yaml: Add basic r-ci setup but dialed-down
to macOS only (as Linux is covered via multiple Docker setups)

2024-08-19 Dirk Eddelbuettel <[email protected]>

* Contributing.md: Refreshed content

2024-07-30 Dirk Eddelbuettel <[email protected]>

* vignettes/rmd/Rcpp-modules.Rmd (are): Add short two-sentence
illustration following GitHub issue #1322

2024-07-24 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll micro version
* inst/include/Rcpp/config.h (RCPP_DEV_VERSION): Idem

2024-07-11 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Date, Version): Release 1.0.13
Expand Down
14 changes: 14 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp release version 1.0.13-1 (2024-11-01)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
\item Use read-only \code{VECTOR_PTR} and \code{STRING_PTR} only with
with R 4.5.0 or later (Kevin in \ghpr{1342} fixing \ghit{1341})
}
\item Changes in Rcpp Deployment:
\itemize{
\item Authors@R is now used in DESCRIPTION as mandated by CRAN
}
}
}

\section{Changes in Rcpp release version 1.0.13 (2024-07-11)}{
\itemize{
\item Changes in Rcpp API:
Expand Down

0 comments on commit 6c2765c

Please sign in to comment.