-------------------------------------------------------------------------------- magma R package changes -------------------------------------------------------------------------------- 2013-04-02 Brian Smith * magma_1.3.0-1.tar.gz: Package upgrade release. * src/*.c: Updated to magma 1.3.0 library 2010-09-03 Brian Smith * magma_0.2.2-2.tar.gz: Package maintenance update. * man/magma-class.Rd: Removed old, duplicate entry for 'gpu' description. 2010-08-27 Brian Smith * magma_0.2.2-1.tar.gz: Package upgrade release. * configure: Configuration script generalized to allow installation on default, as well as shared/dynamic library, builds of R. * src/magFactors.c: Implemented pinned memory allocation to enabled CPU interface in 'magChol' function. May increase speed when computing Cholesky decomposition with CPU interface. * src/magFactors.c: switched from calling 'magma_dpotrf_gpu2' in 'magQR' function to calling 'magma_dpotrf_gpu', since the former was throwing a CUDA 'invalid argument' error. Both return correct QR decompositions. * src/magSolvers.c: Update needed for 'magSolver' function to return an error message when the input matrix is non-singular, so that the general linear solver with GPU interface no longer returns an output matrix in this case. 2010-08-20 Brian Smith * magma_0.2.1-3.tar.gz: Package maintenance update. * man/*.Rd: More informative description of magma 'gpu' slot. 2010-08-13 Brian Smith * magma_0.2.1-2.tar.gz: Package maintenance update. * man/*.Rd: Revisions to documentation for R objects. * INSTALL: Revisions to installation instructions. 2010-08-09 Brian Smith * magma_0.2.1-1.tar.gz: Initial public release of the magma R package.