[python-arrayfire] 07/11: Updating changelog and setup.py

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu May 26 17:37:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.

commit b1cac6125d3cdae0047475a79e04a80f0cdce1b0
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon May 16 00:19:18 2016 -0400

    Updating changelog and setup.py
---
 CHANGELOG.md | 6 ++++++
 setup.py     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c0b16d..ea809cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+### v3.3.20160516
+- Bugfix: Increase arrayfire's priority over numpy for mixed operations
+
+- Added new library functions
+   - `get_backend` returns backend name
+
 ### v3.3.20160510
 - Bugfix to `af.histogram`
 
diff --git a/setup.py b/setup.py
index 76a8928..0c4318e 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ from setuptools import setup, find_packages
 ## 2) Include test suite
 
 # Some hackery to avoid merge conflicts between master and devel
-current_version = "3.3.20160510"
+current_version = "3.3.20160516"
 devel_version = "3.3.0"
 release_version = current_version if current_version > devel_version else devel_version
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git



More information about the debian-science-commits mailing list