pyspread 0.0.11 released
[Posted April 6, 2009 by cook]
| From: |
| <mmanns-AT-gmx.net> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| pyspread 0.0.11 released |
| Date: |
| Sat, 4 Apr 2009 23:10:21 +0200 |
| Message-ID: |
| <20090404231021.5088f3ce@gmx.net> |
| Archive-link: |
| Article, Thread
|
pyspread 0.0.11 released
========================
Homepage:
---------
http://pyspread.sf.net
About:
------
Pyspread is a cross-platform spreadsheet application that is based on
and written in the programming language Python.
Pyspread provides an arbitrary size, three-dimensional grid for
spreadsheet calculations. Each grid cell accepts a Python expression.
Therefore, no spreadsheet specific language has to be learned.
Python modules are usable from the spreadsheet table without external
scripts.
Pyspread runs on Linux, Windows and *nix platforms with GTK+ support. I
have reports that it works with MacOS X as well.
New features in 0.0.11:
-----------------------
* Recursion detection for slicing operations added
* Dependency to networkx added
* Command line options added
* Command line help added
* Unicode support added
* Save As and Save functionality separated
Bugfixes:
---------
* Print without selection now prints visible screen (BUG 2366895)
* Empty cells are now empty on print out (BUG 2366916)
* Copy works again (BUG 2407435)
* Internal variables stop showing up in macro dialog (BUG 2407828)
* Copy result now works on Windows (BUG 2569877)
* Replace now updates cells properly (BUG 2569880)
* Resize function works now (BUG 2569895)
Known issues:
-------------
* On Windows, Python 2.6 causes trouble with wxPython 2.9.8.2.
Please use Python 2.5
* Recursion detection dows not work with nested structures.
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)