[xtensor] 02/03: Merge tag 'upstream/0.10.1'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue May 9 22:12:09 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 daeb03f725523fcd83dfddf0223765e960d44799
Merge: 58eec28 b3ab0c4
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue May 9 19:18:47 2017 +0100

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

 .appveyor.yml                                      |  10 +-
 CMakeLists.txt                                     |   6 +
 benchmark/{main.cpp => benchmark_container.hpp}    | 106 ++--
 benchmark/benchmark_views.hpp                      | 157 +++++
 benchmark/main.cpp                                 | 287 +--------
 docs/Doxyfile                                      |   1 +
 docs/source/container.rst                          |  38 +-
 docs/source/expression.rst                         |  19 +-
 docs/source/numpy.rst                              |   6 +
 docs/source/related.rst                            |  30 +-
 docs/source/view.rst                               |  10 +-
 docs/source/xtensor-julia.svg                      | 101 ++++
 include/xtensor/xarray.hpp                         |  11 +
 include/xtensor/xassign.hpp                        |   2 +-
 include/xtensor/xaxis_iterator.hpp                 | 196 +++++++
 include/xtensor/xbroadcast.hpp                     |  12 +-
 include/xtensor/xbuilder.hpp                       |   6 +
 include/xtensor/xcomplex.hpp                       | 109 ++++
 include/xtensor/xcontainer.hpp                     | 153 ++++-
 include/xtensor/xeval.hpp                          |   2 +-
 include/xtensor/xexception.hpp                     |   2 +-
 include/xtensor/xfunction.hpp                      | 202 ++++---
 include/xtensor/xfunctorview.hpp                   | 509 +++++++++++++---
 include/xtensor/xgenerator.hpp                     |  12 +-
 include/xtensor/xindexview.hpp                     |  14 +-
 include/xtensor/xinfo.hpp                          | 104 ++++
 include/xtensor/xio.hpp                            |   7 +-
 include/xtensor/xiterable.hpp                      | 638 +++++++++++++++++++--
 include/xtensor/xiterator.hpp                      | 267 +++++++--
 include/xtensor/xlayout.hpp                        |   7 +
 include/xtensor/xmath.hpp                          | 116 +++-
 include/xtensor/xmissing.hpp                       |  57 +-
 include/xtensor/xoperation.hpp                     |  26 +-
 include/xtensor/xreducer.hpp                       | 404 +++++++------
 include/xtensor/xscalar.hpp                        |  21 +-
 include/xtensor/xslice.hpp                         |  13 +-
 include/xtensor/xstridedview.hpp                   | 503 ++++++++++++----
 include/xtensor/xtensor.hpp                        |  19 +-
 include/xtensor/xtensor_config.hpp                 |   4 +-
 include/xtensor/xutils.hpp                         |  66 +++
 include/xtensor/xview.hpp                          | 267 +++++----
 test/CMakeLists.txt                                |   4 +-
 test/files/xio_expected_results.hpp                | 160 +++---
 .../files/xio_expected_results/complex_numbers.txt |  80 +--
 .../xio_expected_results/complex_zero_erasing.txt  |  80 +--
 test/test_common.hpp                               | 101 ++++
 test/test_xarray.cpp                               |  42 +-
 test/test_xarray_adaptor.cpp                       |  14 +
 test/test_xaxis_iterator.cpp                       |  95 +++
 test/test_xbroadcast.cpp                           |  56 ++
 test/test_xcomplex.cpp                             |  43 +-
 test/{test_xview.cpp => test_xdynamicview.cpp}     | 261 +++------
 test/test_xeval.cpp                                |   1 +
 test/test_xiterator.cpp                            | 179 ++++++
 test/test_xlayout.cpp                              |  11 +-
 test/test_xmath.cpp                                |  21 +
 test/test_xoperation.cpp                           |   8 +
 test/test_xreducer.cpp                             |  18 +
 test/test_xtensor.cpp                              |  23 +
 test/test_xtensor_adaptor.cpp                      |  14 +
 test/test_xview.cpp                                |  41 ++
 xtensorConfig.cmake.in                             |   4 +-
 62 files changed, 4297 insertions(+), 1479 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