Opened 5 years ago
Closed 5 years ago
#23820 closed defect (fixed)
Upgrade to Pynac-0.7.11
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | packages: standard | Keywords: | |
Cc: | fbissey | Merged in: | |
Authors: | Ralf Stephan | Reviewers: | François Bissey |
Report Upstream: | N/A | Work issues: | |
Branch: | 82dc6b6 (Commits, GitHub, GitLab) | Commit: | 82dc6b6d6ded2d5f44aebc3995835cebbb4729d9 |
Dependencies: | Stopgaps: |
Description (last modified by )
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
tarball: https://github.com/pynac/pynac/releases/download/pynac-0.7.11/pynac-0.7.11.tar.bz2
Change History (8)
comment:1 Changed 5 years ago by
comment:2 follow-up: ↓ 3 Changed 5 years ago by
Does this fix #23648 ?
comment:3 in reply to: ↑ 2 Changed 5 years ago by
comment:4 Changed 5 years ago by
- Cc fbissey added
comment:5 Changed 5 years ago by
- Branch set to u/rws/upgrade_to_pynac_0_7_11
comment:6 Changed 5 years ago by
- Commit set to 82dc6b6d6ded2d5f44aebc3995835cebbb4729d9
- Status changed from new to needs_review
comment:7 Changed 5 years ago by
- Description modified (diff)
- Reviewers set to François Bissey
- Status changed from needs_review to positive_review
Pass basic testing, sending it off.
comment:8 Changed 5 years ago by
- Branch changed from u/rws/upgrade_to_pynac_0_7_11 to 82dc6b6d6ded2d5f44aebc3995835cebbb4729d9
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
Doctest failures in manifolds code will make a patch necessary.