#23950 closed defect (fixed)
Upgrade to Pynac-0.7.12
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | packages: standard | Keywords: | |
Cc: | fbissey | Merged in: | |
Authors: | Ralf Stephan | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 3cbfac6 (Commits) | Commit: | |
Dependencies: | Stopgaps: |
Description (last modified by )
In Pynac-0.7.12:
- symbol replacements should inherit flags; care for
exp()
(#23861) - check series and polynomials for exponent overflow (#12589)
- fixes and improvements to Singular conversion (#23793, #23845)
- make
factor()
as capable as Maxima's (#23835) - immediate
exp(x)^y
simplifications - immediate
log()
of small powers simplifications (#23224) - make degree functions return numeric
https://github.com/pynac/pynac/releases/download/pynac-0.7.12/pynac-0.7.12.tar.bz2
Change History (18)
comment:1 Changed 3 years ago by
- Branch set to u/rws/upgrade_to_pynac_0_7_12
comment:2 Changed 3 years ago by
- Commit set to 41b0e2f445a13582cba37868f8fc80d6be1734a0
- Status changed from new to needs_review
comment:3 Changed 3 years ago by
- Description modified (diff)
comment:4 Changed 3 years ago by
- Commit changed from 41b0e2f445a13582cba37868f8fc80d6be1734a0 to 7afe755557ae357431d76c9ba6b6bdd2682f9070
Branch pushed to git repo; I updated commit sha1. New commits:
7afe755 | Merge branch 'develop' into t/23950/upgrade_to_pynac_0_7_12
|
comment:5 Changed 3 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
Off to the buildbots.
comment:6 Changed 3 years ago by
Thanks.
comment:7 follow-up: ↓ 9 Changed 3 years ago by
- Status changed from positive_review to needs_work
Merge conflict
comment:8 Changed 3 years ago by
- Cc fbissey added
comment:9 in reply to: ↑ 7 ; follow-up: ↓ 10 Changed 3 years ago by
- Status changed from needs_work to positive_review
Replying to vbraun:
Merge conflict
Branch is up-to-date. The merge commit was 7afe755557ae357. Where is the problem?
comment:10 in reply to: ↑ 9 Changed 3 years ago by
comment:11 Changed 3 years ago by
- Status changed from positive_review to needs_work
Then let's wait for that.
comment:12 Changed 3 years ago by
- Commit changed from 7afe755557ae357431d76c9ba6b6bdd2682f9070 to 49c6ff7a7da2e31328d14d7d98b10d2f3e6c2c76
Branch pushed to git repo; I updated commit sha1. New commits:
49c6ff7 | Merge branch 'develop' into t/23950/upgrade_to_pynac_0_7_12
|
comment:13 Changed 3 years ago by
- Status changed from needs_work to positive_review
comment:14 Changed 3 years ago by
- Status changed from positive_review to needs_work
sage -t --long --warn-long 74.0 src/sage/coding/code_bounds.py ********************************************************************** File "src/sage/coding/code_bounds.py", line 580, in sage.coding.code_bounds.entropy Failed example: codes.bounds.entropy(1/5,4).factor() Expected: 1/10*(log(3) - 4*log(4/5) - log(1/5))/log(2) Got: 1/10*(log(5) + log(3) - 4*log(4/5))/log(2) ********************************************************************** 1 item had failures: 1 of 6 in sage.coding.code_bounds.entropy [50 tests, 1 failure, 2.71 s]
comment:15 Changed 3 years ago by
- Commit changed from 49c6ff7a7da2e31328d14d7d98b10d2f3e6c2c76 to 3cbfac66854277be2632cd7a438f19ce36fe1639
Branch pushed to git repo; I updated commit sha1. New commits:
3cbfac6 | 23950: fix doctest
|
comment:16 Changed 3 years ago by
- Status changed from needs_work to positive_review
comment:17 Changed 3 years ago by
- Branch changed from u/rws/upgrade_to_pynac_0_7_12 to 3cbfac66854277be2632cd7a438f19ce36fe1639
- Resolution set to fixed
- Status changed from positive_review to closed
comment:18 Changed 3 years ago by
- Commit 3cbfac66854277be2632cd7a438f19ce36fe1639 deleted
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
New commits:
23950: version/chksum/remove patch
23950: update interface
23950: changes to symbolics code because of interface changes
23950: doctest fixes