dbdicom 0.3.4__py3-none-any.whl → 0.3.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dbdicom might be problematic. Click here for more details.
- dbdicom/dbd.py +1 -1
- {dbdicom-0.3.4.dist-info → dbdicom-0.3.5.dist-info}/METADATA +1 -1
- {dbdicom-0.3.4.dist-info → dbdicom-0.3.5.dist-info}/RECORD +6 -6
- {dbdicom-0.3.4.dist-info → dbdicom-0.3.5.dist-info}/WHEEL +0 -0
- {dbdicom-0.3.4.dist-info → dbdicom-0.3.5.dist-info}/licenses/LICENSE +0 -0
- {dbdicom-0.3.4.dist-info → dbdicom-0.3.5.dist-info}/top_level.txt +0 -0
dbdicom/dbd.py
CHANGED
|
@@ -38,7 +38,7 @@ class DataBaseDicom():
|
|
|
38
38
|
# is not properly closed this will prevent that changes
|
|
39
39
|
# have been made which are not reflected in the json
|
|
40
40
|
# file on disk
|
|
41
|
-
os.remove(file)
|
|
41
|
+
# os.remove(file)
|
|
42
42
|
except:
|
|
43
43
|
# If the file can't be read, delete it and load again
|
|
44
44
|
os.remove(file)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbdicom
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: A pythonic interface for reading and writing DICOM databases
|
|
5
5
|
Author-email: Steven Sourbron <s.sourbron@sheffield.ac.uk>, Ebony Gunwhy <e.gunwhy@sheffield.ac.uk>
|
|
6
6
|
Project-URL: Homepage, https://openmiblab.github.io/dbdicom/
|
|
@@ -3,7 +3,7 @@ dbdicom/api.py,sha256=gBBOgzg54zWA_Rf4392OyNBQUEHt3FYYTLq_QA75bUc,9596
|
|
|
3
3
|
dbdicom/const.py,sha256=BqBiRRjeiSqDr1W6YvaayD8WKCjG4Cny2NT0GeLM6bI,4269
|
|
4
4
|
dbdicom/database.py,sha256=_LUbH7gc9l7j_63AC71DjwxgTUwbEjHSy5kuvRw75Hw,4764
|
|
5
5
|
dbdicom/dataset.py,sha256=hLAyFlN7zQ-dOzI9V67aHfTq3VtpvCI7_83tnBqXObE,21880
|
|
6
|
-
dbdicom/dbd.py,sha256=
|
|
6
|
+
dbdicom/dbd.py,sha256=kn3LmB1mFfHte66quc5M7IN1m3cWiffHwJe8cmgfr2I,31092
|
|
7
7
|
dbdicom/register.py,sha256=_NyNbOEAN_hkwjxupNpr9F5DWUwARCsci8knK41-EsA,13931
|
|
8
8
|
dbdicom/external/__init__.py,sha256=XNQqfspyf6vFGedXlRKZsUB8k8E-0W19Uamwn8Aioxo,316
|
|
9
9
|
dbdicom/external/__pycache__/__init__.cpython-311.pyc,sha256=pXAQ35ixd92fm6YcuHgzR1t6RcASQ-cHhU1wOA5b8sw,542
|
|
@@ -47,8 +47,8 @@ dbdicom/utils/dcm4che.py,sha256=Vxq8NYWWK3BuqJkzhBQ89oMqzJlnxqTxgsgTo_Frznc,2317
|
|
|
47
47
|
dbdicom/utils/files.py,sha256=qhWNJqeWnRjDNbERpC6Mz962_TW9mFdvd2lnBbK3xt4,2259
|
|
48
48
|
dbdicom/utils/image.py,sha256=D46CD_ezpp2uq8VMqug5Z09fAyoJ9U6VwuxIFNJK8zg,4048
|
|
49
49
|
dbdicom/utils/variables.py,sha256=vUh5cDnmCft5hoXDYXUvfkg5Cy5WlgMAogU38Y_BKRo,5753
|
|
50
|
-
dbdicom-0.3.
|
|
51
|
-
dbdicom-0.3.
|
|
52
|
-
dbdicom-0.3.
|
|
53
|
-
dbdicom-0.3.
|
|
54
|
-
dbdicom-0.3.
|
|
50
|
+
dbdicom-0.3.5.dist-info/licenses/LICENSE,sha256=HrhfyXIkWY2tGFK11kg7vPCqhgh5DcxleloqdhrpyMY,11558
|
|
51
|
+
dbdicom-0.3.5.dist-info/METADATA,sha256=Q5vxborlI43SXzD_Rp_E0EVw9gTWCdVrWdX8_Bd9i-o,1030
|
|
52
|
+
dbdicom-0.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
53
|
+
dbdicom-0.3.5.dist-info/top_level.txt,sha256=nJWxXg4YjD6QblfmhrzTMXcr8FSKNc0Yk-CAIDUsYkQ,8
|
|
54
|
+
dbdicom-0.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|