[Pkg-octave-commit] [octave-interval] branch master updated (5a6e6e5 -> a95dfb4)
Oliver Heimlich
oheim-guest at moszumanska.debian.org
Sun Sep 27 11:19:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
oheim-guest pushed a change to branch master
in repository octave-interval.
from 5a6e6e5 Initial commit of Debian files
new b94cf4d d/copyright: reflect upstream changes
adds 11c82a0 Imported Upstream version 1.1.0
new 28cea49 Merge tag 'upstream/1.1.0'
new 846084c d/check.m: Enable supplementary unit tests for verification
new 948ad54 d/control: reflect upstream changes
new 63a00d5 d/changelog: Updated unreleased version to reflect upstream changes
new bfdd5d0 d/rules: Fixed build of the package manual
new a95dfb4 d/*.doc-base: Fixed package name in .doc-base
The 7 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 | 10 +
CITATION | 16 +-
COPYING | 235 +-------
DESCRIPTION | 29 +-
INDEX | 13 +
NEWS | 67 ++-
debian/changelog | 2 +-
debian/check.m | 7 +
debian/control | 41 +-
debian/copyright | 84 +--
debian/octave-interval-common.doc-base | 4 +-
debian/rules | 10 +-
doc/CITATION.texinfo | 24 +
doc/COPYING.texinfo | 20 +
doc/Makefile | 35 +-
doc/{news.texinfo => NEWS.texinfo} | 88 ++-
...nowledgment.texinfo => acknowledgments.texinfo} | 9 +-
doc/chapter/advanced-topics.texinfo | 96 ++--
doc/chapter/distribution.texinfo | 2 +-
doc/chapter/getting-started.texinfo | 298 +++++++---
doc/chapter/ieee-1788-conformance.texinfo | 19 +-
doc/chapter/ieee-1788-functions.texinfo | 465 +++++++++++++--
doc/chapter/ieee-1788.texinfo | 15 +
.../introduction-to-interval-arithmetic.texinfo | 177 +++++-
doc/chapter/introduction.texinfo | 37 +-
doc/chapter/preface.texinfo | 4 +-
doc/copying.texinfo | 31 -
doc/image/interval-plot3.m | 10 +
doc/image/interval-sombrero.m | 42 ++
doc/image/interval-vs-normal-plot.m | 11 +
doc/image/inverse-power.svg | 640 +++++++++++----------
doc/image/inverse-power.svg.eps | 271 ++++++---
doc/image/inverse-power.svg.pdf | Bin 10367 -> 13292 bytes
doc/image/inverse-power.svg.png | Bin 12411 -> 25568 bytes
doc/image/logo.svg | 198 +++++++
doc/image/logo.svg.eps | 273 +++++++++
doc/image/logo.svg.pdf | Bin 0 -> 6049 bytes
doc/image/logo.svg.png | Bin 0 -> 8995 bytes
doc/image/octave-interval.ly | 9 +-
doc/image/octave-interval.ly.eps | Bin 131213 -> 25420 bytes
doc/image/octave-interval.ly.pdf | Bin 18023 -> 18023 bytes
doc/license/fdl-1.3.texi | 505 ----------------
doc/license/gpl-3.0.texi | 12 +
doc/manual.css | 34 ++
doc/manual.init | 2 +
doc/manual.texinfo | 102 +++-
inst/@infsup/abs.m | 4 +-
inst/@infsup/absrev.m | 2 +-
inst/@infsup/acos.m | 2 +-
inst/@infsup/acosh.m | 2 +-
inst/@infsup/asin.m | 2 +-
inst/@infsup/asinh.m | 2 +-
inst/@infsup/atan.m | 2 +-
inst/@infsup/atan2.m | 2 +-
inst/@infsup/atan2rev1.m | 178 +++---
inst/@infsup/atan2rev2.m | 173 +++---
inst/@infsup/atanh.m | 2 +-
inst/@infsup/bisect.m | 126 ++++
inst/@infsup/cancelminus.m | 2 +-
inst/@infsup/cancelplus.m | 3 +-
inst/@infsup/cbrt.m | 2 +-
inst/@infsup/ceil.m | 4 +-
inst/@infsup/cos.m | 2 +-
inst/@infsup/cosh.m | 2 +-
inst/@infsup/coshrev.m | 2 +-
inst/@infsup/cosrev.m | 132 +++--
inst/@infsup/cot.m | 2 +-
inst/@infsup/coth.m | 2 +-
inst/@infsup/csc.m | 2 +-
inst/@infsup/csch.m | 2 +-
inst/@infsup/dilog.m | 2 +-
inst/@infsup/disp.m | 2 +-
inst/@infsup/display.m | 29 +-
inst/@infsup/dot.m | 4 +-
inst/@infsup/ei.m | 2 +-
inst/@infsup/eq.m | 2 +-
inst/@infsup/erf.m | 2 +-
inst/@infsup/erfc.m | 2 +-
inst/@infsup/exp.m | 2 +-
inst/@infsup/expm1.m | 2 +-
inst/@infsup/fix.m | 4 +-
inst/@infsup/floor.m | 4 +-
inst/@infsup/fma.m | 4 +-
inst/@infsup/fzero.m | 36 +-
inst/@infsup/gamma.m | 2 +-
inst/@infsup/gammaln.m | 2 +-
inst/@infsup/gauss.m | 3 +-
inst/@infsup/hdist.m | 91 +++
inst/@infsup/horzcat.m | 3 +-
inst/@infsup/hypot.m | 4 +-
inst/@infsup/idist.m | 83 +++
inst/@infsup/inf.m | 2 +-
inst/@infsup/infsup.m | 57 +-
inst/@infsup/intersect.m | 46 +-
inst/@infsup/inv.m | 6 +-
inst/@infsup/iscommoninterval.m | 2 +-
inst/@infsup/ismatrix.m | 2 +-
inst/@infsup/ldivide.m | 2 +-
inst/@infsup/linspace.m | 76 +++
inst/@infsup/log.m | 2 +-
inst/@infsup/log10.m | 2 +-
inst/@infsup/log1p.m | 2 +-
inst/@infsup/log2.m | 2 +-
inst/@infsup/mag.m | 4 +-
inst/@infsup/max.m | 55 +-
inst/@infsup/meshgrid.m | 106 ++++
inst/@infsup/mid.m | 2 +-
inst/@infsup/mig.m | 2 +-
inst/@infsup/min.m | 55 +-
inst/@infsup/mince.m | 79 +++
inst/@infsup/minus.m | 2 +-
inst/@infsup/mldivide.m | 18 +-
inst/@infsup/mpower.m | 5 +-
inst/@infsup/mrdivide.m | 3 +-
inst/@infsup/mtimes.m | 46 +-
inst/@infsup/mulrev.m | 2 +-
inst/@infsup/newdec.m | 3 +-
inst/@infsup/nextout.m | 2 +-
inst/@infsup/plot.m | 166 ++++++
inst/@infsup/plot3.m | 270 +++++++++
inst/@infsup/plus.m | 2 +-
inst/@infsup/polyval.m | 159 +++++
inst/@infsup/postpad.m | 3 +-
inst/@infsup/pow.m | 2 +-
inst/@infsup/pow10.m | 2 +-
inst/@infsup/pow2.m | 2 +-
inst/@infsup/power.m | 4 +-
inst/@infsup/pown.m | 2 +-
inst/@infsup/powrev1.m | 2 +-
inst/@infsup/powrev2.m | 2 +-
inst/@infsup/prepad.m | 3 +-
inst/@infsup/psi.m | 2 +-
inst/@infsup/rad.m | 2 +-
inst/@infsup/rdivide.m | 2 +-
inst/@infsup/realsqrt.m | 2 +-
inst/@infsup/reshape.m | 3 +-
inst/@infsup/resize.m | 3 +-
inst/@infsup/round.m | 4 +-
inst/@infsup/roundb.m | 4 +-
inst/@infsup/rsqrt.m | 2 +-
inst/@infsup/sdist.m | 89 +++
inst/@infsup/sec.m | 2 +-
inst/@infsup/sech.m | 2 +-
inst/@infsup/setdiff.m | 2 +-
inst/@infsup/setxor.m | 2 +-
inst/@infsup/sign.m | 6 +-
inst/@infsup/sin.m | 2 +-
inst/@infsup/sinh.m | 2 +-
inst/@infsup/sinrev.m | 134 +++--
inst/@infsup/{mag.m => smig.m} | 29 +-
inst/@infsup/sqr.m | 2 +-
inst/@infsup/sqrrev.m | 2 +-
inst/@infsup/sqrt.m | 2 +-
inst/@infsup/subsasgn.m | 4 +
inst/@infsup/subsref.m | 7 +-
inst/@infsup/sum.m | 4 +-
inst/@infsup/sumabs.m | 2 +-
inst/@infsup/sumsq.m | 2 +-
inst/@infsup/sup.m | 2 +-
inst/@infsup/tan.m | 2 +-
inst/@infsup/tanh.m | 2 +-
inst/@infsup/tanrev.m | 102 ++--
inst/@infsup/times.m | 2 +-
inst/@infsup/transpose.m | 3 +-
inst/@infsup/uminus.m | 2 +-
inst/@infsup/union.m | 44 +-
inst/@infsup/uplus.m | 2 +-
inst/@infsup/vertcat.m | 3 +-
inst/@infsup/wid.m | 2 +-
inst/@infsupdec/abs.m | 4 +-
inst/@infsupdec/absrev.m | 2 +-
inst/@infsupdec/acos.m | 2 +-
inst/@infsupdec/acosh.m | 2 +-
inst/@infsupdec/asin.m | 2 +-
inst/@infsupdec/asinh.m | 2 +-
inst/@infsupdec/atan.m | 2 +-
inst/@infsupdec/atan2.m | 2 +-
inst/@infsupdec/atan2rev1.m | 2 +-
inst/@infsupdec/atan2rev2.m | 2 +-
inst/@infsupdec/atanh.m | 2 +-
inst/@infsupdec/bisect.m | 75 +++
inst/@infsupdec/cancelminus.m | 2 +-
inst/@infsupdec/cbrt.m | 2 +-
inst/@infsupdec/ceil.m | 4 +-
inst/@infsupdec/cos.m | 2 +-
inst/@infsupdec/cosh.m | 2 +-
inst/@infsupdec/coshrev.m | 2 +-
inst/@infsupdec/cosrev.m | 2 +-
inst/@infsupdec/cot.m | 2 +-
inst/@infsupdec/coth.m | 2 +-
inst/@infsupdec/csc.m | 2 +-
inst/@infsupdec/csch.m | 2 +-
inst/@infsupdec/dilog.m | 2 +-
inst/@infsupdec/dot.m | 4 +-
inst/@infsupdec/ei.m | 2 +-
inst/@infsupdec/eq.m | 2 +-
inst/@infsupdec/erf.m | 2 +-
inst/@infsupdec/erfc.m | 2 +-
inst/@infsupdec/exp.m | 2 +-
inst/@infsupdec/expm1.m | 2 +-
inst/@infsupdec/fix.m | 4 +-
inst/@infsupdec/floor.m | 4 +-
inst/@infsupdec/fma.m | 4 +-
inst/@infsupdec/gamma.m | 2 +-
inst/@infsupdec/gammaln.m | 2 +-
inst/@infsupdec/gauss.m | 3 +-
inst/@infsupdec/horzcat.m | 3 +-
inst/@infsupdec/hypot.m | 4 +-
inst/@infsupdec/infsupdec.m | 25 +-
inst/@infsupdec/intersect.m | 49 +-
inst/@infsupdec/linspace.m | 80 +++
inst/@infsupdec/log.m | 2 +-
inst/@infsupdec/log10.m | 2 +-
inst/@infsupdec/log1p.m | 2 +-
inst/@infsupdec/log2.m | 2 +-
inst/@infsupdec/max.m | 66 ++-
inst/@infsupdec/meshgrid.m | 111 ++++
inst/@infsupdec/min.m | 66 ++-
inst/@infsupdec/{hypot.m => mince.m} | 46 +-
inst/@infsupdec/minus.m | 2 +-
inst/@infsupdec/mldivide.m | 3 +-
inst/@infsupdec/mtimes.m | 8 +-
inst/@infsupdec/mulrev.m | 2 +-
inst/@infsupdec/nextout.m | 2 +-
inst/@infsupdec/plus.m | 2 +-
inst/@infsupdec/polyval.m | 73 +++
inst/@infsupdec/postpad.m | 3 +-
inst/@infsupdec/pow.m | 2 +-
inst/@infsupdec/pow10.m | 2 +-
inst/@infsupdec/pow2.m | 2 +-
inst/@infsupdec/power.m | 4 +-
inst/@infsupdec/pown.m | 2 +-
inst/@infsupdec/powrev1.m | 2 +-
inst/@infsupdec/powrev2.m | 2 +-
inst/@infsupdec/prepad.m | 3 +-
inst/@infsupdec/private/_com.m | 2 +-
inst/@infsupdec/private/_dac.m | 2 +-
inst/@infsupdec/private/_def.m | 2 +-
inst/@infsupdec/private/_ill.m | 2 +-
inst/@infsupdec/private/_trv.m | 2 +-
inst/@infsupdec/psi.m | 2 +-
inst/@infsupdec/rdivide.m | 2 +-
inst/@infsupdec/realsqrt.m | 2 +-
inst/@infsupdec/reshape.m | 3 +-
inst/@infsupdec/resize.m | 3 +-
inst/@infsupdec/round.m | 4 +-
inst/@infsupdec/roundb.m | 4 +-
inst/@infsupdec/rsqrt.m | 2 +-
inst/@infsupdec/sec.m | 2 +-
inst/@infsupdec/sech.m | 2 +-
inst/@infsupdec/setdiff.m | 2 +-
inst/@infsupdec/setxor.m | 2 +-
inst/@infsupdec/sign.m | 6 +-
inst/@infsupdec/sin.m | 2 +-
inst/@infsupdec/sinh.m | 2 +-
inst/@infsupdec/sinrev.m | 2 +-
inst/@infsupdec/sqr.m | 2 +-
inst/@infsupdec/sqrrev.m | 2 +-
inst/@infsupdec/subsref.m | 7 +-
inst/@infsupdec/sum.m | 4 +-
inst/@infsupdec/tan.m | 2 +-
inst/@infsupdec/tanh.m | 2 +-
inst/@infsupdec/tanrev.m | 2 +-
inst/@infsupdec/times.m | 2 +-
inst/@infsupdec/transpose.m | 3 +-
inst/@infsupdec/uminus.m | 2 +-
inst/@infsupdec/union.m | 50 +-
inst/@infsupdec/vertcat.m | 3 +-
inst/__print_mesa__.m | 109 ++++
inst/__split_interval_literals__.m | 162 ++++++
inst/empty.m | 6 +-
inst/entire.m | 6 +-
inst/exacttointerval.m | 6 +-
inst/hull.m | 13 +-
inst/midrad.m | 8 +-
inst/nai.m | 4 +-
inst/test/__setround__.cc-tst | 17 +
inst/test/abs_rev.tst | 2 +-
inst/test/atan2.tst | 2 +-
inst/test/c-xsc.tst | 2 +-
inst/test/fi_lib.tst | 2 +-
inst/test/libieeep1788_tests_bool.tst | 26 +-
inst/test/libieeep1788_tests_cancel.tst | 26 +-
inst/test/libieeep1788_tests_elem.tst | 26 +-
inst/test/libieeep1788_tests_mul_rev.tst | 26 +-
inst/test/libieeep1788_tests_num.tst | 26 +-
inst/test/libieeep1788_tests_overlap.tst | 26 +-
inst/test/libieeep1788_tests_rec_bool.tst | 26 +-
inst/test/libieeep1788_tests_rev.tst | 26 +-
inst/test/libieeep1788_tests_set.tst | 26 +-
inst/test/mpfi.tst | 2 +-
inst/test/mpfr_function_d.cc-tst | 5 +
inst/test/mpfr_linspace_d.cc-tst | 3 +
inst/test/mpfr_matrix_mul_d.cc-tst | 5 +
inst/test/mpfr_to_string_d.cc-tst | 5 +
inst/test/mpfr_vector_dot_d.cc-tst | 15 +
inst/test/mpfr_vector_sum_d.cc-tst | 4 +
inst/test/pow_rev.tst | 2 +-
src/Makefile | 36 +-
src/__setround__.cc | 149 +++--
src/mpfr_function_d.cc | 35 +-
src/mpfr_linspace_d.cc | 132 +++++
src/mpfr_matrix_mul_d.cc | 21 +-
src/mpfr_to_string_d.cc | 11 +-
src/mpfr_vector_dot_d.cc | 26 +-
src/mpfr_vector_sum_d.cc | 7 +-
test/libieeep1788_tests_bool.itl | 24 +-
test/libieeep1788_tests_cancel.itl | 24 +-
test/libieeep1788_tests_elem.itl | 24 +-
test/libieeep1788_tests_mul_rev.itl | 24 +-
test/libieeep1788_tests_num.itl | 24 +-
test/libieeep1788_tests_overlap.itl | 24 +-
test/libieeep1788_tests_rec_bool.itl | 24 +-
test/libieeep1788_tests_rev.itl | 24 +-
test/libieeep1788_tests_set.itl | 24 +-
315 files changed, 6005 insertions(+), 2682 deletions(-)
create mode 100644 debian/check.m
create mode 100644 doc/CITATION.texinfo
create mode 100644 doc/COPYING.texinfo
rename doc/{news.texinfo => NEWS.texinfo} (70%)
rename doc/chapter/{acknowledgment.texinfo => acknowledgments.texinfo} (68%)
create mode 100644 doc/chapter/ieee-1788.texinfo
delete mode 100644 doc/copying.texinfo
create mode 100644 doc/image/interval-plot3.m
create mode 100644 doc/image/interval-sombrero.m
create mode 100644 doc/image/interval-vs-normal-plot.m
create mode 100644 doc/image/logo.svg
create mode 100644 doc/image/logo.svg.eps
create mode 100644 doc/image/logo.svg.pdf
create mode 100644 doc/image/logo.svg.png
delete mode 100644 doc/license/fdl-1.3.texi
create mode 100644 doc/manual.css
create mode 100644 doc/manual.init
create mode 100644 inst/@infsup/bisect.m
create mode 100644 inst/@infsup/hdist.m
create mode 100644 inst/@infsup/idist.m
create mode 100644 inst/@infsup/linspace.m
create mode 100644 inst/@infsup/meshgrid.m
create mode 100644 inst/@infsup/mince.m
create mode 100644 inst/@infsup/plot.m
create mode 100644 inst/@infsup/plot3.m
create mode 100644 inst/@infsup/polyval.m
create mode 100644 inst/@infsup/sdist.m
copy inst/@infsup/{mag.m => smig.m} (60%)
create mode 100644 inst/@infsupdec/bisect.m
create mode 100644 inst/@infsupdec/linspace.m
create mode 100644 inst/@infsupdec/meshgrid.m
copy inst/@infsupdec/{hypot.m => mince.m} (53%)
create mode 100644 inst/@infsupdec/polyval.m
create mode 100644 inst/__print_mesa__.m
create mode 100644 inst/__split_interval_literals__.m
create mode 100644 inst/test/__setround__.cc-tst
create mode 100644 inst/test/mpfr_function_d.cc-tst
create mode 100644 inst/test/mpfr_linspace_d.cc-tst
create mode 100644 inst/test/mpfr_matrix_mul_d.cc-tst
create mode 100644 inst/test/mpfr_to_string_d.cc-tst
create mode 100644 inst/test/mpfr_vector_dot_d.cc-tst
create mode 100644 inst/test/mpfr_vector_sum_d.cc-tst
create mode 100644 src/mpfr_linspace_d.cc
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-interval.git
More information about the Pkg-octave-commit
mailing list