Skip to content

Added tests, fixed some bugs for Eisenstein series#7012

Merged
171 commits merged into
LMFDB:alphafrom
assaferan:eisenstein
May 29, 2026
Merged

Added tests, fixed some bugs for Eisenstein series#7012
171 commits merged into
LMFDB:alphafrom
assaferan:eisenstein

Conversation

@assaferan

Copy link
Copy Markdown
Contributor

No description provided.

rvisser7 and others added 30 commits March 11, 2026 15:00
Add number field search for unit signature rank
roed314 and others added 25 commits May 7, 2026 19:03
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
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.