[xtensor] 01/04: Updated version 0.10.6 from 'upstream/0.10.6'

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jul 9 22:24:07 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 a08eae792f3f221f62e2bbed96d8af32293a6bd1
Merge: 19aed4c 68f9831
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Jul 9 22:23:47 2017 +0100

    Updated version 0.10.6 from 'upstream/0.10.6'
    
    with Debian dir c6bc92fcad153a5621ce521a81fa18cf270e7d95

 .gitignore                                  |   3 +
 .travis.yml                                 |  14 +-
 CMakeLists.txt                              |   5 +
 docs/source/api/basic_functions.rst         |  49 ++++-
 docs/source/api/classif_functions.rst       |  21 +-
 docs/source/api/error_functions.rst         |  17 +-
 docs/source/api/exponential_functions.rst   |  29 ++-
 docs/source/api/hyperbolic_functions.rst    |  25 ++-
 docs/source/api/nearint_operations.rst      |  25 ++-
 docs/source/api/operators.rst               |  98 +++++++--
 docs/source/api/power_functions.rst         |  17 +-
 docs/source/api/reducing_functions.rst      |  13 +-
 docs/source/api/trigonometric_functions.rst |  29 ++-
 docs/source/api/xmath.rst                   | 222 +++++++++++++++++++
 docs/source/related.rst                     |  16 +-
 docs/source/xtensor-r.svg                   | 118 ++++++++++
 include/xtensor/xadapt.hpp                  |  27 ++-
 include/xtensor/xarray.hpp                  |  30 ++-
 include/xtensor/xassign.hpp                 |  42 ++--
 include/xtensor/xaxis_iterator.hpp          |   3 +-
 include/xtensor/xbroadcast.hpp              |   6 +-
 include/xtensor/xbuffer_adaptor.hpp         |  20 +-
 include/xtensor/xbuilder.hpp                |  47 ++--
 include/xtensor/xcomplex.hpp                |  22 +-
 include/xtensor/xcontainer.hpp              |  44 ++--
 include/xtensor/xcsv.hpp                    |  62 +++---
 include/xtensor/xexception.hpp              |  21 +-
 include/xtensor/xexpression.hpp             |   5 +-
 include/xtensor/xfunction.hpp               |  15 +-
 include/xtensor/xfunctorview.hpp            |  26 +--
 include/xtensor/xgenerator.hpp              |   7 +-
 include/xtensor/xindexview.hpp              |  14 +-
 include/xtensor/xinfo.hpp                   |   8 +-
 include/xtensor/xio.hpp                     |  17 +-
 include/xtensor/xiterable.hpp               |  55 +++--
 include/xtensor/xiterator.hpp               | 118 +++++-----
 include/xtensor/xlayout.hpp                 |   1 -
 include/xtensor/xmath.hpp                   | 319 ++++++++++++++++++++--------
 include/xtensor/xmissing.hpp                |   7 +-
 include/xtensor/xoffsetview.hpp             |   5 +-
 include/xtensor/xoperation.hpp              | 140 +-----------
 include/xtensor/xoptional.hpp               | 241 +++++++++++----------
 include/xtensor/xreducer.hpp                |  24 +--
 include/xtensor/xscalar.hpp                 |  26 +--
 include/xtensor/xsemantic.hpp               |  22 +-
 include/xtensor/xslice.hpp                  |   7 +-
 include/xtensor/xstorage.hpp                |   3 +-
 include/xtensor/xstridedview.hpp            |  97 +++++----
 include/xtensor/xtensor.hpp                 |  18 +-
 include/xtensor/xtensor_config.hpp          |   2 +-
 include/xtensor/xtensor_forward.hpp         |   8 +-
 include/xtensor/xutils.hpp                  |   3 +-
 include/xtensor/xvectorize.hpp              |   1 -
 include/xtensor/xview.hpp                   |  32 +--
 test/main.cpp                               |   1 -
 test/test-environment.yml                   |   7 -
 test/test_common.hpp                        | 153 ++++++-------
 test/test_xadapt.cpp                        |  24 +--
 test/test_xadaptor_semantic.cpp             |  74 +++++--
 test/test_xarray.cpp                        |  22 +-
 test/test_xarray_adaptor.cpp                |   4 +-
 test/test_xaxis_iterator.cpp                |  13 +-
 test/test_xbroadcast.cpp                    |  59 ++---
 test/test_xbuffer_adaptor.cpp               |   2 +-
 test/test_xbuilder.cpp                      |  92 ++++----
 test/test_xcomplex.cpp                      |  44 ++--
 test/test_xcontainer_semantic.cpp           | 157 +++++++-------
 test/test_xcsv.cpp                          |   2 +-
 test/test_xdynamicview.cpp                  |  68 +++---
 test/test_xeval.cpp                         |   7 +-
 test/test_xfunction.cpp                     |  11 +-
 test/test_xindexview.cpp                    |  10 +-
 test/test_xio.cpp                           |  30 ++-
 test/test_xiterator.cpp                     |  12 +-
 test/test_xlayout.cpp                       |  40 ++--
 test/test_xmath.cpp                         |  32 +--
 test/test_xnoalias.cpp                      | 108 +++++-----
 test/test_xoperation.cpp                    | 312 +++++++++++++++++----------
 test/test_xoptional.cpp                     | 102 ++++-----
 test/test_xreducer.cpp                      |  28 +--
 test/test_xscalar.cpp                       |   5 +-
 test/test_xscalar_semantic.cpp              | 110 +++++-----
 test/test_xsemantic.hpp                     |  77 ++++---
 test/test_xstridedview.cpp                  |   4 +-
 test/test_xtensor.cpp                       |   6 +-
 test/test_xtensor_semantic.cpp              |  11 +-
 test/test_xutils.cpp                        |  16 +-
 test/test_xvectorize.cpp                    |  15 +-
 test/test_xview.cpp                         | 129 ++++++-----
 test/test_xview_semantic.cpp                | 183 +++++++++-------
 xtensor.pc.in                               |   8 +
 91 files changed, 2530 insertions(+), 1694 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