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 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.

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)||/'