[xtensor] 01/06: Merge tag 'upstream/0.11.2' into debian/experimental

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 22 17:10:59 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository xtensor.

commit 989d580b94f4d6cc54f8e6fd9469563b97ce4f61
Merge: 64e7b02 b640992
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Sep 22 16:51:54 2017 +0100

    Merge tag 'upstream/0.11.2' into debian/experimental
    
    Upstream version 0.11.2
    
    # gpg: Signature made Fri 22 Sep 2017 16:51:54 BST
    # gpg:                using RSA key F3DB8E7525060E1BDB84C20D6A990FB3DDEB910A
    # gpg:                issuer "ghisvail at gmail.com"
    # gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>" [ultimate]

 README.md                            |    2 +-
 benchmark/benchmark_container.hpp    |    7 +-
 benchmark/benchmark_math.hpp         |    4 +-
 docs/environment.yml                 |    6 +-
 docs/source/api/xiterable.rst        |    7 -
 docs/source/changelog.rst            |   41 +
 docs/source/compilers.rst            |    4 +-
 docs/source/expression.rst           |   15 +-
 docs/source/external-structures.rst  |   16 +-
 docs/source/index.rst                |    1 +
 docs/source/numpy.rst                |   12 +-
 docs/source/related.rst              |    4 +-
 docs/source/releasing.rst            |    2 +
 docs/source/xtensor-cookiecutter.png |  Bin 14961 -> 0 bytes
 docs/source/xtensor-cookiecutter.svg | 3747 ++++++++++++++++++++++++++++++++++
 environment.yml                      |    9 +-
 include/xtensor/xarray.hpp           |   20 +-
 include/xtensor/xassign.hpp          |    2 +-
 include/xtensor/xbroadcast.hpp       |   11 +-
 include/xtensor/xbuffer_adaptor.hpp  |    2 +
 include/xtensor/xbuilder.hpp         |   31 +-
 include/xtensor/xcontainer.hpp       |  553 +++--
 include/xtensor/xeval.hpp            |    3 +-
 include/xtensor/xexpression.hpp      |    4 +
 include/xtensor/xfunction.hpp        |  179 +-
 include/xtensor/xfunctorview.hpp     |  462 +++--
 include/xtensor/xgenerator.hpp       |    8 +-
 include/xtensor/xindexview.hpp       |   18 +-
 include/xtensor/xinfo.hpp            |   10 +-
 include/xtensor/xio.hpp              |    3 +-
 include/xtensor/xiterable.hpp        |  857 +++-----
 include/xtensor/xiterator.hpp        |   42 +-
 include/xtensor/xmath.hpp            |    2 +-
 include/xtensor/xoperation.hpp       |   13 +-
 include/xtensor/xoptional.hpp        |   22 +
 include/xtensor/xreducer.hpp         |   19 +-
 include/xtensor/xscalar.hpp          |  342 +++-
 include/xtensor/xsemantic.hpp        |    2 +-
 include/xtensor/xslice.hpp           |   14 +-
 include/xtensor/xstorage.hpp         |    2 +-
 include/xtensor/xstridedview.hpp     |   27 +-
 include/xtensor/xstrides.hpp         |   10 +-
 include/xtensor/xtensor.hpp          |   12 +-
 include/xtensor/xtensor_config.hpp   |    4 +-
 include/xtensor/xutils.hpp           |  117 +-
 include/xtensor/xview.hpp            |   40 +-
 include/xtensor/xview_utils.hpp      |    6 +-
 notebooks/images/cling-logo.png      |  Bin 3475 -> 2191 bytes
 notebooks/images/cling-logo.svg      |  100 +-
 notebooks/images/xtensor-blas.svg    |   62 +
 notebooks/images/xtensor.svg         |   57 +
 notebooks/xtensor.ipynb              |  277 +--
 test/CMakeLists.txt                  |   16 +-
 test/test_common.hpp                 |  120 +-
 test/test_xarray.cpp                 |   18 +-
 test/test_xarray_adaptor.cpp         |    7 +-
 test/test_xaxis_iterator.cpp         |    8 +-
 test/test_xbroadcast.cpp             |   34 +-
 test/test_xbuffer_adaptor.cpp        |    5 +-
 test/test_xbuilder.cpp               |  104 +-
 test/test_xcomplex.cpp               |   15 +-
 test/test_xdynamicview.cpp           |   68 +-
 test/test_xfunction.cpp              |   24 +-
 test/test_xindexview.cpp             |   11 +-
 test/test_xiterator.cpp              |   31 +-
 test/test_xlayout.cpp                |    9 +-
 test/test_xmath.cpp                  |   16 +-
 test/test_xoperation.cpp             |    4 +-
 test/test_xscalar.cpp                |    8 +-
 test/test_xstorage.cpp               |   11 +-
 test/test_xstridedview.cpp           |    3 +-
 test/test_xtensor.cpp                |   11 +-
 test/test_xtensor_adaptor.cpp        |    7 +-
 test/test_xtensor_semantic.cpp       |    3 +-
 test/test_xutils.cpp                 |   14 +-
 test/test_xvectorize.cpp             |    2 +-
 test/test_xview.cpp                  |  210 +-
 77 files changed, 6222 insertions(+), 1747 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