[pynac] branch master updated (7c2a8b9 -> 948f609)

Julien Puydt julien.puydt at laposte.net
Fri May 13 07:22:29 UTC 2016


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

jpuydt-guest pushed a change to branch master
in repository pynac.

      from  7c2a8b9   Prepare for upload
      adds  d0dc0c9   Imported Upstream version 0.6.5
       new  abbf99b   Merge tag 'upstream/0.6.5'
       new  bc89e63   Update to latest upstream
       new  948f609   Update copyrights -- thanks Gianfranco Costamagna

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:
 .gitignore                  |   34 ++
 AUTHORS                     |   25 +-
 README                      |    2 +
 configure.ac                |    6 +-
 debian/changelog            |    9 +
 debian/control              |    6 +-
 debian/copyright            |    9 +-
 ginac/Makefile.am           |    3 +-
 ginac/add.cpp               |   16 +-
 ginac/expairseq.cpp         |    2 +-
 ginac/function.cpp          |    6 +-
 ginac/function.h            |    2 +-
 ginac/infinity.cpp          |   31 +-
 ginac/infinity.h            |    2 +-
 ginac/inifcns.cpp           |    2 +-
 ginac/inifcns.h             |   44 ++
 ginac/inifcns_gamma.cpp     |   34 +-
 ginac/inifcns_hyperb.cpp    | 1198 +++++++++++++++++++++++++++++++++++++++++
 ginac/inifcns_nstdsums.cpp  |  294 +---------
 ginac/inifcns_orthopoly.cpp |  171 ++++++
 ginac/inifcns_trans.cpp     |  622 ++--------------------
 ginac/inifcns_trig.cpp      | 1235 ++++++++++++++++++++++++++++++++-----------
 ginac/inifcns_zeta.cpp      |  359 +++++++++++++
 ginac/matrix.cpp            |    2 +-
 ginac/mul.cpp               |   16 +-
 ginac/normal.cpp            |   19 +-
 ginac/numeric.cpp           |   88 ++-
 ginac/numeric.h             |    4 +
 ginac/order.cpp             |   12 +
 ginac/order.h               |    1 +
 ginac/power.cpp             |   49 +-
 ginac/pseries.cpp           |   17 +-
 ginac/py_funcs.h            |    1 +
 ginac/symbol.cpp            |   27 +-
 34 files changed, 3078 insertions(+), 1270 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 ginac/inifcns_hyperb.cpp
 create mode 100644 ginac/inifcns_orthopoly.cpp
 create mode 100644 ginac/inifcns_zeta.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pynac.git



More information about the debian-science-commits mailing list