[Pkg-octave-commit] [octave-symbolic] branch master updated (5ee2651 -> ad11875)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Wed Jun 8 14:57:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a change to branch master
in repository octave-symbolic.

      from  5ee2651   Release to unstable.
       new  3bbd144   .gitignore: Update list of exclusions for Git
      adds  7414fd1   Imported Upstream version 2.4.0
       new  cab8da5   Merge tag 'upstream/2.4.0'
       new  b3fcebf   d/copyright: Reflect upstream changes
       new  ad11875   d/control: Insert upstream long description, via octave:Upstream-Description

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                                         |    1 +
 CONTRIBUTORS                                       |    4 +
 DESCRIPTION                                        |    7 +-
 HOWTO-release.md                                   |    6 +-
 NEWS                                               |   75 +-
 bin/winwrapy.bat                                   |    2 +-
 debian/control                                     |    9 +-
 debian/copyright                                   |   10 +-
 inst/@sym/abs.m                                    |    9 +-
 inst/@sym/acos.m                                   |    9 +-
 inst/@sym/acosh.m                                  |    9 +-
 inst/@sym/acot.m                                   |    9 +-
 inst/@sym/acoth.m                                  |    9 +-
 inst/@sym/{acosh.m => acsc.m}                      |   27 +-
 inst/@sym/airy.m                                   |   11 +-
 inst/@sym/and.m                                    |   35 +-
 inst/@sym/{acoth.m => asec.m}                      |   27 +-
 inst/@sym/{atanh.m => asech.m}                     |   31 +-
 inst/@sym/asin.m                                   |    9 +-
 inst/@sym/asinh.m                                  |    9 +-
 inst/@sym/assume.m                                 |   96 +-
 inst/@sym/assumeAlso.m                             |   60 +-
 inst/@sym/atan.m                                   |    9 +-
 inst/@sym/atan2.m                                  |   11 +-
 inst/@sym/atanh.m                                  |    9 +-
 inst/@sym/besselh.m                                |    9 +-
 inst/@sym/besseli.m                                |    6 +-
 inst/@sym/besselj.m                                |    6 +-
 inst/@sym/{besselj.m => besseljn.m}                |   45 +-
 inst/@sym/besselk.m                                |    6 +-
 inst/@sym/bessely.m                                |    6 +-
 inst/@sym/{besselj.m => besselyn.m}                |   42 +-
 inst/@sym/cat.m                                    |   46 +-
 inst/@sym/cbrt.m                                   |   18 +-
 inst/@sym/ceil.m                                   |    9 +-
 inst/@sym/children.m                               |    8 +-
 inst/@sym/colon.m                                  |   12 +-
 inst/@sym/columns.m                                |   20 +-
 inst/@sym/conj.m                                   |   53 +-
 inst/@sym/cos.m                                    |    9 +-
 inst/@sym/cosh.m                                   |    9 +-
 inst/@sym/{dirac.m => coshint.m}                   |   27 +-
 inst/@sym/{dirac.m => cosint.m}                    |   27 +-
 inst/@sym/cot.m                                    |    9 +-
 inst/@sym/coth.m                                   |    9 +-
 inst/@sym/csc.m                                    |    9 +-
 inst/@sym/{acos.m => csch.m}                       |   31 +-
 inst/@sym/ctranspose.m                             |   91 +-
 inst/@sym/curl.m                                   |   82 +-
 inst/@sym/det.m                                    |   12 +-
 inst/@sym/diag.m                                   |   50 +-
 inst/@sym/diff.m                                   |   50 +-
 inst/@sym/{numel.m => dilog.m}                     |   46 +-
 inst/@sym/dirac.m                                  |   14 +-
 inst/@sym/disp.m                                   |   63 +-
 inst/@sym/display.m                                |    2 +-
 inst/@sym/divergence.m                             |   61 +-
 inst/@sym/dot.m                                    |   24 +-
 inst/@sym/dsolve.m                                 |  131 +-
 inst/@sym/{dot.m => ei.m}                          |   70 +-
 inst/@sym/eig.m                                    |   67 +-
 inst/@sym/end.m                                    |   27 +-
 inst/@sym/eq.m                                     |   86 +-
 inst/@sym/erf.m                                    |    9 +-
 inst/@sym/erfc.m                                   |    9 +-
 inst/@sym/erfcinv.m                                |   12 +-
 inst/@sym/erfi.m                                   |    9 +-
 inst/@sym/erfinv.m                                 |    9 +-
 inst/@sym/exp.m                                    |    9 +-
 inst/@sym/expand.m                                 |   22 +-
 inst/@sym/expint.m                                 |  142 ++
 inst/@sym/ezplot.m                                 |   43 +-
 inst/@sym/ezplot3.m                                |   27 +-
 inst/@sym/{ezplot3.m => ezsurf.m}                  |   94 +-
 inst/@sym/factor.m                                 |   16 +-
 inst/@sym/factorial.m                              |    9 +-
 inst/@sym/findsym.m                                |   12 +-
 inst/@sym/floor.m                                  |    9 +-
 inst/@sym/{numel.m => fresnelc.m}                  |   47 +-
 inst/@sym/{numel.m => fresnels.m}                  |   47 +-
 inst/@sym/function_handle.m                        |  171 +-
 inst/@sym/gamma.m                                  |    9 +-
 inst/@sym/gammainc.m                               |  138 ++
 inst/@sym/gammaln.m                                |   78 +
 inst/@sym/ge.m                                     |   31 +-
 inst/@sym/gradient.m                               |   67 +-
 inst/@sym/gt.m                                     |   31 +-
 inst/@sym/has.m                                    |    4 +-
 inst/@sym/heaviside.m                              |   14 +-
 inst/@sym/hessian.m                                |   60 +-
 inst/@sym/horzcat.m                                |   27 +-
 inst/@sym/hypergeom.m                              |  120 ++
 inst/@sym/hypot.m                                  |   85 +
 inst/@sym/{argnames.m => igamma.m}                 |   49 +-
 inst/@sym/imag.m                                   |   39 +-
 inst/@sym/ipermute.m                               |   25 +-
 inst/@sym/isallconstant.m                          |   36 +-
 inst/@sym/isconstant.m                             |   26 +-
 inst/@sym/isempty.m                                |   15 +-
 inst/@sym/isequal.m                                |   35 +-
 inst/@sym/isequaln.m                               |   26 +-
 inst/@sym/isinf.m                                  |   23 +-
 inst/@sym/ismember.m                               |    9 +-
 inst/@sym/isna.m                                   |   22 +-
 inst/@sym/isnan.m                                  |   12 +-
 inst/@sym/isprime.m                                |    8 +-
 inst/@sym/jacobian.m                               |   72 +-
 inst/@sym/jordan.m                                 |  170 ++
 inst/@sym/laguerreL.m                              |  144 ++
 inst/@sym/lambertw.m                               |   41 +-
 inst/@sym/laplacian.m                              |   41 +-
 inst/@sym/ldivide.m                                |   10 +-
 inst/@sym/le.m                                     |   31 +-
 inst/@sym/length.m                                 |   12 +-
 inst/{catalan.m => @sym/lgamma.m}                  |   34 +-
 inst/@sym/lhs.m                                    |    8 +-
 inst/@sym/linspace.m                               |    8 +-
 inst/@sym/log.m                                    |    9 +-
 inst/@sym/log10.m                                  |   19 +-
 inst/@sym/log2.m                                   |   19 +-
 inst/@sym/{acoth.m => logint.m}                    |   28 +-
 inst/@sym/logspace.m                               |   10 +-
 inst/@sym/lt.m                                     |   55 +-
 inst/@sym/matlabFunction.m                         |   15 +-
 inst/@sym/minus.m                                  |   16 +-
 inst/@sym/mldivide.m                               |   10 +-
 inst/@sym/mpower.m                                 |    9 +-
 inst/@sym/mrdivide.m                               |   14 +-
 inst/@sym/mtimes.m                                 |   31 +-
 inst/@sym/nchoosek.m                               |   24 +-
 inst/@sym/ne.m                                     |   33 +-
 inst/@sym/nextprime.m                              |    8 +-
 inst/@sym/not.m                                    |   21 +-
 inst/@sym/numden.m                                 |   21 +-
 inst/@sym/numel.m                                  |   13 +-
 inst/@sym/or.m                                     |   36 +-
 inst/@sym/permute.m                                |   24 +-
 inst/@sym/pinv.m                                   |   27 +-
 inst/@sym/plus.m                                   |   16 +-
 inst/@sym/polylog.m                                |   76 +
 inst/@sym/power.m                                  |    9 +-
 inst/@sym/pretty.m                                 |   57 +-
 .../private/is_valid_index.m}                      |   49 +-
 .../private/{binop_helper.m => triop_helper.m}     |   48 +-
 inst/@sym/private/ustr_length.m                    |    2 +-
 .../@sym/{priv_disp_name.m => private_disp_name.m} |   15 +-
 inst/@sym/psi.m                                    |  119 ++
 inst/@sym/rdivide.m                                |   10 +-
 inst/@sym/real.m                                   |   35 +-
 inst/@sym/reshape.m                                |   40 +-
 inst/@sym/resize.m                                 |   85 +-
 inst/@sym/rewrite.m                                |   17 +-
 inst/@sym/rhs.m                                    |    8 +-
 inst/@sym/rows.m                                   |   20 +-
 inst/@sym/sec.m                                    |    9 +-
 inst/@sym/{acos.m => sech.m}                       |   31 +-
 inst/@sym/sign.m                                   |    9 +-
 inst/@sym/signIm.m                                 |   71 +
 inst/@sym/sin.m                                    |    9 +-
 inst/@sym/sinh.m                                   |    9 +-
 inst/@sym/{dirac.m => sinhint.m}                   |   27 +-
 inst/@sym/{dirac.m => sinint.m}                    |   27 +-
 inst/@sym/size.m                                   |   31 +-
 inst/@sym/solve.m                                  |   70 +-
 inst/@sym/sqrt.m                                   |    9 +-
 inst/@sym/{isscalar.m => ssinint.m}                |   43 +-
 inst/@sym/subsasgn.m                               |  152 +-
 inst/@sym/subsindex.m                              |   23 +-
 inst/@sym/subsref.m                                |   80 +-
 inst/@sym/sum.m                                    |   21 +-
 inst/@sym/sym.m                                    |  140 +-
 inst/@sym/sym2poly.m                               |   12 +-
 inst/@sym/symreplace.m                             |   80 +-
 inst/@sym/symsum.m                                 |   14 +-
 inst/@sym/symvar.m                                 |   42 +-
 inst/@sym/tan.m                                    |    9 +-
 inst/@sym/tanh.m                                   |    9 +-
 inst/@sym/times.m                                  |   10 +-
 inst/@sym/trace.m                                  |   51 +-
 inst/@sym/transpose.m                              |   65 +-
 inst/@sym/tril.m                                   |   42 +-
 inst/@sym/triu.m                                   |   42 +-
 inst/@sym/uminus.m                                 |   18 +-
 inst/@sym/uplus.m                                  |   23 +-
 inst/@sym/vertcat.m                                |   24 +-
 inst/@sym/xor.m                                    |   31 +-
 inst/@sym/{acoth.m => zeta.m}                      |   28 +-
 inst/@symfun/argnames.m                            |   19 +-
 inst/@symfun/diff.m                                |   72 +-
 inst/@symfun/formula.m                             |   27 +-
 inst/@symfun/int.m                                 |   41 +-
 inst/@symfun/ldivide.m                             |   29 +-
 inst/@symfun/minus.m                               |   45 +-
 inst/@symfun/mldivide.m                            |   28 +-
 inst/@symfun/mpower.m                              |   48 +-
 inst/@symfun/mrdivide.m                            |   30 +-
 inst/@symfun/mtimes.m                              |   45 +-
 inst/@symfun/numel.m                               |   24 +-
 inst/@symfun/plus.m                                |   45 +-
 inst/@symfun/power.m                               |   32 +-
 .../{priv_disp_name.m => private_disp_name.m}      |   17 +-
 inst/@symfun/rdivide.m                             |   31 +-
 inst/@symfun/size.m                                |   32 +-
 inst/@symfun/subsref.m                             |   29 +-
 inst/@symfun/symfun.m                              |  140 +-
 inst/@symfun/symvar.m                              |   73 +-
 inst/@symfun/times.m                               |   31 +-
 inst/{@sym/numel.m => @symfun/uminus.m}            |   43 +-
 inst/assumptions.m                                 |   68 +-
 inst/bernoulli.m                                   |   31 +-
 inst/catalan.m                                     |   13 +-
 inst/digits.m                                      |   30 +-
 inst/dirac.m                                       |   61 +
 inst/eulergamma.m                                  |   15 +-
 inst/evalpy.m                                      |   48 +-
 inst/fibonacci.m                                   |   40 +-
 inst/findsymbols.m                                 |   35 +-
 inst/finiteset.m                                   |   15 +-
 inst/heaviside.m                                   |   78 +
 inst/laguerreL.m                                   |  174 ++
 inst/lambertw.m                                    |  255 +++
 inst/misc.tst                                      |    4 +-
 inst/octsympy_tests.m                              |    4 +-
 inst/poly2sym.m                                    |   20 +-
 inst/private/assert_have_python_and_sympy.m        |   50 +
 inst/private/do_highbyte_escapes.m                 |   89 +
 inst/private/extractblock.m                        |   24 +-
 inst/private/python_header.py                      |   33 +-
 inst/private/python_ipc_driver.m                   |    2 +-
 inst/private/python_ipc_popen2.m                   |   20 +-
 inst/private/python_ipc_sysoneline.m               |   16 +-
 inst/private/python_ipc_system.m                   |   16 +-
 inst/private/undo_highbyte_escapes.m               |   30 +
 inst/python_cmd.m                                  |   28 +-
 inst/sympref.m                                     |  171 +-
 inst/syms.m                                        |   34 +-
 inst/test_bugs.tst                                 |    2 +-
 inst/vpa.m                                         |   27 +-
 inst/vpasolve.m                                    |   25 +-
 make_release_packages.sh                           |   10 +-
 make_windows_package.sh                            |   10 +-
 convert_comments.m => misc/convert_comments.m      |    0
 .../extract_tests_for_matlab.m                     |    2 +
 {inst/private => misc}/my_print_usage.m            |    2 +-
 inst/@sym/floor.m => misc/octassert.m              |   65 +-
 .../octsympy_tests_matlab.m                        |    0
 src/Makefile                                       |   13 +-
 src/aclocal.m4                                     |    1 -
 src/autom4te.cache/output.0                        | 1884 --------------------
 src/autom4te.cache/output.1                        | 1884 --------------------
 src/autom4te.cache/requests                        |  110 --
 src/autom4te.cache/traces.0                        |  178 --
 src/autom4te.cache/traces.1                        |  159 --
 src/configure                                      |   71 +-
 src/configure.ac                                   |   14 +-
 src/generate_functions.py                          |   60 +-
 src/m4/ax_python_module.m4                         |   49 -
 257 files changed, 6487 insertions(+), 6714 deletions(-)
 copy inst/@sym/{acosh.m => acsc.m} (78%)
 copy inst/@sym/{acoth.m => asec.m} (78%)
 copy inst/@sym/{atanh.m => asech.m} (77%)
 copy inst/@sym/{besselj.m => besseljn.m} (58%)
 copy inst/@sym/{besselj.m => besselyn.m} (59%)
 copy inst/@sym/{dirac.m => coshint.m} (76%)
 copy inst/@sym/{dirac.m => cosint.m} (76%)
 copy inst/@sym/{acos.m => csch.m} (77%)
 copy inst/@sym/{numel.m => dilog.m} (58%)
 copy inst/@sym/{dot.m => ei.m} (53%)
 create mode 100644 inst/@sym/expint.m
 copy inst/@sym/{ezplot3.m => ezsurf.m} (58%)
 copy inst/@sym/{numel.m => fresnelc.m} (55%)
 copy inst/@sym/{numel.m => fresnels.m} (55%)
 create mode 100644 inst/@sym/gammainc.m
 create mode 100644 inst/@sym/gammaln.m
 create mode 100644 inst/@sym/hypergeom.m
 create mode 100644 inst/@sym/hypot.m
 copy inst/@sym/{argnames.m => igamma.m} (54%)
 create mode 100644 inst/@sym/jordan.m
 create mode 100644 inst/@sym/laguerreL.m
 copy inst/{catalan.m => @sym/lgamma.m} (60%)
 copy inst/@sym/{acoth.m => logint.m} (75%)
 create mode 100644 inst/@sym/polylog.m
 copy inst/{private/my_print_usage.m => @sym/private/is_valid_index.m} (50%)
 copy inst/@sym/private/{binop_helper.m => triop_helper.m} (50%)
 rename inst/@sym/{priv_disp_name.m => private_disp_name.m} (78%)
 create mode 100644 inst/@sym/psi.m
 copy inst/@sym/{acos.m => sech.m} (77%)
 create mode 100644 inst/@sym/signIm.m
 copy inst/@sym/{dirac.m => sinhint.m} (76%)
 copy inst/@sym/{dirac.m => sinint.m} (76%)
 copy inst/@sym/{isscalar.m => ssinint.m} (60%)
 copy inst/@sym/{acoth.m => zeta.m} (77%)
 rename inst/@symfun/{priv_disp_name.m => private_disp_name.m} (79%)
 copy inst/{@sym/numel.m => @symfun/uminus.m} (61%)
 create mode 100644 inst/dirac.m
 create mode 100644 inst/heaviside.m
 create mode 100644 inst/laguerreL.m
 create mode 100644 inst/lambertw.m
 create mode 100644 inst/private/assert_have_python_and_sympy.m
 create mode 100644 inst/private/do_highbyte_escapes.m
 create mode 100644 inst/private/undo_highbyte_escapes.m
 rename convert_comments.m => misc/convert_comments.m (100%)
 rename extract_tests_for_matlab.m => misc/extract_tests_for_matlab.m (96%)
 rename {inst/private => misc}/my_print_usage.m (96%)
 copy inst/@sym/floor.m => misc/octassert.m (50%)
 rename octsympy_tests_matlab.m => misc/octsympy_tests_matlab.m (100%)
 delete mode 100644 src/autom4te.cache/output.0
 delete mode 100644 src/autom4te.cache/output.1
 delete mode 100644 src/autom4te.cache/requests
 delete mode 100644 src/autom4te.cache/traces.0
 delete mode 100644 src/autom4te.cache/traces.1
 delete mode 100644 src/m4/ax_python_module.m4

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