pyspread 0.0.9 released
[Posted August 25, 2008 by cook]
| From: |
| Martin Manns <mmanns-AT-gmx.net> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| ANN: pyspread 0.0.9 |
| Date: |
| Mon, 25 Aug 2008 00:52:56 +0200 |
| Message-ID: |
| <20080825005256.68408c50@gmx.net> |
pyspread 0.0.9 has been released.
About:
pyspread is a spreadsheet that accepts a pure python expression in
each cell.
New features:
+ Find & Replace
+ Undo & Redo
+ New context menu in grid
+ Improved speed especially for large grids
+ Relative addressing revamped
+ CSV import improved
+ Icons changed to Tango iconset
+ Docstrings improved
+ Bug fixes in print framework
Highlights:
+ Numpy high performance arrays for spreadsheet calculation
+ Full access to python batteries from each cell
+ No non-python syntax add-ons
+ 3D grid
+ Cell access via slicing of numpy array S
+ X, Y, and Z yield current cell location for relative reference
Notes:
Please use distutils for installation.
Make sure that the old files are deleted:
$ su
$ rm -Rf [MyPythonPath]/site-packages/pyspread*
$ python setup.py install
$ exit
$ pyspread.py
Requires: Python >=2.4, Numpy >=1.1.0, and wxPython >=2.8.7.1.
License: GPL
Project page: http://pyspread.sourceforge.net
Enjoy
Martin
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)