[xtensor] branch master updated (21ce786 -> 376643d)

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

      from  21ce786   Release to unstable
      adds  72246d9   New upstream version 0.9.0
       new  dcc58b0   Merge tag 'upstream/0.9.0'
       new  376643d   Release to unstable

The 2 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:
 CMakeLists.txt                           |   2 +
 debian/changelog                         |   6 +
 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/{main.cpp => test_xstridedview.cpp} |  25 +-
 test/test_xtensor.cpp                    |  66 ++--
 test/test_xtensor_adaptor.cpp            |   4 +-
 test/test_xview.cpp                      |   1 +
 test/test_xview_semantic.cpp             |  85 ++---
 48 files changed, 1908 insertions(+), 727 deletions(-)
 create mode 100644 docs/source/debian.svg
 create mode 100644 include/xtensor/xlayout.hpp
 create mode 100644 include/xtensor/xstridedview.hpp
 create mode 100644 test/test_xlayout.cpp
 copy test/{main.cpp => test_xstridedview.cpp} (51%)

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