Skip to content

Commit

Permalink
release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Mar 12, 2021
1 parent ab1559e commit dd5ce89
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pygeoda for windows is built using Appveyor (see: appveyor.yml)
NOTE:

python 3.5.0 msc 1900 visual c++ 2015 msvc14.0
python 3.6.1 msc 1900 visual c++ 2015
python 3.6.1 msc 1900 visual c++ 2015 (!!as conda-forge, msvc14.1 for py36)
python 3.7.0 msc 1914 visual c++ 2017 msvc14.1
python 3.8.1 msc 1916 visual c++ 2017
python 3.9.1 msc 1928 visual c++ 2019 msvc14.2
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pygeoda is a python library for spatial data analysis based on libgeoda and GeoD
pip install pygeoda
```

You can install pygeoda from source by using the following command in a terminal:
It will be in conda-forge soon. You can also install pygeoda from source by using the following command in a terminal:

```
pip install git+https://github.com/geodacenter/pygeoda
Expand Down Expand Up @@ -118,3 +118,12 @@ lisa = pygeoda.local_moran(w, gda['Crm_prs'])
* Demean standardize
* Standardize data (Z)
* Median absolute deviation


## Authors

Xun Li and Luc Anselin

## Contributors

Guanpeng Dong; Yong Liu; Hang Zhang; Yeqing Han;
2 changes: 1 addition & 1 deletion pygeoda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.7.5"
__version__ = "0.0.8"
# __version__ has to be define in the first line

__author__ = "Xun Li <lixun910@gmail.com>, "
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
extra_objects=EXTRA_OBJECTS),]

setup (name = 'pygeoda',
version = '0.0.7.5',
version = '0.0.8',
author = "Xun Li",
author_email = "lixun910@gmail.com",
url = "https://github.com/geodacenter/pygeoda",
Expand Down

0 comments on commit dd5ce89

Please sign in to comment.