Opened 4 years ago
Last modified 4 years ago
#24329 closed defect
Upgrade to pynac-0.7.14 — at Version 6
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.2 |
Component: | packages: standard | Keywords: | |
Cc: | fbissey | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | u/rws/upgrade_to_pynac_0_7_14 | Commit: | 9252fbd8d1bf8c8c651742c185ae2f527fbee962 |
Dependencies: | #24318 | Stopgaps: |
Description (last modified by )
In 0.7.14:
- fix subs regression (#24262)
- improve inexact numerics (#24299, #24317)
(x^-a)^-b --> (x^a)^b
, witha,b numeric > 0
- fix
mul
of infinities (#24327) - implement
has_function()
(#24283) - use arb for inverse trig/hyperbolic funs
- internally rename
tgamma
togamma
(affects print order)
In 0.7.13:
- fix
ex.coefficients()
bugs (#23545, #24147) - fix interface to Singular GCD (#23845)
- fix compiler warnings
asin
/atan
enhancements (#24211)set_of_all()
function (#24176)- upgrade
ax_cxx_compile_stdcxx_11.m4
https://github.com/pynac/pynac/releases/download/pynac-0.7.14/pynac-0.7.14.tar.bz2
Change History (6)
comment:1 Changed 4 years ago by
- Description modified (diff)
comment:2 Changed 4 years ago by
- Dependencies set to #24318
comment:3 Changed 4 years ago by
- Branch set to u/rws/upgrade_to_pynac_0_7_14
comment:4 Changed 4 years ago by
- Commit set to 9252fbd8d1bf8c8c651742c185ae2f527fbee962
comment:5 Changed 4 years ago by
- Cc fbissey added
comment:6 Changed 4 years ago by
- Description modified (diff)
- Status changed from new to needs_review
Double upgrade since 0.7.13 doesn't make it into 8.2.beta1.
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. New commits:
24329: doctest additions, adaptations