LWN.net Logo

Pyspread 0.0.14 released

From:  Martin Manns <mmanns-AT-gmx.net>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  [ANN] Pyspread 0.0.14 released
Date:  Sun, 24 Jan 2010 23:02:55 +0100
Message-ID:  <20100124230255.0291e0df@Knock>
Archive-link:  Article, Thread

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

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/



(Log in to post comments)

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds