[ANN] Pyspread 0.0.14 released

Martin Manns mmanns at gmx.net
Sun Jan 24 23:02:55 CET 2010


Pyspread 0.0.14 released
========================

I am pleased to announce the new release 0.0.14 of pyspread.

 
About: 
------

Pyspread is a cross-platform Python spreadsheet application. 
It is based on and written in the programming language Python.

Instead of spreadsheet formulas, Python expressions are entered into
the spreadsheet cells. Each expression returns a Python object that can
be accessed from other cells. These objects can represent anything
including lists or matrices.

Pyspread runs on Linux and *nix platforms with GTK support as well as
on Windows (XP and Vista tested). On Mac OS X, some icons are too small
but the application basically works.


Homepage
--------

http://pyspread.sourceforge.net


New features
------------

    * Sparse grid introduced. It supports up to 80 000 000 rows.
    * Safe mode for inspecting foreign files
    * GPG signatures for own files (requires PyMe)
    * Help framework
    * New About dialog
    * Insertion of cell access code via Ctrl + Insert
    * Simplified Macro editor dialog
    * Improved cycle detection algorithm for grid

Bug fixes
---------

    * Globals now update immediately
    * Color works now when loading pys files
    * wxPython v 2.8 is now preferred
    * Error handling bug removed
    * Help files are now found after changing the path
    * Font rendering in Windows fixed

Known issues
------------

    * Grid updates cause ficker on Windows (BUG 2938160)


Enjoy

Martin



More information about the Python-announce-list mailing list