We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9960431 commit 02efc47Copy full SHA for 02efc47
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v3.3.20161126
2
+- Fixing memory leak in array creation.
3
+- Supporting 16 bit integer types in interop.
4
+
5
### v3.4.20160925
6
- Feature parity with ArrayFire 3.4 libs
7
setup.py
@@ -19,7 +19,7 @@
19
author="Pavan Yalamanchili",
20
author_email="[email protected]",
21
name="arrayfire",
22
- version="3.4.20160925",
+ version="3.4.20161126",
23
description="Python bindings for ArrayFire",
24
license="BSD",
25
url="http://arrayfire.com",
0 commit comments