We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32196a0 commit 583dd22Copy full SHA for 583dd22
CHANGELOG.md
@@ -1,3 +1,11 @@
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
+
9
### v3.3.20161126
10
- Fixing memory leak in array creation.
11
- Supporting 16 bit integer types in interop.
setup.py
@@ -19,7 +19,7 @@
19
author="Pavan Yalamanchili",
20
author_email="[email protected]",
21
name="arrayfire",
22
- version="3.5.0",
+ version="3.4.20170222",
23
description="Python bindings for ArrayFire",
24
license="BSD",
25
url="http://arrayfire.com",
0 commit comments