Releases: cyianor/CMF
Releases · cyianor/CMF
CMF v1.0.3
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
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
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