Skip to content

Commit fe8ab94

Browse files
committed
ready for release
- update README and fix typo on imported modules in io.py; - unit testing passed.
1 parent cf49553 commit fe8ab94

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.9.9/
3434
$ pip install path4gmns
3535
```
3636

37-
> [!NOTE]
38-
> ODME is available with v0.9.9.
39-
4037
> [!IMPORTANT]
4138
v0.9.9 comes with bug fixes, new functionality, and performance improvement. Please **discard all old versions**.
4239

40+
> [!NOTE]
41+
> ODME is now available with v0.9.9.
42+
4343
> [!CAUTION]
4444
> Any version prior to v0.9.4 will generate INCORRECT simulation results.
4545
4646
> [!CAUTION]
4747
> Calling DTALite and synthesizing zones and OD demand are not functioning for [v0.9.5 and v0.9.6](https://github.com/jdlph/Path4GMNS/issues/41).
4848
4949
> [!CAUTION]
50-
> Zone and demand synthesis is problematic for any version before v0.9.9.
50+
> Zone and demand synthesis is PROBLEMATIC for any version before v0.9.9.
5151
5252
### Dependency
5353
The Python modules are written in **Python 3.x**, which is the minimum requirement to explore the most of Path4GMNS. Some of its functions require further run-time support, which we will go through along with the corresponding **[Use Cases](https://path4gmns.readthedocs.io/en/stable/)**.
5454

5555
## How to Cite
5656

57-
Li, P. and Zhou, X. (2023, December 17). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
57+
Li, P. and Zhou, X. (2024, October 17). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
5858

5959
## Please Contribute
6060

path4gmns/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
'output_columns',
2323
'output_link_performance',
2424
'output_agent_paths',
25-
'output_agent_trajectory,'
25+
'output_agent_trajectory',
2626
'output_synthetic_zones',
2727
'output_synthetic_demand'
2828
]

0 commit comments

Comments
 (0)