17
0

Accepting request 874020 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 0.1.29
  * Add read-only
  * Only fix row and column count when not read-only
  * Only update visible cells in read-only mode. Dramatically
    speeds up viewing large datasets
  * Optimize copy-cut-delete (still slow)
  * Only update visible cells for writable tables
  * Fix a visualization issue when scrolling past the last row
  * Catch IndexError when copying
  * Fix RuntimeError when pasting cells
- test with rudimentary example.py
- adjust requirements

OBS-URL: https://build.opensuse.org/request/show/874020
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-python-qdatamatrix?expand=0&rev=3
This commit is contained in:
2021-02-20 18:10:23 +00:00
committed by Git OBS Bridge
parent 9f0be05321
commit 0e9afc99aa
5 changed files with 84 additions and 11 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Feb 19 19:04:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.1.29
* Add read-only
* Only fix row and column count when not read-only
* Only update visible cells in read-only mode. Dramatically
speeds up viewing large datasets
* Optimize copy-cut-delete (still slow)
* Only update visible cells for writable tables
* Fix a visualization issue when scrolling past the last row
* Catch IndexError when copying
* Fix RuntimeError when pasting cells
- test with rudimentary example.py
- adjust requirements
-------------------------------------------------------------------
Wed Mar 20 08:08:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>