File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v3.3.20160328
2
+ - Fixes to make arrayfire-python to work on 32 bit systems
3
+
1
4
### v3.3.20160320
2
5
- Feature parity with Arrayfire 3.3 libs
3
6
- Functions to interact with arryafire's internal data structures.
Original file line number Diff line number Diff line change 16
16
## 2) Include test suite
17
17
18
18
# Some hackery to avoid merge conflicts between master and devel
19
- current_version = "3.3.20160320 "
19
+ current_version = "3.3.20160328 "
20
20
devel_version = "3.4.0"
21
21
release_version = current_version if current_version > devel_version else devel_version
22
22
23
23
setup (
24
24
author = "Pavan Yalamanchili" ,
25
25
26
26
name = "arrayfire" ,
27
- version = release_version
27
+ version = release_version ,
28
28
description = "Python bindings for ArrayFire" ,
29
29
license = "BSD" ,
30
30
url = "http://arrayfire.com" ,
You can’t perform that action at this time.
0 commit comments