Skip to content

Commit 9e68b5c

Browse files
committed
setup: bump dclab to 0.71.6
1 parent 12f9e3e commit 9e68b5c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- enh: fetch QuickView image and trace data in `EventGetterThread`
33
- enh: busy indicator in QuickView when event data is fetched in the background
44
- ref: new `qv_event_getter` and `qv_image_vis` submodules
5+
- setup: bump dclab to 0.71.6 (disable file locking, improved DCOR support,
6+
IndexError during plotting)
57
2.26.2
68
- reg: filters not applied in final plots since 2.25.1
79
- fix: prevent `pipeline.lock` deadlocks via Qt signal cluttering

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
license = "GPL-3.0-or-later"
3232
dependencies = [
33-
"dclab[dcor,export,http,s3]>=0.71.2",
33+
"dclab[dcor,export,http,s3]>=0.71.6",
3434
"h5py>=2.8.0",
3535
"numpy>=1.21", # CVE-2021-33430
3636
"pygments",

0 commit comments

Comments
 (0)