Skip to content

Releases: cyianor/CMF

CMF v1.0.3

13 Nov 10:00
Compare
Choose a tag to compare

Bug fixes

  • Removed in-place manipulation of pseudo data, since that led to involuntary manipulation of the original data. Data is copied anyways, so creating a new matrix costs almost the same.

Major changes

  • Changed native code dependency from Rcpp to cpp11

Minor changes

  • Added a README.md file
  • Added a LICENSE.md file
  • Added .Rbuildignore
  • Add bug tracker URL

Miscellaneous

  • Improved code formatting in R code
  • Started using clang-format for C++ code
  • Changed maintainer email

CMF v1.0.2

09 Aug 09:16
Compare
Choose a tag to compare

Published on CRAN on 2020-03-13

  • Fixed an issue due to R 4.0 devel in the code that lead to previous archiving of the package on
  • Felix Held took over maintenance of the package from the original maintainer (Arto Klami)
  • Expanded the package description file and added relevant references.
  • Fixed an issue in the code that made the examples fail with R 4.0 devel