Differences between revisions 4 and 5
Revision 4 as of 2010-06-09 14:17:31
Size: 3113
Editor: DavidKirkby
Comment:
Revision 5 as of 2010-06-09 14:21:42
Size: 3243
Editor: DavidKirkby
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The aim of this page is to coordinate the updating of standard packages, and the file '{{{$SAGE_ROOT/spkg/standard/deps}}}' on which they depend. Please list any standard packages you intend updating before the next release of Sage - even if its an alpha or release candidate. Do not list every package that has a bug in it that you intend working at some point in the future - only those which others should be aware of. Please try to keep the page up to date, and remove any entries as soon as possible. The aim of this page is to coordinate the updating of standard packages, and the file '{{{$SAGE_ROOT/spkg/standard/deps}}}' on which they depend. Please list any standard packages you intend working on in the next couple of weeks. Do not list every package that has a bug in it that you intend working at some point in the future - only those which others should be aware of. Please try to keep the page up to date, and remove any entries once the updated package is merged into a Sage release. Unless someone can find a better way to create links to trac tickets, the link in the page will not indicate if the ticket is closed or not.

Standard packages being actively worked on

The aim of this page is to coordinate the updating of standard packages, and the file '$SAGE_ROOT/spkg/standard/deps' on which they depend. Please list any standard packages you intend working on in the next couple of weeks. Do not list every package that has a bug in it that you intend working at some point in the future - only those which others should be aware of. Please try to keep the page up to date, and remove any entries once the updated package is merged into a Sage release. Unless someone can find a better way to create links to trac tickets, the link in the page will not indicate if the ticket is closed or not.

Packages

Package

Date (YYYY-MM-DD)

Who

Ticket(s)

atlas

2010-06-09

drkirkby

#9196

blas

boehm_gc

boost

cddlib

cephes

cliquer

conway_polynomials

cvxopt

cython

deps (dependency list)

docutils

ecl

eclib

ecm

elliptic_curves

examples

extcode

f2c

flint

flintqs

fortran

freetype

gap

gd

gdmodule

genus2reduction

gfan

ghmm

givaro

gnutls

graphs

gsl

iconv

iml

ipython

jinja

jinja2

lapack

lcalc

libdist_filelist

libfplll

libgcrypt

libgpg_error

libm4ri

libpng

linbox

matplotlib

maxima

mercurial

moin

mpfi

mpfr

mpir

mpmath

networkx

newest_version

notes.txt

ntl

numeric

numpy

opencdk

palp

pari

pexpect

pil

polybori

polytopes_db

pycrypto

pygments

pynac

python

python_gnutls

r

ratpoints

readline

rubiks

2010-06-09

drkirkby

#9030

sagenb

sagetex

scipy

scipy_sandbox

scons

setuptools

singular

sphinx

sqlalchemy

sqlite

symmetrica

sympow

sympy

tachyon

termcap

twisted

weave

zlib

09-06-2010

drkirkby

#9008

zn_poly

zodb3

Commands to generate the list

For future reference, the code to generate a list of standard packages is

ls spkg/standard/  | sed 's/-.*//' | uniq

To generate a list in the format of this page:

ls spkg/standard/  | sed 's/-.*//g' | sort | uniq | awk '{print "||" $1 "||||||||"}'  | egrep -v "\|\|sage\|\||sage_scripts|README.txt" | sed 's/||deps/||deps (dependency list)||/'