Skip to content
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

main -> dev #6253

Merged
merged 29 commits into from
Nov 16, 2024
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b2198db
Update abvar page to show info when hyp_count is known but not jacobi…
roed314 Oct 2, 2024
2d766ca
Move hence
roed314 Oct 17, 2024
e428490
Add _safe_execute to knowl database that waits for one second on an e…
roed314 Nov 8, 2024
9fab9c8
Fix bug found by linter
roed314 Nov 8, 2024
1107c80
Add test to check that knowls are syncing between dev and prod
roed314 Nov 10, 2024
1222454
Working on updating browse page
roed314 Nov 10, 2024
478078c
Merge branch 'main' of github.com:LMFDB/lmfdb into knowl_sync
roed314 Nov 10, 2024
6325a7e
Update language for Jacobians/principally polarizable
roed314 Nov 10, 2024
53a51c3
Working on browse page
roed314 Nov 10, 2024
69b4c04
Merge branch 'main' of github.com:LMFDB/lmfdb into show_hyp
roed314 Nov 10, 2024
35222a1
Add search columns and sorts
roed314 Nov 10, 2024
50b7c05
Update management.html
jvoight Nov 12, 2024
587adee
Update management.html
jvoight Nov 12, 2024
6fe5589
Remove use of color to designate complex conjugation
jwj61 Nov 13, 2024
1606d3e
Change color of Search again button when inputs change
roed314 Nov 14, 2024
4427a19
Add some knowls
roed314 Nov 14, 2024
4c5f66f
Merge pull request #6243 from jwj61/colorlessartin
jwj61 Nov 14, 2024
9e27934
Fix bug in decoding PC group elements
roed314 Nov 15, 2024
d0a9769
Add missing table to Maass downloader
roed314 Nov 15, 2024
b9eebfa
Add top-level rcs page
roed314 Nov 15, 2024
672e518
Merge pull request #6251 from roed314/top_rcs
JohnCremona Nov 15, 2024
a612955
Merge pull request #6196 from roed314/show_hyp
AndrewVSutherland Nov 15, 2024
2f60f23
Merge pull request #6238 from roed314/knowl_sync
AndrewVSutherland Nov 15, 2024
bc5184f
autopep8 action fixes
AndrewVSutherland Nov 15, 2024
080b4b7
Merge pull request #6252 from LMFDB/autopep8-patches
edgarcosta Nov 15, 2024
ef8afde
Merge pull request #6230 from roed314/knowl_safe
AndrewVSutherland Nov 15, 2024
99713dd
Merge pull request #6246 from roed314/search_blue
AndrewVSutherland Nov 15, 2024
a33538b
Merge pull request #6248 from roed314/pc_decode_fix
AndrewVSutherland Nov 15, 2024
52ace04
Merge pull request #6250 from roed314/maass_download
AndrewVSutherland Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lmfdb/maass_forms/web_maassform.py
Original file line number Diff line number Diff line change
@@ -336,6 +336,7 @@ def coefficient_table(self, rows=20, cols=3, row_opts=[20,60,334]):


class MaassFormDownloader(Downloader):
table = db.maass_rigor
title = 'Maass forms'

def download(self, label, lang='text'):