forked from pool/python-python-qdatamatrix
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user