Prev: Sikuli: the coolest Python project I have yet seen...
Next: CompIMAGE 2010: Call for Short Communications
From: Martin Manns on 24 Jan 2010 17:02 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 |