Skip to content

CRAN Release 0.3.2

Latest
Compare
Choose a tag to compare
@jwijffels jwijffels released this 23 Feb 08:21
ff56ab0

CHANGES IN ruimtehol VERSION 0.3.2

  • Docs of starspace and starspace_dictionary: fix use of {} in itemize items
  • Remove compliance.cpp and compliance.h and move the abort/exit statements directly in the cpp files
  • Drop C++11 specification in Makevars
    • hereby replacing use of std::random_shuffle with the Fisher-Yates Shuffle Algorithm as indicated at https://gallery.rcpp.org/articles/stl-random-shuffle/ - as data is reshuffled, model training will give different results compared to previous versions due to different randomisations of the training data