Differences between revisions 3 and 4
Revision 3 as of 2010-06-09 13:54:09
Size: 2951
Editor: DavidKirkby
Comment:
Revision 4 as of 2010-06-09 14:17:31
Size: 3113
Editor: DavidKirkby
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== 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)||/'
}}}
Line 16: Line 6:
||'''Package'''||'''Date (YYYY-MM-DD)'''||'''Who working on it'''||'''Ticket(s)'''||
||atlas||||||||
||'''Package'''||'''Date (YYYY-MM-DD)'''||'''Who'''||'''Ticket(s)'''||
||atlas||2010-06-09||drkirkby||[[http://trac.sagemath.org/sage_trac/ticket/9196|#9196]]||
Line 93: Line 83:
||rubiks||2010-06-09||drkirkby||#9030|| ||rubiks||2010-06-09||drkirkby||[[http://trac.sagemath.org/sage_trac/ticket/9030|#9030]]||
Line 111: Line 101:
||zlib||09-06-2010||drkirkby||#9008|| ||zlib||09-06-2010||drkirkby||[[http://trac.sagemath.org/sage_trac/ticket/9008|#9008]]||
Line 114: Line 104:

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

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