We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6b387 commit 8439b97Copy full SHA for 8439b97
CHANGELOG
@@ -1,5 +1,6 @@
1
0.9.9
2
- fix: reduce idle CPU usage of GUI and sail around memory leak in dcnum
3
+ - setup: bump dcnum to 0.28.3 (internal basin sorted first)
4
0.9.8
5
- ref: replace `len(os.sched_getaffinity(0))` with `dcnum.common.cpu_count()`
6
0.9.7
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
license = "GPL-3.0-or-later"
29
dependencies = [
30
- "dcnum>=0.28.1",
+ "dcnum>=0.28.3",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
"psutil>=7",
0 commit comments