Groups | Search | Server Info | Keyboard shortcuts | Login | Register


Groups > comp.lang.python.announce > #4373

[Python-announce] [RELEASE] pyspread 2.4.4

From Martin Manns <mmanns@gmx.net>
Newsgroups comp.lang.python.announce
Subject [Python-announce] [RELEASE] pyspread 2.4.4
Date 2026-04-19 14:07 +0200
Organization A noiseless patient Spider
Message-ID <76425fe3-c935-4ca7-b86d-973d6dd6f062@gmx.net> (permalink)

Show all headers | View raw


pyspread 2.4
============

This is a bugfix release.

Bug fixes:
  * Dependencies dialog improved for better readability in dark themes
  * About dialog now works without AUTHORS file to simplify deployment
  * Toolbar icon size can now be adjusted from settings.py

Known issues:
  * Building the apidocs is failing.
  * Using pyspread with Wayland can result in key shortcuts that are
    triggered twice on each shortcut. This leads to unexpected behavior
    such as cut operations, with empty clpiboard content (cut is done
    twice). This issue can be fixed setting the environment variable
    QT_QPA_PLATFORM to
    xcb before launching pyspread:
    `export QT_QPA_PLATFORM=xcb`



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

Back to comp.lang.python.announce | Previous | Next | Find similar


Thread

[Python-announce] [RELEASE] pyspread 2.4.4 Martin Manns <mmanns@gmx.net> - 2026-04-19 14:07 +0200

csiph-web