Skip to content

Commit

Permalink
Release 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Jun 19, 2024
1 parent 623e0d4 commit 7de904b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
2024-06-19 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Release 0.3.8

2024-06-18 Dirk Eddelbuettel <edd@debian.org>

* 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 <edd@debian.org>

* DESCRIPTION (Version, Date): Roll minor version and date
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <edd@debian.org>
Description: Full 64-bit resolution date and time functionality with
Expand Down
10 changes: 7 additions & 3 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand All @@ -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})
}
}

Expand Down

0 comments on commit 7de904b

Please sign in to comment.