Skip to content

Commit dea1896

Browse files
committed
update README for release
1 parent 57cf177 commit dea1896

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.9.8/
3333
$ pip install path4gmns
3434
```
3535

36-
v0.9.7 serves as a hotfix over v0.9.5 and v0.9.6 on emitting DTALite log and synthesizing zone and demand. Please **update to or install the latest version** and **discard all old versions**.
36+
v0.9.8 fixes issues regarding accessibility output and run_DTALite(). Please **update to or install the latest version** and **discard all old versions**.
3737

3838
> [!WARNING]
3939
> Any versions prior to v0.9.4 will generate INCORRECT simulation results.
@@ -46,7 +46,7 @@ The Python modules are written in **Python 3.x**, which is the minimum requireme
4646

4747
## How to Cite
4848

49-
Li, P. and Zhou, X. (2023, September 13). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
49+
Li, P. and Zhou, X. (2023, December 17). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
5050

5151
## Please Contribute
5252

docs/source/updates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
49. Calculate and print out the final UE convergency after the postprocessing (v0.9.6)
5252
50. Embed and support the latest [DTALite](https://github.com/asu-trans-ai-lab/DTALite) in addition to the existing [classic version](https://github.com/jdlph/DTALite) (v0.9.6)
5353
51. Complete update 47 introduced in v0.9.5 (v0.9.7)
54-
52. Support recurring calls of run_DTALite() (v0.9.8)
54+
52. Introduce unit testing (v0.9.8)
55+
53. Support recurring calls of run_DTALite() in terminal and fixes issues regarding accessibility output (v0.9.8)
5556

5657
Detailed update information can be found in [Releases](https://github.com/jdlph/Path4GMNS/releases).

path4gmns/dtaapi.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ def run_DTALite():
161161
162162
Additional data set can be found at
163163
https://github.com/asu-trans-ai-lab/DTALite/tree/main/data.
164+
165+
Please run the script calling this API using system terminal rather than
166+
Python console for proper logging.
164167
"""
165168
_dtalitemm_engine = ctypes.cdll.LoadLibrary(_dtalitemm_dll)
166169
print('\nDTALite run starts\n')

tutorial/tutorial.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,14 @@
686686
"pg.run_DTALite()"
687687
]
688688
},
689+
{
690+
"cell_type": "markdown",
691+
"id": "9ec4b7a1",
692+
"metadata": {},
693+
"source": [
694+
"Please consider running the script calling this API using system terminal rather than the Python console for proper DTA logging."
695+
]
696+
},
689697
{
690698
"attachments": {},
691699
"cell_type": "markdown",

0 commit comments

Comments
 (0)