From c635b65107ccafaf12d7ffbd1a150a5c71404597 Mon Sep 17 00:00:00 2001 From: Daniel Turek Date: Wed, 18 Dec 2024 12:38:58 -0500 Subject: [PATCH] updated NEWS and updated version to 0.2.3 --- nimbleHMC/DESCRIPTION | 4 ++-- nimbleHMC/inst/NEWS.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nimbleHMC/DESCRIPTION b/nimbleHMC/DESCRIPTION index da2d8a2..5b443c6 100644 --- a/nimbleHMC/DESCRIPTION +++ b/nimbleHMC/DESCRIPTION @@ -1,7 +1,7 @@ Package: nimbleHMC Title: Hamiltonian Monte Carlo and Other Gradient-Based MCMC Sampling Algorithms for 'nimble' -Version: 0.2.2 -Date: 2024-06-27 +Version: 0.2.3 +Date: 2024-12-18 Authors@R: c(person("Daniel", "Turek", role = c("aut", "cre"), email = "danielturek@gmail.com"), person("Perry", "de Valpine", role = "aut"), person("Christopher", "Paciorek", role = "aut")) diff --git a/nimbleHMC/inst/NEWS.md b/nimbleHMC/inst/NEWS.md index fe220b4..eeefdd1 100644 --- a/nimbleHMC/inst/NEWS.md +++ b/nimbleHMC/inst/NEWS.md @@ -1,3 +1,7 @@ +# CHANGES IN VERSION 0.2.3 (December 2024) + +- Minor bug fix in the adapatation routines of the `NUTS` and `NUTS_classic` samplers, which could leave model in an inconsistent state. + # CHANGES IN VERSION 0.2.1 (February 2024) - Added checks within `NUTS` and `NUTS_classic` samplers to check validity of target nodes.