[xtensor] branch master updated (19aed4c -> 8cc82ba)

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 change to branch master
in repository xtensor.

      from  19aed4c   Release to unstable
      adds  68f9831   New upstream version 0.10.6
       new  a08eae7   Updated version 0.10.6 from 'upstream/0.10.6'
       new  26a79a6   Install the pkgconfig file
       new  3d3c34c   Bump standards version to 4.0.0, no changes required
       new  8cc82ba   Release to unstable

The 4 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:
 .gitignore                                  |   3 +
 .travis.yml                                 |  14 +-
 CMakeLists.txt                              |   5 +
 debian/changelog                            |   8 +
 debian/control                              |   2 +-
 debian/rules                                |   3 +-
 debian/xtensor-dev.install                  |   1 +
 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 +
 95 files changed, 2542 insertions(+), 1696 deletions(-)
 create mode 100644 docs/source/xtensor-r.svg
 delete mode 100644 test/test-environment.yml
 create mode 100644 xtensor.pc.in

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