File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v3.3.20160222
2
+ - Bugfix: Fixes typo in ` approx1 ` .
3
+ - Bugfix: Fixes typo in ` hamming_matcher ` and ` nearest_neighbour ` .
4
+ - Bugfix: Added necessary copy and lock mechanisms in interop.py.
5
+ - Example / Benchmark: New conjugate gradient benchmark.
6
+ - Feature: Added support to create arrayfire arrays from numba.
7
+ - Behavior change: af.print() only prints full arrays for smaller sizes.
8
+
1
9
### v3.3.20161126
2
10
- Fixing memory leak in array creation.
3
11
- Supporting 16 bit integer types in interop.
Original file line number Diff line number Diff line change 19
19
author = "Pavan Yalamanchili" ,
20
20
21
21
name = "arrayfire" ,
22
- version = "3.5.0 " ,
22
+ version = "3.4.20170222 " ,
23
23
description = "Python bindings for ArrayFire" ,
24
24
license = "BSD" ,
25
25
url = "http://arrayfire.com" ,
You can’t perform that action at this time.
0 commit comments