Changes in version 0.2.3 (2024-12-18) - 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 (2024-02-08) - Added checks within NUTS and NUTS_classic samplers to check validity of target nodes. - Testing of correct results of HMC samplers on CAR model structures. - NUTS and NUTS_classic samplers updated consistent with version 1.1.0 of nimble. Changes in version 0.2.0 (2023-09-12) - Renamed HMC sampler to NUTS_classic, and added NUTS HMC sampler which follows the implementation of version 2.32.2 of Stan. - Replaced nwarmup control argument to HMC samplers with the new warmupMode control argument. This provides four distinct methods of choosing the number of HMC warmup iterations. Changes in version 0.1.1 (2023-07-07) - Fix bug in configureHMC for sampler assignment to posterior predictive nodes. Changes in version 0.1.0 (2023-05-31) Initial release of nimbleHMC package. Initial version provides: - Hamiltonian Monte Carlo (HMC) sampler for use with nimble package MCMC engine. - Convenience functions addHMC, configureHMC, buildHMC and nimbleHMC, for managing MCMC configuration objects with HMC samplers.