gputools changes
=================

changes in gputools 0.24

- A couple of changes to the Makefile:
	* added -I. for compatibility with R 2.12
	* switched from CC to NVCC for compat with ~/.R/Makevars

changes in gputools 0.21

- fixed another bug in gpuMi

changes in gputools 0.2

- added some linear and nonlinear regression functions

- added some configure args --with-r-lib and --with-r-include (see INSTALL
notes section)

- fixed a bug in gpuMi

- added a demo of CULA use: fastICA with CULA's svd plugged in.

changes in gputools 0.1.3

- Mac os x and nvidia cards with compute capability less than 1.3 are now
supported. Systems lacking a gpu altogether also recieve some support. See the
file INSTALL for details.

- gpuHclust, gpuDist, and gpuQr now output the same classes as R's base hclust,
dist, and qr functions.

- The c code now uses r's api. Host memory allocation and error reporting
have recieved a facelift.

- gpuGranger now reports the correct p-values and is slightly faster for small
data sets.

- Some bugs with gpuCor's pearson method have been fixed.
