Changes in version 1.4.7 (2026-04-21) o Addition of function to get the info of a JMatrix as a R-list. o Addition of function to get the closest neighbours of an individual from the distance matrix. o Added typecasts in function SceToJMat to adjust to upcoming Rcpp changes Changes in version 1.4.6.2 (2024-07-18) o Change in a header to avoid new warning in C++20 due to the use of template in a constructor. Changes in version 1.4.6.1 (2024-07-03) o Added the inclusion of pthread.h in several .cpp files to prevent a compilation failure using LLVM that does not happen with gcc. Thanks to Tomas Kalibera for his kind notice. o Suppressed a line in silhouette.cpp that used a function from the class Rcpp::Language wich internally calls funcion SET_TYPEOF which, according to the R sources (see src/include/Rinternals.h) shouldn't be in the API and since June, 2023 seems to have been taken by the CRAN maintainers as a failure. o Added a bibliographic reference missing in vignette parallelpamsc o Eliminated all uses of Rcpp::warn("%s",any_C_string) since it seems to provoke a strange error of Too many conversion specifiers in format string. Indeed, every use of format strings has been eliminated. Changes in version 1.4.5 (2023-10-13) o Added possibility of reading symmetric matrices from .csv or .tsv files o Added preferred citation as file inst/CITATION and inside vignette o Read/write to/from .csv or .tsv checked to avoid strange behaviours when .csv has no row and/or column names. Changes in version 1.4.4 (2023-06-24) o Corrected errors in GetJRow and GetJCol for symmetric matrices when indices are bigger than 65536 o Added the cosine and weighted-Euclidean distances Changes in version 1.4.3 o Error in JMatInfo messages (it did not affect functionality) o Error in reading of csv files with tabs (tsv) corrected o Minimal modifications in vignette scellpam o Correction in the help of some functions. Changes in version 1.4.2 o Function GetSubdiag rewritten to deal with cases of overflow (too big data).