pyspread 0.0.10 released

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Guest's Avatar

    pyspread 0.0.10 released

    Pyspread 0.0.10 has finally been released.

    About:
    ------

    Pyspread is a 3D spreadsheet application. Each cell accepts a Python
    expression and returns an accessible object. Python modules are usable
    from the spreadsheet table without external scripts.

    Changes:
    --------

    + Code completely re-structured
    + Unit tests for main grid functionality
    + Speed-up by caching of cell results
    + Change of spread method syntax
    + Various bug fixes

Working...