-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0a9acf
commit e704485
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,16 +44,16 @@ install: | |
- if "$PYSAL_PLUS"; then conda install --yes numba; fi | ||
|
||
script: | ||
- pwd | ||
- ls -al | ||
- python setup.py sdist >/dev/null | ||
- nosetests -v esda; | ||
- python setup.py install | ||
- nosetests --verbose --with-coverage --cover-package=esda; | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
on_success: change | ||
on_failure: change | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
New BSD License | ||
BSD 3-Clause License | ||
|
||
Copyright 2018 PySAL Developers | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
description='Package with statistics for exploratory spatial data analysis', | ||
long_description=long_description, | ||
url='https://github.com/pysal/esda', | ||
maintainer='Sergio Rey', | ||
maintainer_email='[email protected]', | ||
maintainer='Sergio Rey, Wei Kang', | ||
maintainer_email='[email protected], [email protected]', | ||
test_suite='nose.collector', | ||
py_modules=['esda'], | ||
python_requires='>3.4', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
"outputs": [], | ||
"source": [ | ||
"package_name = 'esda'\n", | ||
"release_date = '2018-08-22'\n", | ||
"release_date = '2018-08-24'\n", | ||
"start_date = '2017-07-14'" | ||
] | ||
}, | ||
|
@@ -81,7 +81,7 @@ | |
{ | ||
"data": { | ||
"text/plain": [ | ||
"'/home/serge/Dropbox/p/pysal/src/subpackages/esda/tools'" | ||
"'/Users/weikang/Google Drive ([email protected])/python_repos/pysal-refactor/esda/tools'" | ||
] | ||
}, | ||
"execution_count": 4, | ||
|
@@ -155,7 +155,7 @@ | |
{ | ||
"data": { | ||
"text/plain": [ | ||
"43" | ||
"48" | ||
] | ||
}, | ||
"execution_count": 8, | ||
|
@@ -254,7 +254,7 @@ | |
{ | ||
"data": { | ||
"text/plain": [ | ||
"dict_keys(['Serge Rey', 'Wei Kang', 'Levi John Wolf', 'Stefanie Lumnitz'])" | ||
"dict_keys(['Wei Kang', 'Serge Rey', 'Levi John Wolf', 'Stefanie Lumnitz'])" | ||
] | ||
}, | ||
"execution_count": 14, | ||
|
@@ -622,8 +622,8 @@ | |
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
" - Serge Rey\n", | ||
" - Wei Kang\n", | ||
" - Serge Rey\n", | ||
" - Levi John Wolf\n", | ||
" - Stefanie Lumnitz\n" | ||
] | ||
|
@@ -701,8 +701,8 @@ | |
"\n", | ||
"The following individuals contributed to this release:\n", | ||
"\n", | ||
" - Serge Rey\n", | ||
" - Wei Kang\n", | ||
" - Serge Rey\n", | ||
" - Levi John Wolf\n", | ||
" - Stefanie Lumnitz\n" | ||
] | ||
|
@@ -732,7 +732,7 @@ | |
"text": [ | ||
"# Changes\n", | ||
"\n", | ||
"Version 2.0.0 (2018-08-22)\n", | ||
"Version 2.0.0 (2018-08-24)\n", | ||
"\n", | ||
"We closed a total of 42 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2017-07-14.\n", | ||
"\n", | ||
|
@@ -784,8 +784,8 @@ | |
"\n", | ||
"The following individuals contributed to this release:\n", | ||
"\n", | ||
" - Serge Rey\n", | ||
" - Wei Kang\n", | ||
" - Serge Rey\n", | ||
" - Levi John Wolf\n", | ||
" - Stefanie Lumnitz\n" | ||
] | ||
|
@@ -844,7 +844,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.6.5" | ||
"version": "3.6.4" | ||
} | ||
}, | ||
"nbformat": 4, | ||
|