[python-arrayfire] 195/250: Updating CHANGELOG and the version number

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:48 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 36fd392d3ca1dc7e3cdd520a6fa4b0603db4106b
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Mon Dec 14 18:26:43 2015 -0500

    Updating CHANGELOG and the version number
---
 CHANGELOG.md | 13 +++++++++++++
 setup.py     |  2 +-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53d13ab..e446bc5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+### v3.2.20151214
+- Bug fixes:
+    - `get_version()` now returns ints instead of `c_int`
+    - Fixed bug in `tests/simple/device.py`
+
+- The module now looks at additional paths when loading ArrayFire libraries.
+    - Link to the wiki is provided when `ctypes.cdll.LoadLibrary` fails.
+
+- New function:
+    - `info_str()` returns information similar to `info()` as a string.
+
+- Updated README.md with latest instructions
+
 ### v3.2.20151211
 - Feature parity with ArrayFire 3.2 libs
     - New computer vision functions: `sift`, `gloh`, `homography`
diff --git a/setup.py b/setup.py
index 277dd76..6b7ee9a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ setup(
     author="Pavan Yalamanchili",
     author_email="pavan at arrayfire.com",
     name="arrayfire",
-    version="3.2.20151211",
+    version="3.2.20151214",
     description="Python bindings for ArrayFire",
     license="BSD",
     url="http://arrayfire.com",

-- 
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