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+
14### v3.3.20160320
25- Feature parity with Arrayfire 3.3 libs
36 - Functions to interact with arryafire's internal data structures.
Original file line number Diff line number Diff line change 1616## 2) Include test suite
1717
1818# Some hackery to avoid merge conflicts between master and devel
19- current_version = "3.3.20160320 "
19+ current_version = "3.3.20160328 "
2020devel_version = "3.4.0"
2121release_version = current_version if current_version > devel_version else devel_version
2222
2323setup (
2424 author = "Pavan Yalamanchili" ,
2525 author_email = "pavan@arrayfire.com" ,
2626 name = "arrayfire" ,
27- version = release_version
27+ version = release_version ,
2828 description = "Python bindings for ArrayFire" ,
2929 license = "BSD" ,
3030 url = "http://arrayfire.com" ,
You can’t perform that action at this time.
0 commit comments