[Pkg-octave-commit] [octave-symbolic] 01/03: Updated version 2.6.0 from 'upstream/2.6.0'
Sébastien Villemot
sebastien at debian.org
Wed Aug 9 08:52:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository octave-symbolic.
commit 588ab62877c3ec82f736beb43b14dcb7c57ef05a
Merge: d33b622 6d0bb3c
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Aug 9 10:35:03 2017 +0200
Updated version 2.6.0 from 'upstream/2.6.0'
with Debian dir dcf06823ed910c24895927aca8f7d9cdbd6d86ef
.gitignore | 10 -
DESCRIPTION | 4 +-
INDEX | 345 ++++++++++++++++++
Makefile | 33 +-
NEWS | 54 +++
README.md | 78 ++---
bin/winwrapy.bat | 7 +
inst/@double/coshint.m | 10 +-
inst/@double/cosint.m | 10 +-
inst/@double/fresnelc.m | 10 +-
inst/@double/fresnels.m | 10 +-
inst/@double/{zeta.m => harmonic.m} | 48 +--
inst/@double/logint.m | 10 +-
inst/@double/sinhint.m | 10 +-
inst/@double/sinint.m | 10 +-
inst/@double/zeta.m | 10 +-
inst/@sym/angle.m | 2 +-
inst/@sym/double.m | 23 +-
inst/@sym/dsolve.m | 4 +-
inst/@sym/{angle.m => ellipke.m} | 40 ++-
inst/@sym/ellipticCE.m | 67 ++++
inst/@sym/ellipticCK.m | 66 ++++
inst/@sym/ellipticCPi.m | 71 ++++
inst/@sym/ellipticE.m | 128 +++++++
inst/@sym/ellipticF.m | 118 +++++++
inst/@sym/ellipticK.m | 118 +++++++
inst/@sym/ellipticPi.m | 134 +++++++
inst/@sym/equationsToMatrix.m | 4 +-
inst/@sym/fortran.m | 17 +-
inst/@sym/harmonic.m | 129 +++++++
inst/@sym/jordan.m | 71 ++--
inst/@sym/kroneckerDelta.m | 80 +++++
inst/@sym/mpower.m | 13 +-
inst/@sym/not.m | 2 +-
inst/@sym/pochhammer.m | 73 ++++
inst/@sym/private/cell_array_to_sym.m | 36 --
inst/@sym/private/const_to_python_str.m | 101 ------
inst/@sym/private/detect_special_str.m | 60 ++++
.../private/double_to_sym_exact.m} | 33 +-
inst/@sym/private/double_to_sym_heuristic.m | 69 ++++
inst/@sym/private/mat_access.m | 5 -
inst/@sym/private/mat_rclist_asgn.m | 6 +-
inst/@sym/private/mat_replace.m | 4 -
inst/@sym/repmat.m | 4 +-
inst/@sym/simplify.m | 4 +
inst/@sym/solve.m | 134 ++++---
inst/@sym/subs.m | 43 ++-
inst/@sym/subsasgn.m | 30 +-
inst/@sym/subsref.m | 34 --
inst/@sym/sym.m | 388 +++++++++++++++------
inst/@sym/sympy.m | 4 +
inst/@sym/taylor.m | 18 +-
inst/@symfun/int.m | 2 +-
inst/@symfun/isequal.m | 97 ++++++
inst/@symfun/isequaln.m | 114 ++++++
inst/@symfun/private/mystrsplit.m | 19 -
inst/@symfun/symfun.m | 23 +-
inst/assumptions.m | 8 +-
inst/misc.tst | 19 +
inst/private/check_and_convert.m | 12 +-
inst/private/const_to_python_str.m | 101 ------
inst/private/do_highbyte_escapes.m | 8 +
inst/private/extractblock.m | 8 +-
inst/private/mystrsplit.m | 19 -
inst/private/octave_array_to_python.m | 12 +-
inst/private/python_copy_vars_to.m | 2 +
inst/private/python_header.py | 6 +-
inst/private/python_ipc_driver.m | 8 +-
inst/private/python_ipc_sysoneline.m | 3 +-
inst/private/undo_highbyte_escapes.m | 7 +
inst/python_cmd.m | 28 +-
inst/sympref.m | 17 +-
inst/test_bugs.tst | 24 +-
inst/vpa.m | 60 +++-
inst/vpasolve.m | 130 ++++++-
75 files changed, 2706 insertions(+), 813 deletions(-)
--
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