[python-arrayfire] 04/11: Updating version info and CHANGELOG

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 b2a2efe4fdefd49472dbf3275aad11631b1f4ff1
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Tue May 10 14:53:49 2016 -0400

    Updating version info and CHANGELOG
---
 CHANGELOG.md | 11 +++++++++++
 setup.py     |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bdf57c..1c0b16d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+### v3.3.20160510
+- Bugfix to `af.histogram`
+
+- Added missing functions / methods
+   - `gaussian_kernel`
+
+- Added new array properties
+   - `Array.T` now returns transpose
+   - `Array.H` now returns hermitian transpose
+   - `Array.shape` now allows easier access individual dimensions
+
 ### v3.3.20160427
 - Fixes to numpy interop on Windows
 - Fixes issues with occasional double free
diff --git a/setup.py b/setup.py
index 7ffbf90..76a8928 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.20160427.post1"
+current_version = "3.3.20160510"
 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