[xtensor] 01/02: Merge tag 'upstream/0.9.0'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Apr 18 20:54:57 UTC 2017


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

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

commit dcc58b0c1152fd9cafddf9ae3a3de2bc763e0fab
Merge: 21ce786 72246d9
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Apr 18 19:33:09 2017 +0100

    Merge tag 'upstream/0.9.0'
    
    Upstream version 0.9.0
    
    # gpg: Signature made Tue 18 Apr 2017 19:33:08 BST
    # gpg:                using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
    # gpg:                issuer "ghisvail at gmail.com"
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]

 CMakeLists.txt                      |   2 +
 docs/source/api/xcontainer.rst      |  16 +
 docs/source/build-options.rst       |   8 +-
 docs/source/debian.svg              |  86 ++++++
 docs/source/installation.rst        |  20 +-
 include/xtensor/xarray.hpp          | 203 +++++++------
 include/xtensor/xassign.hpp         |   1 +
 include/xtensor/xbroadcast.hpp      |  13 +
 include/xtensor/xcontainer.hpp      | 226 +++++---------
 include/xtensor/xcsv.hpp            |   2 +-
 include/xtensor/xeval.hpp           |   2 +-
 include/xtensor/xfunction.hpp       |  31 +-
 include/xtensor/xfunctorview.hpp    |  25 +-
 include/xtensor/xgenerator.hpp      |  11 +
 include/xtensor/xindexview.hpp      |  14 +-
 include/xtensor/xio.hpp             |   4 +-
 include/xtensor/xiterator.hpp       |  46 +++
 include/xtensor/xlayout.hpp         |  85 ++++++
 include/xtensor/xreducer.hpp        |  13 +
 include/xtensor/xscalar.hpp         | 248 ++++++++--------
 include/xtensor/xstridedview.hpp    | 573 ++++++++++++++++++++++++++++++++++++
 include/xtensor/xstrides.hpp        |  18 +-
 include/xtensor/xtensor.hpp         | 168 ++++++-----
 include/xtensor/xtensor_config.hpp  |   8 +-
 include/xtensor/xtensor_forward.hpp |  46 ++-
 include/xtensor/xutils.hpp          |  24 +-
 include/xtensor/xview.hpp           |  13 +
 include/xtensor/xview_utils.hpp     |  11 +-
 test/CMakeLists.txt                 |   2 +
 test/test_common.hpp                | 106 ++++---
 test/test_xadaptor_semantic.cpp     |   2 +-
 test/test_xarray.cpp                |  63 ++--
 test/test_xarray_adaptor.cpp        |   4 +-
 test/test_xbroadcast.cpp            |   1 +
 test/test_xfunction.cpp             |  50 +++-
 test/test_xindexview.cpp            |   1 +
 test/test_xiterator.cpp             |   4 +-
 test/test_xlayout.cpp               | 157 ++++++++++
 test/test_xreducer.cpp              |   1 +
 test/test_xscalar.cpp               |  35 ++-
 test/test_xscalar_semantic.cpp      |  68 ++---
 test/test_xsemantic.hpp             |  37 +--
 test/test_xstridedview.cpp          |  33 +++
 test/test_xtensor.cpp               |  66 +++--
 test/test_xtensor_adaptor.cpp       |   4 +-
 test/test_xview.cpp                 |   1 +
 test/test_xview_semantic.cpp        |  85 +++---
 47 files changed, 1914 insertions(+), 723 deletions(-)

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



More information about the debian-science-commits mailing list