[Pkg-octave-commit] [octave-symbolic] branch master updated (ddc8f60 -> f576c9b)
Rafael Laboissiere
rafael at debian.org
Tue Feb 7 21:38:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
rafael pushed a change to branch master
in repository octave-symbolic.
from ddc8f60 Changelog entry for version 2.4.0-2
adds 54a3100 New upstream version 2.5.0
adds eaa2d41 Merge tag 'upstream/2.5.0'
adds 9781a4b d/copyright: Reflect upstream changes
adds 26e7ad3 d/control: Bump dependency on sympy to >= 1.0
adds f576c9b Changelog entry for version 2.5.0-1
No new revisions were added by this update.
Summary of changes:
.travis.yml | 49 -
CONTRIBUTORS | 2 +
DESCRIPTION | 8 +-
HOWTO-release.md | 79 -
Makefile | 155 ++
NEWS | 72 +
README.bundled.md | 57 -
README.matlab.md | 14 -
README.md | 10 +-
TODO.md | 109 --
debian/changelog | 8 +
debian/control | 2 +-
debian/copyright | 17 +-
inst/@double/coshint.m | 86 +
inst/@double/cosint.m | 117 ++
inst/@double/dilog.m | 83 +
inst/@double/fresnelc.m | 86 +
inst/@double/fresnels.m | 86 +
inst/@double/logint.m | 86 +
inst/@double/polylog.m | 124 ++
inst/@double/sinhint.m | 86 +
inst/@double/sinint.m | 99 ++
inst/@double/zeta.m | 86 +
inst/@logical/isAlways.m | 26 +-
inst/@sym/abs.m | 18 +-
inst/@sym/acos.m | 18 +-
inst/@sym/{exp.m => acosd.m} | 45 +-
inst/@sym/acosh.m | 18 +-
inst/@sym/acot.m | 18 +-
inst/@sym/acoth.m | 18 +-
inst/@sym/acsc.m | 20 +-
inst/@sym/{sinhint.m => acsch.m} | 46 +-
inst/@sym/adjoint.m | 74 +
inst/@sym/airy.m | 10 +-
inst/@sym/all.m | 20 +-
inst/@sym/and.m | 2 +-
inst/@sym/{dilog.m => angle.m} | 34 +-
inst/@sym/any.m | 20 +-
inst/@sym/argnames.m | 6 +-
inst/@sym/asec.m | 20 +-
inst/@sym/asech.m | 24 +-
inst/@sym/asin.m | 18 +-
inst/@sym/{exp.m => asind.m} | 45 +-
inst/@sym/asinh.m | 18 +-
inst/@sym/assume.m | 164 +-
inst/@sym/assumeAlso.m | 143 +-
inst/@sym/atan.m | 18 +-
inst/@sym/atan2.m | 2 +-
inst/@sym/{exp.m => atand.m} | 45 +-
inst/@sym/atanh.m | 18 +-
inst/@sym/besselh.m | 6 +-
inst/@sym/besseli.m | 4 +-
inst/@sym/besselj.m | 4 +-
inst/@sym/besseljn.m | 4 +-
inst/@sym/besselk.m | 4 +-
inst/@sym/bessely.m | 4 +-
inst/@sym/besselyn.m | 4 +-
inst/{@symfun/numel.m => @sym/beta.m} | 35 +-
inst/@sym/cbrt.m | 23 +-
inst/@sym/ccode.m | 83 +-
inst/@sym/ceil.m | 18 +-
inst/@sym/char.m | 77 +-
inst/@sym/charpoly.m | 127 ++
inst/@sym/chebyshevT.m | 19 +-
inst/@sym/chebyshevU.m | 17 +-
inst/@sym/chol.m | 79 +
inst/@sym/coeffs.m | 241 ++-
inst/@sym/cond.m | 23 +-
inst/@sym/conj.m | 4 +-
inst/@sym/cos.m | 18 +-
inst/@sym/{exp.m => cosd.m} | 45 +-
inst/@sym/cosh.m | 18 +-
inst/@sym/coshint.m | 21 +-
inst/@sym/cosint.m | 21 +-
inst/@sym/cot.m | 18 +-
inst/@sym/coth.m | 18 +-
inst/@sym/cross.m | 19 +-
inst/@sym/csc.m | 18 +-
inst/@sym/csch.m | 24 +-
inst/@sym/{acot.m => dawson.m} | 46 +-
inst/@sym/degree.m | 23 +-
inst/@sym/det.m | 11 +-
inst/@sym/diff.m | 33 +-
inst/@sym/dilog.m | 11 +
inst/@sym/dirac.m | 21 +-
inst/@sym/display.m | 81 +-
inst/@sym/{rows.m => divisors.m} | 31 +-
inst/@sym/dot.m | 13 +-
inst/@sym/double.m | 32 +-
inst/@sym/dsolve.m | 4 +-
inst/@sym/ei.m | 14 +-
inst/@sym/eig.m | 14 +-
inst/@sym/eq.m | 9 +-
inst/@sym/equationsToMatrix.m | 232 +++
inst/@sym/erf.m | 18 +-
inst/@sym/erfc.m | 18 +-
inst/@sym/erfcinv.m | 18 +-
inst/@sym/erfi.m | 20 +-
inst/@sym/erfinv.m | 18 +-
inst/@sym/exp.m | 18 +-
inst/@sym/expint.m | 9 +-
inst/@sym/expm.m | 39 +-
inst/@sym/eye.m | 98 ++
inst/@sym/ezplot.m | 106 +-
inst/@sym/ezplot3.m | 34 +-
inst/@sym/factor.m | 8 +-
inst/@sym/factorial.m | 19 +-
inst/@sym/findsym.m | 7 +-
inst/@sym/fix.m | 13 +-
inst/@sym/fliplr.m | 24 +-
inst/@sym/flipud.m | 24 +-
inst/@sym/floor.m | 18 +-
inst/@sym/formula.m | 8 +-
inst/@sym/fortran.m | 89 +-
inst/@sym/fourier.m | 30 +-
inst/@sym/frac.m | 27 +-
inst/@sym/fresnelc.m | 26 +-
inst/@sym/fresnels.m | 26 +-
inst/@sym/function_handle.m | 5 +-
inst/@sym/gamma.m | 18 +-
inst/@sym/gammainc.m | 26 +-
inst/@sym/gammaln.m | 20 +-
inst/@sym/ge.m | 2 +-
inst/@sym/gt.m | 2 +-
inst/@sym/has.m | 9 +-
inst/@sym/heaviside.m | 122 +-
inst/@sym/{dilog.m => hilb.m} | 33 +-
inst/@sym/horner.m | 33 +-
inst/@sym/horzcat.m | 16 +-
inst/@sym/hypergeom.m | 10 +-
inst/@sym/hypot.m | 4 +-
inst/@sym/ifourier.m | 36 +-
inst/@sym/ilaplace.m | 36 +-
inst/@sym/imag.m | 26 +-
inst/@sym/int.m | 51 +-
inst/@sym/intersect.m | 12 +-
inst/@sym/interval.m | 19 +-
inst/@sym/inv.m | 10 +-
inst/@sym/{rows.m => invhilb.m} | 32 +-
inst/@sym/isAlways.m | 49 +-
inst/@sym/isNone.m | 9 +-
inst/@sym/iscolumn.m | 13 +-
inst/@sym/isfinite.m | 85 +-
inst/@sym/isinf.m | 24 +-
inst/@sym/ismatrix.m | 10 +-
inst/@sym/ismember.m | 3 +-
inst/@sym/isnan.m | 8 +-
inst/@sym/isprime.m | 4 +-
inst/@sym/isrow.m | 13 +-
inst/@sym/isscalar.m | 14 +-
inst/@sym/isvector.m | 14 +-
inst/@sym/jordan.m | 12 +-
inst/@sym/kron.m | 11 +-
inst/@sym/laguerreL.m | 22 +-
inst/@sym/lambertw.m | 21 +-
inst/@sym/laplace.m | 14 +-
inst/@sym/latex.m | 30 +-
inst/@sym/le.m | 2 +-
inst/@sym/lhs.m | 2 +-
inst/@sym/limit.m | 60 +-
inst/@sym/log.m | 18 +-
inst/@sym/log10.m | 19 +-
inst/@sym/log2.m | 20 +-
inst/@sym/logical.m | 40 +-
inst/@sym/logint.m | 21 +-
inst/@sym/lt.m | 4 +-
inst/@sym/lu.m | 37 +-
inst/@sym/max.m | 30 +-
inst/@sym/min.m | 36 +-
inst/@sym/mod.m | 55 +-
inst/@sym/mpower.m | 20 +-
inst/@sym/mrdivide.m | 14 +-
inst/@sym/nchoosek.m | 57 +-
inst/@sym/ne.m | 4 +-
inst/@sym/nextprime.m | 9 +-
inst/@sym/nnz.m | 19 +-
inst/@sym/norm.m | 61 +-
inst/@sym/not.m | 4 +-
inst/@sym/null.m | 38 +-
inst/@sym/ones.m | 89 +
inst/@sym/or.m | 2 +-
inst/@sym/orth.m | 45 +-
inst/@sym/partfrac.m | 53 +-
inst/@sym/plus.m | 4 +-
inst/@sym/polylog.m | 13 +-
inst/@sym/potential.m | 21 +-
inst/@sym/power.m | 7 +-
inst/@sym/{nextprime.m => prevprime.m} | 40 +-
inst/@sym/private/binop_helper.m | 62 -
.../private/{assert_same_shape.m => cell2nosyms.m} | 14 +-
inst/@sym/private/cell_array_to_sym.m | 14 +-
inst/@sym/private/check_assumptions.m | 61 +
inst/@sym/private/const_to_python_str.m | 101 ++
inst/@sym/private/def_each_elem_binary.m | 37 -
inst/@sym/private/elementwise_op.m | 101 ++
inst/@sym/private/ineq_helper.m | 2 +-
inst/@sym/private/is_valid_index.m | 2 +-
inst/@sym/private/magic_double_str.m | 59 -
inst/@sym/private/make_sym_matrix.m | 7 +-
inst/@sym/private/mat_access.m | 29 +-
inst/@sym/private/mat_mask_access.m | 139 --
inst/@sym/private/mat_mask_asgn.m | 111 --
inst/@sym/private/mat_rccross_access.m | 4 +-
inst/@sym/private/mat_rclist_access.m | 4 +-
inst/@sym/private/mat_rclist_asgn.m | 4 +-
inst/@sym/private/mat_replace.m | 64 +-
inst/@sym/private/triop_helper.m | 80 -
inst/@sym/private/uniop_helper.m | 46 -
inst/@sym/private/ustr_length.m | 61 -
inst/@sym/prod.m | 44 +-
inst/@sym/psi.m | 28 +-
inst/@sym/qr.m | 41 +-
inst/@sym/rank.m | 25 +-
inst/@sym/real.m | 28 +-
inst/@sym/repmat.m | 11 +-
inst/@sym/rewrite.m | 11 +-
inst/@sym/rhs.m | 2 +-
inst/@sym/round.m | 36 +-
inst/@sym/rref.m | 26 +-
inst/@sym/sec.m | 18 +-
inst/@sym/sech.m | 24 +-
inst/@sym/setdiff.m | 13 +-
inst/@sym/setxor.m | 20 +-
inst/@sym/sign.m | 18 +-
inst/@sym/simplify.m | 44 +-
inst/@sym/sin.m | 18 +-
inst/@sym/{exp.m => sind.m} | 45 +-
inst/@sym/sinh.m | 18 +-
inst/@sym/sinhint.m | 21 +-
inst/@sym/sinint.m | 21 +-
inst/@sym/solve.m | 58 +-
inst/@sym/sort.m | 19 +-
inst/@sym/sqrt.m | 18 +-
inst/@sym/ssinint.m | 2 +-
inst/@sym/subs.m | 74 +-
inst/@sym/subsasgn.m | 156 +-
inst/@sym/subsref.m | 81 +-
inst/@sym/sum.m | 27 +-
inst/@sym/svd.m | 30 +-
inst/@sym/sym.m | 672 ++++---
inst/@sym/symprod.m | 32 +-
inst/@sym/sympy.m | 65 +
inst/@sym/symreplace.m | 16 +-
inst/@sym/symsum.m | 22 +-
inst/@sym/tan.m | 18 +-
inst/@sym/{exp.m => tand.m} | 45 +-
inst/@sym/tanh.m | 18 +-
inst/@sym/taylor.m | 87 +-
inst/@sym/times.m | 2 +-
inst/@sym/toeplitz.m | 54 +-
inst/@sym/trace.m | 9 +-
inst/@sym/union.m | 11 +-
inst/@sym/unique.m | 11 +-
inst/@sym/vertcat.m | 16 +-
inst/@sym/xor.m | 2 +-
inst/@sym/zeros.m | 89 +
inst/@sym/zeta.m | 20 +-
inst/@symfun/argnames.m | 7 +-
inst/@symfun/diff.m | 6 +-
inst/@symfun/symfun.m | 63 +-
inst/@symfun/symvar.m | 8 +-
inst/assume.m | 232 +++
inst/assumptions.m | 102 +-
inst/cell2sym.m | 75 +
inst/dirac.m | 2 +-
inst/eulergamma.m | 3 +-
inst/evalpy.m | 20 +-
inst/findsymbols.m | 23 +-
inst/finiteset.m | 14 +-
inst/misc.tst | 8 +
inst/octsympy_tests.m | 7 +-
inst/private/assert_have_python_and_sympy.m | 2 +-
inst/private/check_and_convert.m | 70 +
inst/private/const_to_python_str.m | 101 ++
inst/private/do_highbyte_escapes.m | 8 +-
inst/private/extractblock.m | 4 +
inst/private/get_sym_from_python.m | 62 +
inst/private/magic_double_str.m | 59 -
inst/private/magic_str_str.m | 4 +-
inst/private/python_copy_vars_from.m | 2 +-
inst/private/python_copy_vars_to.m | 28 +-
inst/private/python_header.m | 1 +
inst/private/python_header.py | 93 +-
inst/private/python_ipc_driver.m | 13 +-
inst/private/python_ipc_native.m | 105 ++
inst/private/python_ipc_popen2.m | 9 +-
inst/private/python_ipc_sysoneline.m | 10 +-
inst/private/python_ipc_system.m | 5 +-
inst/private/readblock.m | 2 +-
.../{indent_lines.m => store_vars_in_python.m} | 25 +-
inst/private/undo_highbyte_escapes.m | 1 +
inst/private/valid_sym_assumptions.m | 24 +-
inst/python_cmd.m | 133 +-
inst/sympref.m | 119 +-
inst/syms.m | 32 +-
inst/test_bugs.tst | 8 +-
inst/vpa.m | 6 +-
inst/vpasolve.m | 18 +-
make_release_packages.sh | 72 -
make_windows_package.sh | 78 -
misc/convert_comments.m | 289 ---
misc/extract_tests_for_matlab.m | 6 +-
misc/octassert.m | 38 +-
src/Makefile | 73 -
src/aclocal.m4 | 15 -
src/bootstrap | 8 -
src/configure | 1857 --------------------
src/configure.ac | 33 -
src/generate_functions.py | 246 ---
src/m4/ax_compare_version.m4 | 177 --
testing/README.md | 52 -
testing/echo_bug.bat | 24 -
testing/mydbpy.bat | 19 -
testing/test_pipe_py2.m | 112 --
testing/test_pipe_python.m | 134 --
testing/test_python_prog_as_string.m | 77 -
316 files changed, 7510 insertions(+), 6919 deletions(-)
delete mode 100644 .travis.yml
delete mode 100644 HOWTO-release.md
create mode 100644 Makefile
delete mode 100644 README.bundled.md
delete mode 100644 README.matlab.md
delete mode 100644 TODO.md
create mode 100644 inst/@double/coshint.m
create mode 100644 inst/@double/cosint.m
create mode 100644 inst/@double/dilog.m
create mode 100644 inst/@double/fresnelc.m
create mode 100644 inst/@double/fresnels.m
create mode 100644 inst/@double/logint.m
create mode 100644 inst/@double/polylog.m
create mode 100644 inst/@double/sinhint.m
create mode 100644 inst/@double/sinint.m
create mode 100644 inst/@double/zeta.m
copy inst/@sym/{exp.m => acosd.m} (60%)
copy inst/@sym/{sinhint.m => acsch.m} (58%)
create mode 100644 inst/@sym/adjoint.m
copy inst/@sym/{dilog.m => angle.m} (62%)
copy inst/@sym/{exp.m => asind.m} (60%)
copy inst/@sym/{exp.m => atand.m} (60%)
copy inst/{@symfun/numel.m => @sym/beta.m} (67%)
create mode 100644 inst/@sym/charpoly.m
create mode 100644 inst/@sym/chol.m
copy inst/@sym/{exp.m => cosd.m} (62%)
copy inst/@sym/{acot.m => dawson.m} (57%)
copy inst/@sym/{rows.m => divisors.m} (63%)
create mode 100644 inst/@sym/equationsToMatrix.m
create mode 100644 inst/@sym/eye.m
copy inst/@sym/{dilog.m => hilb.m} (63%)
copy inst/@sym/{rows.m => invhilb.m} (65%)
create mode 100644 inst/@sym/ones.m
copy inst/@sym/{nextprime.m => prevprime.m} (58%)
delete mode 100644 inst/@sym/private/binop_helper.m
copy inst/@sym/private/{assert_same_shape.m => cell2nosyms.m} (81%)
create mode 100644 inst/@sym/private/check_assumptions.m
create mode 100644 inst/@sym/private/const_to_python_str.m
delete mode 100644 inst/@sym/private/def_each_elem_binary.m
create mode 100644 inst/@sym/private/elementwise_op.m
delete mode 100644 inst/@sym/private/magic_double_str.m
delete mode 100644 inst/@sym/private/mat_mask_access.m
delete mode 100644 inst/@sym/private/mat_mask_asgn.m
delete mode 100644 inst/@sym/private/triop_helper.m
delete mode 100644 inst/@sym/private/uniop_helper.m
delete mode 100644 inst/@sym/private/ustr_length.m
copy inst/@sym/{exp.m => sind.m} (62%)
create mode 100644 inst/@sym/sympy.m
copy inst/@sym/{exp.m => tand.m} (62%)
create mode 100644 inst/@sym/zeros.m
create mode 100644 inst/assume.m
create mode 100644 inst/cell2sym.m
create mode 100644 inst/private/check_and_convert.m
create mode 100644 inst/private/const_to_python_str.m
create mode 100644 inst/private/get_sym_from_python.m
delete mode 100644 inst/private/magic_double_str.m
create mode 100644 inst/private/python_ipc_native.m
copy inst/private/{indent_lines.m => store_vars_in_python.m} (66%)
delete mode 100755 make_release_packages.sh
delete mode 100755 make_windows_package.sh
delete mode 100644 misc/convert_comments.m
delete mode 100644 src/Makefile
delete mode 100644 src/aclocal.m4
delete mode 100755 src/bootstrap
delete mode 100755 src/configure
delete mode 100644 src/configure.ac
delete mode 100755 src/generate_functions.py
delete mode 100644 src/m4/ax_compare_version.m4
delete mode 100644 testing/README.md
delete mode 100644 testing/echo_bug.bat
delete mode 100755 testing/mydbpy.bat
delete mode 100644 testing/test_pipe_py2.m
delete mode 100644 testing/test_pipe_python.m
delete mode 100644 testing/test_python_prog_as_string.m
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-symbolic.git
More information about the Pkg-octave-commit
mailing list