Skip to content

Commit cf4f12e

Browse files
committed
update sample data set link from mater to dev
- update version number in installation; - update release data in README.
1 parent 7238edf commit cf4f12e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ You are encouraged to join our [Discord Channel](https://discord.gg/JGFMta7kxZ)
9797

9898
## How to Cite
9999

100-
Li, P. and Zhou, X. (2022, October 15). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
100+
Li, P. and Zhou, X. (2023, January 22). *Path4GMNS*. Retrieved from https://github.com/jdlph/Path4GMNS
101101

102102
## References
103103
Lu, C. C., Mahmassani, H. S., Zhou, X. (2009). Equivalent gap function-based reformulation and solution algorithm for the dynamic user equilibrium problem. Transportation Research Part B: Methodological, 43, 345-364.

docs/source/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
Installation
33
============
44

5-
Path4GMNS has been published on `PyPI <https://pypi.org/project/path4gmns/0.8.7a1/>`_, and can be installed using
5+
Path4GMNS has been published on `PyPI <https://pypi.org/project/path4gmns/0.9.0/>`_, and can be installed using
66

77
.. code-block:: bash
88
99
$ pip install path4gmns
1010
11-
If you need a specific version of Path4GMNS, say, 0.8.7,
11+
If you need a specific version of Path4GMNS, say, 0.9.0,
1212

1313
.. code-block:: bash
1414
15-
$ pip install path4gmns==0.8.7
15+
$ pip install path4gmns==0.9.0
1616
1717
1818
Dependency
@@ -55,7 +55,7 @@ As CMAKE_BUILD_TYPE will be IGNORED for IDE (Integrated Development Environment)
5555
# from the root directory of PATH4GMNS
5656
$ python setup.py sdist bdist_wheel
5757
$ cd dist
58-
# or python -m pip install path4gmns-0.8.7.tar.gz
59-
$ python -m pip instal pypath4gmns-0.8.7-py3-none-any.whl
58+
# or python -m pip install path4gmns-0.9.0.tar.gz
59+
$ python -m pip instal pypath4gmns-0.9.0-py3-none-any.whl
6060
6161
Here, 0.8.7 is the version number. Replace it with the one specified in setup.py.

path4gmns/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def download_sample_data_sets():
187187
the following data sets will be downloaded: ASU, Braess Paradox, Chicago Sketch,
188188
Lima Network, Sioux Falls, and Two Corridors.
189189
"""
190-
url = 'https://raw.githubusercontent.com/jdlph/Path4GMNS/master/data/'
190+
url = 'https://raw.githubusercontent.com/jdlph/Path4GMNS/dev/data/'
191191

192192
data_sets = [
193193
"ASU",

0 commit comments

Comments
 (0)