File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Release 1.4.3
1313
1414:Date: Dec 16, 2024
1515
16- * Fix `wait_on_start ` type-instance condition checking #1474
16+ * Fix `wait_on_start ` type-instance condition checking. #1474
1717
1818* Logging updates:
1919 * Add `VDEBUG ` logging level for the tracking of log message communications. #1486
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Running generator on the manager
111111An alternative is to run the generator on a thread on the manager. The
112112number of workers can then be set to the number of simulation workers.
113113
114- Change the libE_specs in ` run_libe_forces.py ` as follows.
114+ Change the `` libE_specs `` in ** run_libe_forces.py ** as follows.
115115
116116 .. code-block :: python
117117
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ def run_tests(self):
106106 "Programming Language :: Python :: 3.10" ,
107107 "Programming Language :: Python :: 3.11" ,
108108 "Programming Language :: Python :: 3.12" ,
109+ "Programming Language :: Python :: 3.13" ,
109110 "Programming Language :: Python :: Implementation :: CPython" ,
110111 "Topic :: Scientific/Engineering" ,
111112 "Topic :: Software Development :: Libraries :: Python Modules" ,
You can’t perform that action at this time.
0 commit comments