NEWS
jmatrix 1.5.2 (2024-07-05)
- Change in a header to void new warning in C++20 due to the use of template in a header.
jmatrix 1.5.1
- Read/write to/from .csv or .tsv checked to avoid strange behaviours when .csv has no row and/or column names.
jmatrix 1.5 (2023-10-08)
- Added functions to read/write to/from .csv or .tsv file to create jmatrix files
- Added function to filter rows or columns by their names directly from jmatrix files to create a new jmatrix file
- Added possibility of reading symmetric matrices from .csv or .tsv files
jmatrix 1.4 (2023-06-22)
- Corrected errors in GetJRow and GetJCol for symmetric matrices when indices are bigger than 65536
jmatrix 1.3
- Error in JMatInfo messages (it did not affect functionality)
- Error in reading of csv files with tabs (tsv) corrected
- Supression of file.remove in vignette at all times and replacement by files in temporary R directory
- Correction in the help of some functions.
jmatrix 1.2
- Function GetSubdiag supressed. It remains only in packages parallelpam and scellpam where it makes sense