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 <kisilv@maths.leeds.ac.uk> 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