[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-385-gca11a8c

Alexei Sheplyakov git at ginac.de
Tue Jul 30 21:06:13 CEST 2013


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, master has been updated
       via  ca11a8c1471ae650f0124db5e9bf48cc04f9d8f0 (commit)
       via  b23a2dfdcd478b00a11c6c2184fbe197a3ac5bfb (commit)
      from  e45f9fca76b81e01ffa5edc417c29538fa05147b (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 ca11a8c1471ae650f0124db5e9bf48cc04f9d8f0
Author: Vladimir V. Kisil <kisilv at maths.leeds.ac.uk>
Date:   Sun Jul 28 23:25:01 2013 +0100

    Add the case of c1=-1 and c2>0 to the rewriting rule of exponents: (x^c1)^c2 -> x^(c1 * c2)

commit b23a2dfdcd478b00a11c6c2184fbe197a3ac5bfb
Author: Alexei Sheplyakov <Alexei.Sheplyakov at gmail.com>
Date:   Sun Jul 28 18:43:06 2013 +0300

    [bugfix] factor_univariate(): handle polinomials over rationals (no segfaults any more).

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

Summary of changes:
 check/CMakeLists.txt            |    1 +
 check/Makefile.am               |    4 ++++
 check/exam_powerlaws.cpp        |    6 +++---
 check/factor_univariate_bug.cpp |   21 +++++++++++++++++++++
 ginac/factor.cpp                |   12 +++++++++++-
 ginac/power.cpp                 |    7 ++++---
 6 files changed, 44 insertions(+), 7 deletions(-)
 create mode 100644 check/factor_univariate_bug.cpp


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


More information about the GiNaC-devel mailing list