[pynac] branch master updated (2c6601f -> 0604e70)

Julien Puydt julien.puydt at laposte.net
Sat Dec 24 20:32:02 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  2c6601f   New upstream version 0.7.0
      adds  f699ed1   New upstream version 0.7.1
       new  40edefd   Merge tag 'upstream/0.7.1'
       new  1124669   Switch to 0.7.1
       new  84b2c96   Add libsingular4-dev as build-dep
      adds  7991c06   New upstream version 0.7.2
       new  a9e95f9   Merge tag 'upstream/0.7.2'
       new  0604e70   Packaging 0.7.2

The 5 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:
 configure.ac                |  17 +-
 debian/changelog            |   5 +-
 debian/control              |   6 +-
 ginac/Makefile.am           |   8 +-
 ginac/basic.cpp             |   2 +-
 ginac/basic.h               |   5 +-
 ginac/clifford.cpp          |   6 +-
 ginac/constant.cpp          |   4 +-
 ginac/ex.h                  |   1 +
 ginac/expairseq.cpp         |   9 +-
 ginac/function.cpp          |   2 +-
 ginac/idx.cpp               |   2 +-
 ginac/inifcns.cpp           | 309 --------------------
 ginac/inifcns.h             |   9 +-
 ginac/inifcns_comb.cpp      | 241 ++++++++++++++++
 ginac/inifcns_orthopoly.cpp |   9 +
 ginac/inifcns_trans.cpp     | 167 ++++++++++-
 ginac/inifcns_trig.cpp      |   4 +-
 ginac/inifcns_zeta.cpp      |   2 +-
 ginac/mpoly-giac.cpp        | 431 ++++++++++++----------------
 ginac/mpoly-ginac.cpp       | 669 --------------------------------------------
 ginac/mpoly-singular.cpp    | 421 ++++++++++++++++++++++++++++
 ginac/mpoly.cpp             | 278 ++++++++++++++++++
 ginac/mul.cpp               |  25 +-
 ginac/normal.cpp            |   5 +-
 ginac/numeric.cpp           |  21 +-
 ginac/numeric.h             |   6 +-
 ginac/power.cpp             |  14 +-
 ginac/relational.cpp        |   2 +-
 ginac/symbol.cpp            |   2 +-
 ginac/symmetry.cpp          |   2 +-
 ginac/utils.h               |  13 +-
 ginac/wildcard.cpp          |   2 +-
 m4/pkg.m4                   | 214 ++++++++++++++
 pynac.pc.in                 |   4 +-
 35 files changed, 1604 insertions(+), 1313 deletions(-)
 create mode 100644 ginac/inifcns_comb.cpp
 create mode 100644 ginac/mpoly-singular.cpp
 create mode 100644 ginac/mpoly.cpp
 create mode 100644 m4/pkg.m4

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