Skip to content

CMF v1.0.3

Latest
Compare
Choose a tag to compare
@cyianor cyianor released this 13 Nov 10:00
· 23 commits to main since this release

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