Open nsirolli opened 10 years ago
Last 10 new commits:
c6d8d3b | Está todo mal? |
0656c17 | Missing documentation, testing... |
e13a7d9 | Added examples... but still not working. |
0c5688b | Needs work... |
2ecd8b5 | Doctest fails... |
2be80fd | Fixed the integral case... still has bugs in the half-integral |
ed4dd0d | Added documentation for is_totally_even |
6930c58 | Done! |
7827d2c | Added doctest for CohenOesterle |
e3950ed | Final version! |
Author: Nicolás Sirolli
Changed branch from u/nmsirolli/half_integral_dimensions to u/nmsirolli/half_dims
Description changed:
---
+++
@@ -1 +1 @@
-
+Added functionality for computing the dimensions of modular forms of half-integral weights, using the formulas given by Cohen-Oesterle and Serre-Stark.
Description changed:
---
+++
@@ -1 +1 @@
-Added functionality for computing the dimensions of modular forms of half-integral weights, using the formulas given by Cohen-Oesterle and Serre-Stark.
+Added functionality for computing the dimensions of the spaces of modular (cusp) forms of half-integral weights, using the formulas given by Cohen-Oesterle and Serre-Stark.
Reviewer: Michael Neururer
docbuild fails with
[arithgrou] 'ascii' codec can't decode byte 0xc3 in position 18458: ordinal not in range(128)
Branch pushed to git repo; I updated commit sha1. New commits:
00519bf | Fixed problem with non-ascii character in congroup_gamma1.py. |
You should add # -*- coding: utf-8 -*-
as the first line of the Python file, then you can use any utf-8 in docstrings.
Branch pushed to git repo; I updated commit sha1. New commits:
d72d3b7 | Switched back to utf-8, following vbraun's advice. |
Completely breaks src/sage/modular/ssmod/ssmod.py, possibly other stuff. Run the testsuite...
Branch pushed to git repo; I updated commit sha1. New commits:
8cf8808 | Fixed error about dimensions for Gamma0; added doctesting for that. |
Sorry about that.
There was an error in arithgroup_generic.py, where the weight needed to be coerced into ZZ to make expressions like 'k // ZZ(4)' work properly. Now this is fixed.
I added doctesting for computing dimensions for Gamma0 in arithgroup_generic.py.
Now running sage -testall yields no errors.
Branch pushed to git repo; I updated commit sha1. New commits:
4f6bf15 | Merging with the recently released Sage 6.4 |
needs rebase, branch does not apply
I have done the rebase, hopfully in a correct way.
New commits:
da60ad2 | Merge branch 'u/nmsirolli/half_dims' into 6.9.b6 |
Changed branch from u/nmsirolli/half_dims to public/ticket/17093
ping !
Branch pushed to git repo; I updated commit sha1. New commits:
56827c3 | Merge branch 'public/ticket/17093' into 7.1.b0 |
Branch pushed to git repo; I updated commit sha1. New commits:
7b01ff9 | Merge branch 'public/ticket/17093' into 7.1.b3 |
Branch pushed to git repo; I updated commit sha1. New commits:
3896fac | trac #17093 undo wrong move |
Branch pushed to git repo; I updated commit sha1. New commits:
9c0f9da | Merge branch 'public/ticket/17093' in 7.3.b9 |
Branch pushed to git repo; I updated commit sha1. New commits:
730ac48 | Merge branch 'public/ticket/17093' in 7.5.b1 |
Branch pushed to git repo; I updated commit sha1. New commits:
c52cddc | trac #17094 details about : :: |
Branch pushed to git repo; I updated commit sha1. New commits:
bdb20a2 | Merge branch 'public/ticket/17093' in 7.6.rc1 |
ping ?
Branch pushed to git repo; I updated commit sha1. New commits:
3de6331 | Merge branch 'public/ticket/17093' in 8.0.b5 |
Branch pushed to git repo; I updated commit sha1. New commits:
7f83f79 | Merge branch 'public/ticket/17093' in 8.1.rc0 |
Branch pushed to git repo; I updated commit sha1. New commits:
411af56 | Merge branch 'public/ticket/17093' in 8.3.b2 |
Branch pushed to git repo; I updated commit sha1. New commits:
7ff8e7f | Merge branch 'public/ticket/17093' in 8.4.b0 |
Added functionality for computing the dimensions of the spaces of modular (cusp) forms of half-integral weights, using the formulas given by Cohen-Oesterle and Serre-Stark.
Component: modular forms
Author: Nicolás Sirolli
Branch/Commit: public/ticket/17093 @
c63281f
Reviewer: Michael Neururer
Issue created by migration from https://trac.sagemath.org/ticket/17093