[Python-announce] [RELEASE] pyspread 2.4

Liste des GroupesRevenir à clp announce 
Sujet : [Python-announce] [RELEASE] pyspread 2.4
De : mmanns (at) *nospam* gmx.net (Martin Manns)
Groupes : comp.lang.python.announce
Date : 19. Mar 2025, 20:46:26
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <a3755551-7184-43e1-b555-7f9dbaadb0d5@gmx.net>
User-Agent : Mozilla Thunderbird
pyspread 2.4
============
This release adds basic Excel syntax for cell code.
New features:
  * If a cell code starts with `=` then it is interpreted as Excel syntax
    (optional dependency `pycel` required). Limitations of `pycel` apply.
  * New action insert and shift/delete and shift cells that shift
    below/right cells.
  * Cell formats can now be set to defaults, which allows to let a cell
    follow the OS theme, e.g. for a dark theme, the cell background of
    the black, while it may be white for the identical pys file on light
    theme.
  * Files can now be opened via drag 'n drop
Bug fixes:
  * Several bugs that appear with Python 3.13 fixed, e.g. printing,
    cell referencing, grid resizing
  * The entry line is now updated on a table change
  * Globals are now cleared after initializing the grid
About pyspread
==============
Pyspread is a non-traditional spreadsheet that is based on and written
in the programming language Python.
The goal of pyspread is to be the most pythonic spreadsheet application.
Pyspread is free software. It is released under the GPL v3.
Project website:   https://pyspread.gitlab.io/
Download page:     https://pypi.org/project/pyspread/
Signature for tarball: https://gitlab.com/pyspread/downloads/-/raw/master/releases/pyspread-2.4.tar.gz.asc
Source code:       https://gitlab.com/pyspread/pyspread
Dependencies
============
Mandatory:
   * Python (≥ 3.6)
   * numpy (>=1.1)
   * PyQt6 (≥ 6.5, requires PyQt6.Svg)
   * setuptools (>=40.0)
   * markdown2 (>= 2.3)
Recommended:
   * matplotlib (>=1.1.1)
   * pyenchant (>=1.1)
   * pip (>=18)
   * python-dateutil (>= 2.7.0)
   * py-moneyed (>=2.0)
   * rpy2 (>=3.4, requires R installation)
   * plotnine (>=0.8)
   * libvoikko (>=4.3)
   * nuspell (>=5.1)
   * hspell (>= 1.4)
   * ggplot2 (>=3.4)
   * pycel (>=1.0b30),
   * openpyxl (>=3.0.7)
For building the apidocs with Sphinx see apidocs/requirements.txt
Enjoy
Martin

Date Sujet#  Auteur
19 Mar 25 o [Python-announce] [RELEASE] pyspread 2.41Martin Manns

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal