Opened 5 years ago
Last modified 5 years ago
#23820 closed defect
Upgrade to Pynac-0.7.11 — at Initial Version
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | packages: standard | Keywords: | |
Cc: | fbissey | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
In Pynac-0.7.11:
- fix
coeff()
problem with fraction as argument (#19996) - fix: useries wasn't adapted to long numeric changes
- include last-minute fix from #23325
- hold context; see #10035
- immediate simplification of trig function with argument of form
I*x
- immediate simplification of hyperbolic function with argument of form
I*x
(x*y^(m/n)*z)^(r/s) ---> y^t*(x*z)^(r/s)
, ift
integer- cases function; see #20191
- use Singular for expansion of mul above certain threshold
- improvements with using libtool in configure
- remove unused code
https://github.com/pynac/pynac/releases/download/pynac-0.7.11/pynac-0.7.11.tar.bz2
Note: See
TracTickets for help on using
tickets.