ANNOUNCE: twill v0.7.4, Web testing language.

2005-11-13 Thread C. Titus Brown
ANNOUNCING twill v0.7.4. twill is a simple Web scripting language built on top of Python and John J. Lee's 'mechanize'. It's designed for automated testing of Web sites, but it should prove useful for anybody who needs to interact with Web sites (especially those using logins and cookies) on the

SciPy Core (Numeric replacement) version 0.6.1 released

2005-11-13 Thread Travis Oliphant
Background: Numeric is an add-on Python module that has seen widespread adoption. It enables Python to be used as a Scientific Computing Environment similar to MATLAB or IDL. Numeric was originally written nearly 10 years ago, and while still performing admirably, needed much updating to ta

ANN: pynakotheka v1.0

2005-11-13 Thread IƱigo Serna
Hello out there, I'm really pleased to announce the first public release of Pynakotheka. Pynakotheka is a simple GPL-licensed python script which generates static HTML photo albums to be added to web sites or to be burnt in CDs. It includes some templates and it's easy to create more. It depends

[ANNOUNCE] gmpy 1.1 beta released

2005-11-13 Thread Alex Martelli
See http://gmpy.sourceforge.net/ for details. What is it: a wrapper for the GMP 4 library (http://swox.com/gmp/), to provide multi-precision arithmetic for Python. Multi-precision floats, and unbounded-precision rationals, are not present in stock Python; multi-precision integers ('long') are, b

ANN: FormEncode 0.3

2005-11-13 Thread Ian Bicking
I'm pleased to announce FormEncode 0.3. What is it? --- FormEncode is a package for form validation and conversion. It also includes modules for parsing, filling, and extracting metadata from HTML forms. It features robust conversion both of incoming and outgoing data, attention paid to

SciPy 0.4.3 released (built against 0.6.1 of scipy_core)

2005-11-13 Thread Travis Oliphant
Background: Full scipy builds on top of scipy_core to provide many more tools for computational science and engineering. Included are tools for optimization, integration (including ode solvers), signal processing, sparse matrices, complete FFTs, complete linear algebra, statistical functions,