Added tests, fixed some bugs for Eisenstein series#7012
Open
assaferan wants to merge 171 commits into
Open
Conversation
…e_gap code snippets for groups
…ey code snippet for abstract groups
Add number field search for unit signature rank
…handling for jump box
Add more latex names for number fields
Fixes by autopep8 action
Fix transitive group id for degree 16 multi-quadratic fields
Fix comment type for Sage download of Hilbert cusp form eigenvalues
Add multi-label support to Find box for number fields
Fixes by autopep8 action
Bug fix for computing latex names for certain cubic fields
The families search had no `download` shortcut on its `search_wrap`, so clicking Download just re-ran the search and refreshed the page. Add an `LF_families_download` Downloader and register it as the download shortcut. Also set `apply_download` on the `base_field` column so the relative-families download doesn't crash on the virtual `rf0` field (only populated by the wrapper's postprocess, not the downloader's row stream). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…e47168 Fix download for p-adic families search results (LMFDB#6829)
The datapage() helper used by every "Underlying data" page fetched every matching row from each table, which on labels like /ModularCurve/data/2.6.0.a.1 meant rendering ~190K modcurve_points records and locking up the browser (issue LMFDB#6939). datapage() now caps each per-table result at limit=100 (overridable via the _limit query arg, clamped to 10000). It fetches limit+1 rows to detect truncation cheaply and only calls count() when the cap is hit. The template displays "Showing the first N of M matching records" when a table is truncated; the JSON/YAML output gains totals and limit fields so API consumers can detect truncation too. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…7d43 Cap /data/ pages at 100 rows per table (fix LMFDB#6939)
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
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.