-
-
Notifications
You must be signed in to change notification settings - Fork 641
Closed
Milestone
Description
https://github.com/pynac/pynac/releases/download/pynac-0.3.7/pynac-0.3.7.tar.bz2
fixes five bugs plus Py3 support:
- unhandled print order comparisons now call generic code instead of throwing exceptions (doctest fixed Pynac RuntimeErrors #17321)
- fix bug in adds with simplified numerics (Taking the real part of a sum of exponentials with imaginary exponents gives wrong result #12807)
- check if infinity direction is numeric before comparing to zero (bug in comparisons of infinite values #13326)
- treat muls and powers only with integer +/- one as special (doctest that only integer +/- 1 gets special treatment #12257)
- 00 is no longer an error (Inconsistency with 0^0 #18088)
- latest version of AX_PYTHON_DEVEL macro
Depends on #15642
Component: packages: standard
Author: Ralf Stephan
Branch/Commit: 23892cb
Reviewer: Vincent Delecroix, François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/18362