[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, updated. release_1-4-0-522-ged91454

Richard B. Kreckel git at ginac.de
Thu Jan 28 22:59:07 CET 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GiNaC -- a C++ library for symbolic computations".

The branch, c++11 has been updated
       via  ed914545e01d60ecf2544e6141d6c5142c01327f (commit)
       via  c12c8ec3c5cf0c75f061f6c52d04206277bbdcca (commit)
      from  f8c2455fbbd34dbbfb72ac96eec0f45fd453bade (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ed914545e01d60ecf2544e6141d6c5142c01327f
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Jan 28 22:45:56 2016 +0100

    Remove 'level' argument of normal().
    
    The 'level' argument was modeled after that of the eval() methods
    (removed in 6c946d4c). It has never been very useful except for
    confusing developers and it hasn't been documented in the tutorial.
    Moreover, I have no indication that it has ever been used.

commit c12c8ec3c5cf0c75f061f6c52d04206277bbdcca
Author: Richard Kreckel <kreckel at ginac.de>
Date:   Thu Jan 28 22:11:46 2016 +0100

    Remove 'level' argument of evalf().
    
    The 'level' argument was modeled after that of the eval() methods
    (removed in 6c946d4c). It has never been very useful except for
    confusing developers. Moreover, I have no indication that it has
    ever been used.

-----------------------------------------------------------------------

Summary of changes:
 doc/tutorial/ginac.texi |  4 +--
 ginac/add.h             |  2 +-
 ginac/basic.cpp         | 16 +++---------
 ginac/basic.h           |  4 +--
 ginac/constant.cpp      |  2 +-
 ginac/constant.h        |  2 +-
 ginac/ex.h              | 12 ++++-----
 ginac/fderivative.cpp   |  7 -----
 ginac/fderivative.h     |  1 -
 ginac/function.cppy     |  9 +++----
 ginac/function.hppy     |  2 +-
 ginac/idx.cpp           |  2 +-
 ginac/idx.h             |  2 +-
 ginac/integral.cpp      | 20 +++-----------
 ginac/integral.h        |  2 +-
 ginac/matrix.h          |  4 +--
 ginac/mul.cpp           | 16 +++---------
 ginac/mul.h             |  4 +--
 ginac/normal.cpp        | 69 ++++++++++++++++---------------------------------
 ginac/numeric.cpp       |  4 +--
 ginac/numeric.h         |  4 +--
 ginac/power.cpp         | 18 ++++---------
 ginac/power.h           |  4 +--
 ginac/pseries.cpp       |  8 +-----
 ginac/pseries.h         |  4 +--
 ginac/structure.h       |  3 +--
 ginac/symbol.h          |  4 +--
 ginsh/ginsh.1.in        |  4 +--
 ginsh/ginsh_parser.ypp  | 22 +++-------------
 29 files changed, 80 insertions(+), 175 deletions(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations


More information about the GiNaC-devel mailing list