-
Notifications
You must be signed in to change notification settings - Fork 227
main -> dev #6780
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
Merged
main -> dev #6780
+3,086
−182
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
“In elliptic_curves/code.yaml, replace Ser(mfcoefs(mf,20),q) by Ser(ellqexp(E,20),q) and remove duplicate L1:. Please run the snippet generator to refresh GP logs.”
ECNF/GP: fix conductor-norm snippet by calling idealnorm(K, ellglobalred(E)[1]) (missing K), resolving “too few arguments” in code-11.1-a1-gp.log and code-81.1-CMa1-gp.log.
GP: nfsubfields slice fixed (L[2..length(L)], not length(b)). Oscar: Avoid non-portable API: Replaced uppercase PolynomialRing/NumberField with lowercase polynomial_ring/number_field. automorphisms(K) now uses a fallback: isdefined(Main,:automorphisms) ? automorphisms(K) : Hecke.hom(K,K). Guarded transitive_group_identification(G) with degree(K) > 1. Fixed root discriminant to compute from discriminant(ring_of_integers(K)) (no stray dK). Class number formula block uses the lowercase API consistently.
elliptic_cuerves/code.yaml EC elliptic_curves/code.yaml: fix PARI q-expansion to Ser(ellan(E,20),q)*q (drop mffromell/mfcoefs/ellqexp), remove duplicate L1 block, and normalize whitespace.
Whitespace removed
solve whitespace issue
whitespace issue
whitespace issue
whitespace issue finally
Whitespace issue
whitespace issue finally
whitespace issue
whitespace issue
Update code.yaml
Fix #6742 - use flexbox for front page layout
fixing bug in size guessing for create_table_like
Fix incomplete message in higher genus pages
Fixes by autopep8 action
Fix bug in subgroup display when missing aut_tex
Add cyclic isogeny invariants, search options, and tests for AV/Fq Issue #6696
Fixes by autopep8 action
Completeness testing
Fixes by autopep8 action
Fix error when downloading fields without slopes known
Fixes by autopep8 action
Don't update ongoing operations on proddb
Add number field picture description page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.