Skip to content

Releases: coatless-rpkg/sitmo

sitmo 2.0.2

13 Oct 17:39
Compare
Choose a tag to compare

DEPLOYMENT

  • Switched from using TravisCI to using GitHub Actions.

BUGFIXES

  • Addressed unbalanced chunk delimiters in vignette. (thanks yihui/knitr#2057!)
  • Addressed compilation with Rcpp 1.0.7 introducing new stream handling.
  • Fixed URL redirects and dead URLs.

sitmo 2.0.1

13 Oct 01:48
ea42590
Compare
Choose a tag to compare

CHANGES

  • Modified vandercorput.h by adding a newline to the end of the file.
  • Modified Makevars{.win} to use $(SHLIB_OPENMP_CXXFLAGS) instead of $(SHLIB_OPENMP_CFLAGS) in PKG_CXXFLAGS

TESTING INFRASTRUCTURE

  • Modified .travis.yml to compile using both cores instead of only one.

sitmo 2.0.0

05 Jul 03:43
Compare
Choose a tag to compare

NEW

  • Added threefry and vandercorput (#9, #10).
  • Added contributor Ralf Stubner (@rstub)

CHANGES

  • Modified threefry to be fully C++11 compliant. (#11, @rstub)
  • Removed the Rcpp.plugin.maker()

sitmo 1.2.2

19 Nov 00:20
Compare
Choose a tag to compare

sitmo 1.2.2

BUGFIXES

  • Addressed import of Rcpp.plugin.maker() by using the exported variable name,
    e.g. ::, in place of the internal variable name, e.g. ::: (#7).
  • Updated sitmo URL to point to stdfin/random (#8).

sitmo 1.2.1

30 Jul 22:54
Compare
Choose a tag to compare

sitmo 1.2.1

BUGFIXES

  • Removed extra ; in sitmo header to quiet compile warnings (#4, thanks @helske)
  • Updated sitmo_two_seeds() src and documentation in "Deployment of sitmo within C++ Code" so that it uses the second seed for eng2 and returns an n x 2 matrix instead of n x 3. (#5, thanks @helske)

sitmo 1.2.0

25 Jun 23:21
Compare
Choose a tag to compare

CHANGES

  • Added plugin registration for Rcpp:::Rcpp.plugin.maker() (#3)
  • Added cxxFlags() and sitmoCxxFlags() functions to display CXX_FLAGS
    required by sitmo. (#3)
  • Updated examples in README.Rmd and SITMO internal vignette to
    use the Rcpp depends attribute. (#3)

BUGFIXES

  • Corrected a signed and unsigned integer comparison in
    "Making a Uniform PRNG with sitmo" vignette.
  • Fixed notation in "Making a Uniform PRNG with sitmo" vignette.

sitmo 1.1.0

30 Apr 05:28
Compare
Choose a tag to compare

CHANGES

  • Added src/init.c to address R 3.4 C++ registration requirement (#2)
  • Clarified content in "Making a Uniform PRNG with sitmo" vignette.

BUG FIXES

  • Addressed signed and unsigned integer comparison in sitmo header (#1)
  • Corrected a URL that was problematic in "Deployment of sitmo within C++ Code" vignette.

sitmo 1.0.0

28 Apr 01:46
Compare
Choose a tag to compare

NEW

  • Embedded sitmo header file in an R package.
  • Provided code examples using sitmo header file.
  • Released three vignettes detailing sitmo contents:
    • Deployment of sitmo within C++ Code
    • Making a Uniform PRNG with sitmo
    • sitmo's BigCrush Results