Changes in version 0.2.9 (2025-09-09) o Adjust to RcppArmadillo 15.0.* by setting ARMA_USE_CURRENT and updating two expressions from deprecated code o Rely on r-ci GitHub Action which includes the bootstrap step Changes in version 0.2.8 (2025-05-10) o Updated continuous integration script o Updated package metadata now using Authors@R o Corrected use of itemized list in one manual page Changes in version 0.2.7 (2023-03-22) o Extensive extensions for conditional SMC and resample, updated hello_world example, added skeleton function for easier package creation (Ilya in #67,#72) o Small package updates (Dirk in #75 fixing #74) Changes in version 0.2.6 (2021-12-18) o Updated URLs to JSS for the new DOI scheme upon their request o Adjusted three source files for C++17 compilation under g++-11 Changes in version 0.2.5 (2021-09-09) o Compilation under Solaris is aiding via std::pow use (Dirk in #65 fixing #64) Changes in version 0.2.4 (2021-09-02) o Multiple Sequential Monte Carlo extensions (Ilya Zarubin as part of Google Summer of Code 2021) • Provide informative user output (convergence diagnostics) for PMMH example #50 (Ilya in #50 and #52 addressing #25, bullet point 5) • Support for tracking of ancestral lines for base sampler class (Ilya in #56) • Support for conditional SMC via derived conditionalSampler class (Ilya in #60) o Add URL and BugReports to DESCRIPTION (Dirk in #53) Changes in version 0.2.3 (2021-02-10) o Addition of a Github Action CI runner (Dirk) o Switching to inheritance for the moveset rather than pointers to functions (Leah in #45). Changes in version 0.2.2 (2020-08-30) o Package helper files .editorconfig added (Adam in #43). o Change const correctness and add return (Leah in #44). o Updates to continuous integration and R versions used (Dirk) o Accomodate CRAN request, other updates to CRAN Policy (Dirk in #49 fixing #48). Changes in version 0.2.1 (2018-03-18) o The sampler now has a copy constructor and assignment overload (Brian Ni in #28). o The SMC library component can now be used in header-only mode (Martin Lysy in #29). o Plugin support was added for use via cppFunction() and other Rcpp Attributes (or inline functions (Dirk #30). o The sampler copy ctor/assigment operator is now copy-constructor safe (Martin Lysy In #32). o A bug in state variance calculation was corrected (Adam in #36 addressing #34). o History getter methods are now more user-friendly (Tiberiu Lepadatu in #37). o Use of pow with atomic types was disambiguated to std::pow) to help the Solaris compiler (Dirk in #42). Changes in version 0.2.0 (2017-08-28) o Also use .registration=TRUE in useDynLib in NAMESPACE o Multiple Sequential Monte Carlo extensions (Leah South as part of Google Summer of Code 2017) • Switching to population level objects (#2 and #3). • Using Rcpp attributes (#2). • Using automatic RNGscope (#4 and #5). • Adding multiple normalising constant estimators (#7). • Static Bayesian model example: linear regression (#10 addressing #9). • Adding a PMMH example (#13 addressing #11). • Framework for additional algorithm parameters and adaptation (#19 addressing #16; also #24 addressing #23). • Common adaptation methods for static Bayesian models (#20 addressing #17). • Supporting MCMC repeated runs (#21). • Adding adaptation to linear regression example (#22 addressing #18). Changes in version 0.1.5 (2017-03-03) o Correct .Call to use PACKAGE= argument o DESCRIPTION, NAMESPACE, README.md changes to comply with current R CMD check levels o Added file init.c with calls to R_registerRoutines() and R_useDynamicSymbols() o Updated .travis.yml file for continuous integration Changes in version 0.1.4 (2014-05-02) o Added missing delete operator to destructor in sampler Changes in version 0.1.3 (2014-05-02) o Bugfix in Sampler.iterate() for memory overrun detected by valgrind Changes in version 0.1.2 (2014-02-06) o Updated for Rcpp 0.11.0 with explicit importFrom in NAMESPACE and corresponding versioned Imports: in DESCRIPTION; also removed linking instruction from src/Makevars as no it is longer needed with this new Rcpp version o Addded GitHub / Travis CI support o Use more portable dev.new() rather than x11() in pfLinearBS.R o Applied some corrections to pfNonlinBS.R example o Converted NEWS to NEWS.Rd Changes in version 0.1.1 (2012-05-15) o Minor g++-4.7 build fix of using std::max() explicitly Changes in version 0.1.0 (2012-03-22) o Version 0.1.0 and initial CRAN upload