-
Bug fixes:
get_version()now returns ints instead ofc_int- Fixed bug in
tests/simple/device.py
-
The module now looks at additional paths when loading ArrayFire libraries.
- Link to the wiki is provided when
ctypes.cdll.LoadLibraryfails.
- Link to the wiki is provided when
-
New function:
info_str()returns information similar toinfo()as a string.
-
Updated README.md with latest instructions
-
Feature parity with ArrayFire 3.2 libs
- New computer vision functions:
sift,gloh,homography - New graphics functions:
plot3,surface - Functions to load and save native images:
load_image_native,save_image_native - Use
unifiedbackend when possible
- New computer vision functions:
-
Added missing functions
eval,init,convolve2_separable,as_typemethodcudabackend specific functionsopenclbackend specific functionstimeitfunction to benchmark arrayfire functions
-
Added new examples
- getting_started:
intro,convolve - benchmarks:
bench_blas,bench_fft - financial:
monte_carlo_options,black_scholes,heston_model - graphics:
fractal,histogram,plot3d,conway,surface
- getting_started:
-
Bug fixes
- Fixed bug when array types were being reported incorrectly
- Fixed various bugs in graphics functions
- Feature parity with ArrayFire 3.1 libs
- Ability to interop with other python libs
- Ability to extract raw device pointers
- Load and Save arrays from disk
- Improved
__repr__support
- Feature parity with ArrayFire 3.0 libs
- Ability to switch all backends
- Supports both python2 and python3