Skip to content

Commit 1d05fa2

Browse files
committed
setup: bump dclab to 0.67.3 (data export, downsampling with NaNs)
1 parent d740fb4 commit 1d05fa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2.24.0
22
- feat: add contour-only plotting mode (#210)
3+
- setup: bump dclab to 0.67.3 (data export, downsampling with NaNs)
34
2.23.1
45
- fix: QuickView plotting failed for all-NaN coordinate data (#223)
56
- build: remove pin scipy==1.11.4

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.67.2",
33+
"dclab[dcor,export,http,s3]>=0.67.3",
3434
"h5py>=2.8.0",
3535
"numpy>=1.21", # CVE-2021-33430
3636
"pygments",

0 commit comments

Comments
 (0)