[ANN] Pyspread 0.1.2 released

Martin Manns mmanns at gmx.net
Fri Oct 29 22:30:47 CEST 2010


Pyspread 0.1.2 released
=======================

I am pleased to announce the new release 0.1.2 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


Changes to 0.1.1
----------------

New features:

    * Added function to make a cell visible
    * Third cell justification "center" added
    * Ctrl-F now points to find toolbar instead of find dialog
    * Frozen state is now saved
    * Entering text in a cell now deletes old text
    * Added function F5 (in menu View) for refreshing selected cells
    * Save option "pys file with/without gpg signature" added

Bug fixes:

    * Grid flicker reduced
    * Printing works again
    * Changing the table now empties the entry line and does not mess
      up  data any more (BUG 3030172)
    * 1D printing bug fixed (BUG 2790444)
    * Loading a file from command line no longer deletes cell 0,0,0
      (BUG 3030880)
    * Undoing paste operations now works (BUG 3019334)
    * Bitmap toggle buttons now work in Windows as well
    * Marks undo and redo operation do not accumulate any more
    * Undoing text font and textattribute changes works now
    * CSV import dialog apply button removed
    * Cell limit (2**26) for 32 bit systems removed
    * Prints of off-screen areas now correctly center on page
    * Help now works when not in the home directory
    * Double underscores in Tutorial corrected
    * Pyspread gpg key name changed to pyspread_<user-id>
    * Deleting rows and columns can be undone again
    * When reversing search, all values are now found
    * Saved pys files now have .pys suffix added automatically
    * Fixed font size reset bug when setting font attributes
    * Loading a file from command line now checks signature correctly
    * Fixed moving cells bug for edits in non top-left grid position in
      wx.GTK


Enjoy

Martin


More information about the Python-announce-list mailing list