File: SPKG.txt

package info (click to toggle)
sagemath-database-elliptic-curves 0.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,208 kB
  • ctags: 3
  • sloc: python: 69; makefile: 8
file content (60 lines) | stat: -rw-r--r-- 1,594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
= elliptic_curves =

== Description ==
 
Includes two databases:

 * A small subset of the data in John Cremona's database of elliptic curves up
   to conductor 10000. See http://www.warwick.ac.uk/~masgaj/ftp/data/ or
   http://sage.math.washington.edu/cremona/INDEX.html
 * William Stein's database of interesting curves

== SPKG Maintainers ==

 * R. Andrew Ohana <andrew.ohana@gmail.com>

== Upstream Contact ==

=== cremona_mini ===

 * Author: John Cremona
 * Email: john.cremona@gmail.com
 * Website: http://www.warwick.ac.uk/~masgaj/ftp/data/

=== ellcurves ===

 * Author: William Stein
 * Email: wstein@gmail.com

== Dependencies ==

 * sqlite
 * python

== Changelog ==

=== elliptic_curves-0.7 (R. Andrew Ohana, 2012-05-17) ===
 * #13123: move SAGE_DATA to SAGE_LOCAL/share

=== elliptic_curves-0.6 (R. Andrew Ohana, 2012-03-27) ===
 * #12763: fix permissions for the installed files

=== elliptic_curves-0.5 (Keshav Kini, 2012-03-18) ===
 * #12694: make the spkg contain a src/ directory and track everything else

=== elliptic_curves-0.4 (R. Andrew Ohana, 9 March 2012) ===
 * #12644: reduce the size of the spkg by half
 * use os.path.join and file.xreadlines

=== elliptic_curves-0.3 (R. Andrew Ohana, 9 September 2011) ===
 * Fixed a potential bug in spkg-install script
 * cremona_mini install script now constructs the database from scratch

=== elliptic_curves-0.2 (R. Andrew Ohana, 1 August 2011) ===
 * Updated cremona_mini to use a SQLite3 database
 * Made SPKG follow guidelines
 
=== elliptic_curves-0.1 (unknown, unknown) ===
 * previous version(s)
 * lost to history