• Fixed URL of the package in the DESCRIPTION file.
  • Guess tgs.use_blas from environment if not set.
  • Fixed clang warnings.
  • Fixed compilation errors on clang17.
  • Added missing header.
  • Fixed compilation errors on clang16.
  • added missing include in order to compile with gcc 13
  • Fixed rchk warning with the patch generously provided by Tomas Kalibera (thanks!).
  • Fixed a compilation warning on M1 macs.
  • Fixed a compilation warning on M1 macs.
  • Fix compilation issues with R 4.2.0
  • Use roxygen2 and markdown for documentation
  • Fix compilation issues on Debian.
  • Fix compilation errors on 32-bit platforms.
  • Fix compilation and run-time issues on Solaris.
  • Stop using non-portable bswap_32 and bswap_64.
  • tgs_matrix_tapply: set correctly the column names of the resulted matrix.
  • tgs_cor_knn: fix alignment issues on some platforms.
  • Added authors with DOI to package description.
  • Fixed compilation issues on some platforms.
  • Bug fix in tgs_matrix_tapply: “fn_name is not a string” error when ‘fun’ is a function defined inline.
  • Bug fix in tgs_matrix_tapply: occasional “stack imbalance” warning.