We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594809 commit 3643e2fCopy full SHA for 3643e2f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+### v3.3.20160427
2
+- Fixes to numpy interop on Windows
3
+- Fixes issues with occasional double free
4
+- Fixes to graphics examples
5
+
6
### v3.3.20160328
7
- Fixes to make arrayfire-python to work on 32 bit systems
8
setup.py
@@ -16,7 +16,7 @@
16
## 2) Include test suite
17
18
# Some hackery to avoid merge conflicts between master and devel
19
-current_version = "3.3.20160328"
+current_version = "3.3.20160427"
20
devel_version = "3.3.0"
21
release_version = current_version if current_version > devel_version else devel_version
22
0 commit comments