From git at ginac.de Mon Sep 11 23:17:53 2017 From: git at ginac.de (Richard B. Kreckel) Date: Mon, 11 Sep 2017 23:17:53 +0200 (CEST) Subject: [GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-585-gac58816 Message-ID: <20170911211753.680D4D801DE@cebix.net> 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 ac58816ee70e2f9e8d863f3869ce512a4009ddc9 (commit) from 60dbeb45d93b9610c840eecc9b4d7f5a71f9ab5d (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 ac58816ee70e2f9e8d863f3869ce512a4009ddc9 Author: Vladimir V. Kisil Date: Mon Sep 11 23:12:36 2017 +0200 [PATCH] Fix bug in evaluation of real and imaginary parts of powers. Be more careful when simplifying Re(a^c) -> a^c and Im(a^c) -> 0. Thanks to Jan Rheinl??nder for reporting this. ----------------------------------------------------------------------- Summary of changes: ginac/power.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations From git at ginac.de Tue Sep 12 23:09:06 2017 From: git at ginac.de (Richard B. Kreckel) Date: Tue, 12 Sep 2017 23:09:06 +0200 (CEST) Subject: [GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-587-gf62443c Message-ID: <20170912210906.E8470D80324@cebix.net> 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 f62443c1f2c678be0b6ff6ce58618f6e3b4cdfa8 (commit) via c3acaef24f0ac4c9024e0a116ce9249e46472624 (commit) from ac58816ee70e2f9e8d863f3869ce512a4009ddc9 (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 f62443c1f2c678be0b6ff6ce58618f6e3b4cdfa8 Author: Vladimir V. Kisil Date: Tue Sep 12 23:07:59 2017 +0200 Add LaTeX pretty-print for function derivatives. commit c3acaef24f0ac4c9024e0a116ce9249e46472624 Author: Richard Kreckel Date: Tue Sep 12 22:32:20 2017 +0200 Update m4/ax_cxx_compile_stdcxx.m4 to current upstream version. ----------------------------------------------------------------------- Summary of changes: ginac/fderivative.cpp | 18 ++ ginac/fderivative.h | 1 + m4/ax_cxx_compile_stdcxx.m4 | 464 +++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 461 insertions(+), 22 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations