- Fixed unboxing issue for multi-dimensional arrays.
- Added
copyTo()andcopyFrom()methods toDeviceArrayin order to support direct data copies between grCUDA device arrays and NumPy arrays. - Added
getdevices()to fetch a list of visible devices, andgetdevice()to fetch a specific device. A device object an be queried for its CUDA properties.