-
-
Notifications
You must be signed in to change notification settings - Fork 671
Closed
Milestone
Description
From pynac-0.7.4 Changelog:
- improve domain logic (use Pynac for some symbolic comparisons instead of Maxima #18883, Doctests: Even reals are integers #22026)
- improve derivatives of
conjugate
,real
,imag
,abs
(Differentiation of conj/imag/real/abs functions #22209) - precision was lost with some useries
- replace crationality with exactness when deciding when to evalf (fixes Inconsistent handling of exact function arguments #22142)
- fix giac support
- expose
to_gamma()
andgamma_normalize()
to Sage (Interface expression conversion to gamma() and normalization #22174) - improve gamma normalization in Gosper summation
- performance improvements
- fix inconsistent handling of exact function arguments (Inconsistent handling of exact function arguments #22142)
With this ticket we also finally turn on Giac support in Pynac (used for GCD) again (#21885).
https://github.com/pynac/pynac/releases/download/pynac-0.7.4/pynac-0.7.4.tar.bz2
Component: packages: standard
Author: Ralf Stephan
Branch/Commit: 57c7bce
Reviewer: Volker Braun
Issue created by migration from https://trac.sagemath.org/ticket/22219