[python-arrayfire] 48/58: Merge pull request #99 from arrayfire/features_3.4

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:08 UTC 2016


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

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

commit 8b3aea18fc90ca99be1569d9a506b49489e1a289
Merge: 135b6d5 3637f58
Author: Pavan Yalamanchili <contact at pavanky.com>
Date:   Fri Sep 23 18:36:57 2016 -0700

    Merge pull request #99 from arrayfire/features_3.4
    
    Features 3.4

 arrayfire/__init__.py                |   2 +
 arrayfire/algorithm.py               |  65 +++++++++
 arrayfire/arith.py                   |  38 +++++
 arrayfire/array.py                   |   8 +
 arrayfire/data.py                    | 100 +------------
 arrayfire/device.py                  | 100 +++++++++++--
 arrayfire/features.py                |   2 +
 arrayfire/graphics.py                | 225 +++++++++++++++++++++++++---
 arrayfire/image.py                   |  60 ++++----
 arrayfire/library.py                 |  77 ++++++++--
 arrayfire/random.py                  | 232 +++++++++++++++++++++++++++++
 arrayfire/signal.py                  | 103 +++++++++++++
 arrayfire/sparse.py                  | 275 +++++++++++++++++++++++++++++++++++
 arrayfire/tests/simple/__init__.py   |   2 +
 arrayfire/tests/simple/algorithm.py  |   7 +
 arrayfire/tests/simple/arith.py      |   5 +
 arrayfire/tests/simple/array_test.py |   2 +
 arrayfire/tests/simple/data.py       |  10 --
 arrayfire/tests/simple/device.py     |  19 +++
 arrayfire/tests/simple/random.py     |  38 +++++
 arrayfire/tests/simple/signal.py     |   4 +
 arrayfire/tests/simple/sparse.py     |  28 ++++
 22 files changed, 1225 insertions(+), 177 deletions(-)

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