Skip to content

Commit

Permalink
NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Feb 22, 2024
1 parent dc51889 commit f519ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- 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/
- 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

## CHANGES IN ruimtehol VERSION 0.3.1

Expand Down

0 comments on commit f519ed8

Please sign in to comment.