-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State global i or I is a number field element (and no longer in the symbolic ring) #31758
Comments
Branch: u/mmezzarobba/31758 |
Commit: |
Author: Marc Mezzarobba |
New commits:
|
Reviewer: Matthias Koeppe |
comment:3
In Let us also change the files The Japanese one at |
Changed author from Marc Mezzarobba to Marc Mezzarobba, Samuel Lelièvre |
New commits:
|
Changed branch from u/mmezzarobba/31758 to public/31758 |
comment:7
Back to positive review, let's keep the missing bits Sorry for delaying this. |
comment:8
Oops, I just gave positive review to my own changes. Can someone fluent in Japanese check how to make similar changes in as were done in Ideally in this ticket. Otherwise in a follow-up ticket. |
Changed reviewer from Matthias Koeppe to Matthias Koeppe, Travis Scrimshaw |
comment:10
I have updated the Japanese version. I also removed a comma from the English version as I believe it makes the sentence grammatically incorrect. |
comment:11
My partner (who is Japanese) also double-checked my changes. |
Changed author from Marc Mezzarobba, Samuel Lelièvre to Marc Mezzarobba, Samuel Lelièvre, Travis Scrimshaw |
comment:12
Fantastic. Anyone happy to set this to positive review? |
comment:13
Since I made the last commit, I should not do it. However, please go ahead since you seem to approve of my changes. |
comment:14
I'm a Japanese. I agree with tscrim. |
Changed reviewer from Matthias Koeppe, Travis Scrimshaw to Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre |
comment:15
Travis, I gather you give positive review to my changes. gh-umedoblock, add your full name to the reviewers field This seems ready to go in. |
comment:16
slelievre, I added my name to the reviewers. |
Changed reviewer from Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre to Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, gh-umedoblock |
comment:17
It should be your real name. |
comment:18
OK ? |
Changed reviewer from Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, gh-umedoblock to Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, Hideyuki YASUDA |
comment:19
はい。記入頂きどうもありがとうございます。 |
Changed reviewer from Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, Hideyuki YASUDA to Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, Hideyuki Yasuda |
Changed branch from public/31758 to |
After #18036, the global
i
orI
is defined asa number field element rather than a symbolic constant.
Necessary adaptations throughout the code base were
made in #18036, as well as a deprecation in
src/sage/symbolic/all.py
, which should be updatedonly after the usual one year deprecation period (starting
from the release of Sage 9.3).
Only a few more documentation bits need updating in:
src/doc/*/tutorial/tour_rings.pyx
src/sage/rings/complex_mpfr.pyx
as revealed by
Many places could also get the symbolic
I
directlyusing
SR.I()
rather than converting withSR(I)
.CC: @mezzarobba @slel @videlec @tscrim @umedoblock @embray
Component: documentation
Author: Marc Mezzarobba, Samuel Lelièvre, Travis Scrimshaw
Branch/Commit:
da6bd33
Reviewer: Matthias Koeppe, Travis Scrimshaw, Samuel Lelièvre, Hideyuki Yasuda
Issue created by migration from https://trac.sagemath.org/ticket/31758
The text was updated successfully, but these errors were encountered: