Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fdd11 commit b1cac61Copy full SHA for b1cac61
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### v3.3.20160516
2
+- Bugfix: Increase arrayfire's priority over numpy for mixed operations
3
+
4
+- Added new library functions
5
+ - `get_backend` returns backend name
6
7
### v3.3.20160510
8
- Bugfix to `af.histogram`
9
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.20160510"
+current_version = "3.3.20160516"
20
devel_version = "3.3.0"
21
release_version = current_version if current_version > devel_version else devel_version
22
0 commit comments