-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
sage.quadratic_forms
: Modularization fixes for imports
#35305
sage.quadratic_forms
: Modularization fixes for imports
#35305
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #35305 +/- ##
===========================================
- Coverage 88.62% 88.32% -0.30%
===========================================
Files 2148 2145 -3
Lines 398855 398750 -105
===========================================
- Hits 353480 352193 -1287
- Misses 45375 46557 +1182
... and 41 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
b9b1b68
to
db14049
Compare
#35166 makes |
db14049
to
2517312
Compare
…e.libs.pari sage.rings.padics
…tions, sage.symbolic into method
…ions into methods
…orts into methods
…ting some methods
Otherwise, LGTM. |
55d3560
to
d91a795
Compare
I looked through the rendered documentation. There are many math formulas with asterisks |
Yes, these don't look very pretty. But I thought the intention is that "*" shows up in the text version (I don't know if that would be important.) In |
I have changed |
ed1c946
to
a937a04
Compare
For me, For multiplication, I like the mapping |
I am not sure since I don't read |
I did. |
Okay now. |
|
I am okay with either way. |
Documentation preview for this PR is ready! 🎉 |
OK, then I'll leave experimentation with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixes. LGTM.
Thanks very much for reviewing! |
📚 Description
We make
sage.quadratic_forms
ready for modularized distributions by:sage.rings.padics.factory
, into methodslazy_import
to provide the methods ofQuadraticForm
implemented in separate modules# optional
annotations to doctestsAlso some improvements to the code style of doctests and the Sphinx markup of some docstrings have been made.
This has been and can be tested by merging into:
sagemath-polyhedra ships vector spaces etc. and now also portions of
sage.quadratic_forms
– see https://github.com/sagemath/sage/pull/35095/files#diff-f4c7c1beea87ae44c426de0a55459daef63b75b701b72bc136d88f4e7c9285cfR104Resolves #35243
Part of:
📝 Checklist
⌛ Dependencies