From 7de904bd8ce8b1b9f8ce6e6693433bc04df316f6 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Wed, 19 Jun 2024 09:04:38 -0500 Subject: [PATCH] Release 0.3.8 --- ChangeLog | 7 +++++++ DESCRIPTION | 4 ++-- inst/NEWS.Rd | 10 +++++++--- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fab6c43..7da7723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,15 @@ +2024-06-19 Dirk Eddelbuettel + + * DESCRIPTION (Version, Date): Release 0.3.8 + 2024-06-18 Dirk Eddelbuettel * R/nanotime.R: Simplify one reference to RcppCCTZ * man/nanotime.Rd: Idem + * inst/tinytest/test_nanoival.R: Condition some tests on being in an + 'extended' run + 2024-06-16 Dirk Eddelbuettel * DESCRIPTION (Version, Date): Roll minor version and date diff --git a/DESCRIPTION b/DESCRIPTION index 4316866..66887c4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: nanotime Type: Package Title: Nanosecond-Resolution Time Support for R -Version: 0.3.7.6 -Date: 2024-06-16 +Version: 0.3.8 +Date: 2024-06-19 Author: Dirk Eddelbuettel and Leonardo Silvestri Maintainer: Dirk Eddelbuettel Description: Full 64-bit resolution date and time functionality with diff --git a/inst/NEWS.Rd b/inst/NEWS.Rd index b2b2e95..2a297ff 100644 --- a/inst/NEWS.Rd +++ b/inst/NEWS.Rd @@ -3,11 +3,11 @@ \newcommand{\ghpr}{\href{https://github.com/eddelbuettel/nanotime/pull/#1}{##1}} \newcommand{\ghit}{\href{https://github.com/eddelbuettel/nanotime/issues/#1}{##1}} -\section{Changes in version 0.3.8 (2024-xx-xx)}{ +\section{Changes in version 0.3.8 (2024-06-19)}{ \itemize{ \item Time format documentation now has a reference to \pkg{RcppCCTZ} - \item The package no longer sets a default C++ compilation standard (Dirk - in \ghpr{114}) + \item The package no longer sets a default C++ compilation standard of + C++11 (Dirk initially in \ghpr{114}, and later switched to C++17) \item New \code{accurate} parameter for conversion from \code{POSIXct} to \code{nanotime} (Davor Josipovic and Leonardo in \ghpr{116} closing \ghit{115}) @@ -19,6 +19,10 @@ a double (Leonardo in \ghpr{122} closing \ghit{117}) \item Bitfield calculations no longer require an Windows-only compiler switch (Leonardo in \ghpr{124}) + \item A simple manual page format nag involving has been addressed (Dirk + in \ghpr{126} fixing \ghit{125}) + \item An set of tests tickling an UBSAN issue via \pkg{Rcpp} code no + longer run unless \code{CI} is set (Dirk in \ghpr{127} fixing \ghit{123}) } }