We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db77b32 commit c1c012bCopy full SHA for c1c012b
CHANGELOG
@@ -1,6 +1,6 @@
1
0.9.0
2
- cli: add `compression` parameter
3
- - setup: bump dcnum to 0.27.0 (speed-up and compatibility)
+ - setup: bump dcnum to 0.27.1 (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.27.0",
+ "dcnum>=0.27.1",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
"psutil>=7",
0 commit comments