We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bbf19 commit db77b32Copy full SHA for db77b32
CHANGELOG
@@ -1,6 +1,6 @@
1
0.9.0
2
- cli: add `compression` parameter
3
- - setup: bump dcnum to 0.26.0 (separate writer process)
+ - setup: bump dcnum to 0.27.0 (speed-up and compatibility)
4
- ci: run everything on Python 3.13
5
0.8.0
6
- fix: when user quits GUI during processing, forcibly kill all processes
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
license = "GPL-3.0-or-later"
29
dependencies = [
30
- "dcnum>=0.26.0",
+ "dcnum>=0.27.0",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
"psutil>=7",
0 commit comments