You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,16 +14,16 @@ Path4GMNS also serves as an API to the C++-based [DTALite](https://github.com/jd
14
14
* Origin-Destination Matrix Estimation (ODME).
15
15
16
16
## Installation
17
-
Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.7.3/), and can be installed using
17
+
Path4GMNS has been published on [PyPI](https://pypi.org/project/path4gmns/0.7.4/), and can be installed using
18
18
```
19
19
$ pip install path4gmns
20
20
```
21
-
If you need a specific version of Path4GMNS, say, 0.7.3,
21
+
If you need a specific version of Path4GMNS, say, 0.7.4,
22
22
```
23
-
$ pip install path4gmns==0.7.3
23
+
$ pip install path4gmns==0.7.4
24
24
```
25
25
26
-
v0.7.3 comes with bug fixes and new functionalities. All previous releases shall be deprecated for any purposes.
26
+
v0.7.4 comes with bug and issue fixes. All previous releases shall be deprecated for any purposes.
27
27
28
28
### Dependency
29
29
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 in the following section.
@@ -389,11 +389,11 @@ As **CMAKE_BUILD_TYPE** will be **IGNORED** for IDE (Integrated Development Envi
389
389
# from the root directory of PATH4GMNS
390
390
$ python setup.py sdist bdist_wheel
391
391
$ cd dist
392
-
# or python -m pip instal pypath4gmns-0.7.3-py3-none-any.whl
393
-
$ python -m pip install path4gmns-0.7.3.tar.gz
392
+
# or python -m pip instal pypath4gmns-0.7.4-py3-none-any.whl
393
+
$ python -m pip install path4gmns-0.7.4.tar.gz
394
394
```
395
395
396
-
Here, 0.7.3 is the version number. Replace it with the one specified in setup.py.
396
+
Here, 0.7.4 is the version number. Replace it with the one specified in setup.py.
0 commit comments