[python-arrayfire] branch master updated (b1cac61 -> 619de82)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 16 09:30:03 UTC 2016


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

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

      from  b1cac61   Updating changelog and setup.py
       new  47b8924   Moving the version number into it's own file
       new  76c173a   Files required to generate documentation
       new  fef2063   Changing the release version
       new  863f395   Fixing setup.py
       new  c53dd65   Add support for short types
       new  2299b2a   Updating changelog
       new  298465f   Updating the README
       new  619de82   Fixing setup.py

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                               |   4 +
 README.md                                  |  84 ++-----
 tests/simple_tests.py => __af_version__.py |  17 +-
 arrayfire/__init__.py                      |  33 ++-
 arrayfire/algorithm.py                     |   4 +-
 arrayfire/arith.py                         |   2 +-
 arrayfire/array.py                         |  20 +-
 arrayfire/blas.py                          |   2 +-
 arrayfire/data.py                          |   6 +-
 arrayfire/device.py                        |   6 +-
 arrayfire/features.py                      |   2 +-
 arrayfire/graphics.py                      |   2 +-
 arrayfire/image.py                         |   2 +-
 arrayfire/index.py                         |   2 +-
 arrayfire/interop.py                       |   1 +
 arrayfire/lapack.py                        |   2 +-
 arrayfire/library.py                       |   2 +-
 arrayfire/signal.py                        |   2 +-
 arrayfire/statistics.py                    |   4 +
 arrayfire/timer.py                         |   2 +-
 arrayfire/util.py                          |  12 +
 arrayfire/vision.py                        |   2 +-
 docs/Makefile                              | 225 +++++++++++++++++++
 docs/arrayfire.algorithm.rst               |   7 +
 docs/arrayfire.arith.rst                   |   7 +
 docs/arrayfire.array.rst                   |   7 +
 docs/arrayfire.base.rst                    |   7 +
 docs/arrayfire.bcast.rst                   |   7 +
 docs/arrayfire.blas.rst                    |   7 +
 docs/arrayfire.cuda.rst                    |   7 +
 docs/arrayfire.data.rst                    |   7 +
 docs/arrayfire.device.rst                  |   7 +
 docs/arrayfire.features.rst                |   7 +
 docs/arrayfire.graphics.rst                |   7 +
 docs/arrayfire.image.rst                   |   7 +
 docs/arrayfire.index.rst                   |   7 +
 docs/arrayfire.interop.rst                 |   7 +
 docs/arrayfire.lapack.rst                  |   7 +
 docs/arrayfire.library.rst                 |   7 +
 docs/arrayfire.opencl.rst                  |   7 +
 docs/arrayfire.rst                         |  34 +++
 docs/arrayfire.signal.rst                  |   7 +
 docs/arrayfire.statistics.rst              |   7 +
 docs/arrayfire.timer.rst                   |   7 +
 docs/arrayfire.util.rst                    |   7 +
 docs/arrayfire.vision.rst                  |   7 +
 docs/arrayfire_logo_symbol.png             | Bin 0 -> 35688 bytes
 docs/conf.py                               | 341 +++++++++++++++++++++++++++++
 docs/index.rst                             |   1 +
 docs/make.bat                              | 281 ++++++++++++++++++++++++
 docs/modules.rst                           |   7 +
 setup.py                                   |  14 +-
 52 files changed, 1141 insertions(+), 129 deletions(-)
 copy tests/simple_tests.py => __af_version__.py (57%)
 mode change 100755 => 100644
 create mode 100644 docs/Makefile
 create mode 100644 docs/arrayfire.algorithm.rst
 create mode 100644 docs/arrayfire.arith.rst
 create mode 100644 docs/arrayfire.array.rst
 create mode 100644 docs/arrayfire.base.rst
 create mode 100644 docs/arrayfire.bcast.rst
 create mode 100644 docs/arrayfire.blas.rst
 create mode 100644 docs/arrayfire.cuda.rst
 create mode 100644 docs/arrayfire.data.rst
 create mode 100644 docs/arrayfire.device.rst
 create mode 100644 docs/arrayfire.features.rst
 create mode 100644 docs/arrayfire.graphics.rst
 create mode 100644 docs/arrayfire.image.rst
 create mode 100644 docs/arrayfire.index.rst
 create mode 100644 docs/arrayfire.interop.rst
 create mode 100644 docs/arrayfire.lapack.rst
 create mode 100644 docs/arrayfire.library.rst
 create mode 100644 docs/arrayfire.opencl.rst
 create mode 100644 docs/arrayfire.rst
 create mode 100644 docs/arrayfire.signal.rst
 create mode 100644 docs/arrayfire.statistics.rst
 create mode 100644 docs/arrayfire.timer.rst
 create mode 100644 docs/arrayfire.util.rst
 create mode 100644 docs/arrayfire.vision.rst
 create mode 100644 docs/arrayfire_logo_symbol.png
 create mode 100644 docs/conf.py
 create mode 120000 docs/index.rst
 create mode 100644 docs/make.bat
 create mode 100644 docs/modules.rst

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