[xtensor] branch master updated (376643d -> 57076f1)
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 change to branch master
in repository xtensor.
from 376643d Release to unstable
new 58eec28 Fixup the watch regex
adds b3ab0c4 New upstream version 0.10.1
new daeb03f Merge tag 'upstream/0.10.1'
new 57076f1 Release to unstable
The 3 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:
.appveyor.yml | 10 +-
CMakeLists.txt | 6 +
benchmark/{main.cpp => benchmark_container.hpp} | 106 ++--
benchmark/benchmark_views.hpp | 157 +++++
benchmark/main.cpp | 287 +--------
debian/changelog | 7 +
debian/watch | 4 +-
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 +-
64 files changed, 4306 insertions(+), 1481 deletions(-)
copy benchmark/{main.cpp => benchmark_container.hpp} (66%)
create mode 100644 benchmark/benchmark_views.hpp
create mode 100644 docs/source/xtensor-julia.svg
create mode 100644 include/xtensor/xaxis_iterator.hpp
create mode 100644 include/xtensor/xinfo.hpp
create mode 100644 test/test_xaxis_iterator.cpp
copy test/{test_xview.cpp => test_xdynamicview.cpp} (53%)
--
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