Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/elliptic_curves/SPKG.txt
8818 views
1
= elliptic_curves =
2
3
== Description ==
4
5
Includes two databases:
6
7
* A small subset of the data in John Cremona's database of elliptic curves up
8
to conductor 10000. See http://www.warwick.ac.uk/~masgaj/ftp/data/ or
9
http://sage.math.washington.edu/cremona/INDEX.html
10
* William Stein's database of interesting curves
11
12
== SPKG Maintainers ==
13
14
* R. Andrew Ohana <[email protected]>
15
16
== Upstream Contact ==
17
18
=== cremona_mini ===
19
20
* Author: John Cremona
21
* Email: [email protected]
22
* Website: http://www.warwick.ac.uk/~masgaj/ftp/data/
23
24
=== ellcurves ===
25
26
* Author: William Stein
27
* Email: [email protected]
28
29
== Dependencies ==
30
31
* sqlite
32
* python
33
34
== Changelog ==
35
36
=== elliptic_curves-0.7 (R. Andrew Ohana, 2012-05-17) ===
37
* #13123: move SAGE_DATA to SAGE_LOCAL/share
38
39
=== elliptic_curves-0.6 (R. Andrew Ohana, 2012-03-27) ===
40
* #12763: fix permissions for the installed files
41
42
=== elliptic_curves-0.5 (Keshav Kini, 2012-03-18) ===
43
* #12694: make the spkg contain a src/ directory and track everything else
44
45
=== elliptic_curves-0.4 (R. Andrew Ohana, 9 March 2012) ===
46
* #12644: reduce the size of the spkg by half
47
* use os.path.join and file.xreadlines
48
49
=== elliptic_curves-0.3 (R. Andrew Ohana, 9 September 2011) ===
50
* Fixed a potential bug in spkg-install script
51
* cremona_mini install script now constructs the database from scratch
52
53
=== elliptic_curves-0.2 (R. Andrew Ohana, 1 August 2011) ===
54
* Updated cremona_mini to use a SQLite3 database
55
* Made SPKG follow guidelines
56
57
=== elliptic_curves-0.1 (unknown, unknown) ===
58
* previous version(s)
59
* lost to history
60
61
62