digichem-core 7.0.0__py3-none-any.whl → 7.0.2__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.
- digichem/__init__.py +2 -2
- digichem/config/base.py +2 -2
- {digichem_core-7.0.0.dist-info → digichem_core-7.0.2.dist-info}/METADATA +1 -1
- {digichem_core-7.0.0.dist-info → digichem_core-7.0.2.dist-info}/RECORD +7 -7
- {digichem_core-7.0.0.dist-info → digichem_core-7.0.2.dist-info}/WHEEL +0 -0
- {digichem_core-7.0.0.dist-info → digichem_core-7.0.2.dist-info}/licenses/COPYING.md +0 -0
- {digichem_core-7.0.0.dist-info → digichem_core-7.0.2.dist-info}/licenses/LICENSE +0 -0
digichem/__init__.py
CHANGED
|
@@ -20,7 +20,7 @@ from digichem.datas import get_resource
|
|
|
20
20
|
# development = prerelease is not None
|
|
21
21
|
# # The full version number of this package.
|
|
22
22
|
# __version__ = "{}.{}.{}{}".format(major_version, minor_version, revision, "-pre.{}".format(prerelease) if development else "")
|
|
23
|
-
__version__ = "7.0.
|
|
23
|
+
__version__ = "7.0.2"
|
|
24
24
|
_v_parts = __version__.split("-")[0].split(".")
|
|
25
25
|
major_version = int(_v_parts[0])
|
|
26
26
|
minor_version = int(_v_parts[1])
|
|
@@ -39,7 +39,7 @@ __author__ = [
|
|
|
39
39
|
]
|
|
40
40
|
|
|
41
41
|
# Program date (when we were last updated). This is changed automatically.
|
|
42
|
-
_last_updated_string = "
|
|
42
|
+
_last_updated_string = "31/10/2025"
|
|
43
43
|
last_updated = datetime.strptime(_last_updated_string, "%d/%m/%Y")
|
|
44
44
|
|
|
45
45
|
# The sys attribute 'frozen' is our flag, '_MEIPASS' is the dir location.
|
digichem/config/base.py
CHANGED
|
@@ -59,7 +59,7 @@ class Digichem_options(Configurable):
|
|
|
59
59
|
render = Options(
|
|
60
60
|
help = "Options for controlling the appearance of 3D molecule images.",
|
|
61
61
|
enable_rendering = Option(help = "Set to False to disable image rendering.", type = bool, default = True),
|
|
62
|
-
engine = Option(help = "The rendering engine to use", choices = ["vmd", "batoms"], default = "
|
|
62
|
+
engine = Option(help = "The rendering engine to use", choices = ["vmd", "batoms"], default = "batoms"),
|
|
63
63
|
vmd = Options(help = "VMD specific options (only applies if engine == 'vmd'",
|
|
64
64
|
executable = Option(help = "Path to the VMD (Visual Molecular Dynamics) executable", default = "vmd"),
|
|
65
65
|
tachyon = Option(help = "The tachyon ray-tracing library, performs the actual rendering. Tachyon is typically packaged with VMD, but often isn't added to the path automatically", default = "tachyon"),
|
|
@@ -323,7 +323,7 @@ To disable the maximum width, set to null.""", type = int, default = 1500),
|
|
|
323
323
|
path = Path(path)
|
|
324
324
|
|
|
325
325
|
try:
|
|
326
|
-
path.parent.mkdir(exist_ok = True)
|
|
326
|
+
path.parent.mkdir(exist_ok = True, parents = True)
|
|
327
327
|
atomic_write(path, data)
|
|
328
328
|
|
|
329
329
|
except FileNotFoundError as e:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: digichem-core
|
|
3
|
-
Version: 7.0.
|
|
3
|
+
Version: 7.0.2
|
|
4
4
|
Summary: Open-source library for Digichem core components
|
|
5
5
|
Project-URL: Homepage, https://github.com/Digichem-Project/digichem-core
|
|
6
6
|
Project-URL: Documentation, https://doc.digi-chem.co.uk
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
digichem/__init__.py,sha256=
|
|
1
|
+
digichem/__init__.py,sha256=SVoZjE9zoQZ1GnikOkaF2rspWejAKgJ-5z67I9HNdgQ,2287
|
|
2
2
|
digichem/basis.py,sha256=khzIS9A_w8QH2vsXctWr16Bw5TA84_9_Fo-vuveP_5w,4875
|
|
3
3
|
digichem/datas.py,sha256=t2PuQFvPb55WO_qVF3Xz67XNodQDimqYD26VkRPEWLA,433
|
|
4
4
|
digichem/log.py,sha256=tjl8Er16HUsAibBZGZMu8KyT0w53YM3u0Neh_l2jD9Q,6166
|
|
@@ -6,7 +6,7 @@ digichem/memory.py,sha256=_HJMwiElr0534lr3h17WwvXOi-DxCN-bAD1Ij8Lwg6U,5638
|
|
|
6
6
|
digichem/translate.py,sha256=YKm7wko13A17zQJW8qOT52rzp9wDmR0GDzOepuzr75I,21326
|
|
7
7
|
digichem/config/README,sha256=0y5sxYPAmpD3XNzgJrr-U8xmiQbheC8bz8lvnNmsNtc,180
|
|
8
8
|
digichem/config/__init__.py,sha256=wXnmk1fuNZeHOKz06wBfTUkM8-XuW08F2H8QiHyS8Xs,227
|
|
9
|
-
digichem/config/base.py,sha256=
|
|
9
|
+
digichem/config/base.py,sha256=_ViUdljCObLGPzsqEFwqCKzbHRly3nPzALvRcJXW_U8,26036
|
|
10
10
|
digichem/config/locations.py,sha256=Jlvql0KJrJEIO_2U6BRS5bjHelKjGGIETR9hOuNe0K0,584
|
|
11
11
|
digichem/config/parse.py,sha256=amJx89JXkkEyMMSYr5GvLFnLZO3hWahuZtNlx0F0PhA,2667
|
|
12
12
|
digichem/config/util.py,sha256=E-5He3AbrwHNHFbBdfNMOimaDPXqtAi96l-4Acmn08o,4611
|
|
@@ -109,8 +109,8 @@ digichem/test/test_translate.py,sha256=_3FkYottqHZGxMSTJkbcE8dQXhQlrNlVS0FjMopIw
|
|
|
109
109
|
digichem/test/util.py,sha256=p7KgyR9VGPstD7y8FH0onIxgY4YCvSCmbtJ-kJggxeA,8798
|
|
110
110
|
digichem/test/mock/cubegen,sha256=h2HvmW8YbmYDqycnfCJYstZ2yO1uUxErbCWFKgzXaJ8,6781858
|
|
111
111
|
digichem/test/mock/formchk,sha256=KZWhyJtaMXAGX1Xlx7Ikw9gbncOqLrpYkynz9IMYUlY,756867
|
|
112
|
-
digichem_core-7.0.
|
|
113
|
-
digichem_core-7.0.
|
|
114
|
-
digichem_core-7.0.
|
|
115
|
-
digichem_core-7.0.
|
|
116
|
-
digichem_core-7.0.
|
|
112
|
+
digichem_core-7.0.2.dist-info/METADATA,sha256=urpQDDxH9tA2cTDlrIOjl2BsNB_sLRGyDsr3jE1aQXU,4098
|
|
113
|
+
digichem_core-7.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
114
|
+
digichem_core-7.0.2.dist-info/licenses/COPYING.md,sha256=d-yG6IJrlqLkuiuoOFe331YKzMRS05pnmk4e98gu9pQ,900
|
|
115
|
+
digichem_core-7.0.2.dist-info/licenses/LICENSE,sha256=ZLlePQN2WLgdvmIGLEjjHtgIoneUGR2MgE9yjMg1JiY,1457
|
|
116
|
+
digichem_core-7.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|