Skip to content

Commit

Permalink
release is now delayed to Aug 24
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Aug 24, 2018
1 parent c0a9acf commit e704485
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

Version 2.0.0 (2018-08-22)
Version 2.0.0 (2018-08-24)

We closed a total of 42 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2017-07-14.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ If you are having issues, please talk to us in the [gitter room](https://gitter.
License
-------

The project is licensed under the [BSD license](https://github.com/pysal/pysal/blob/master/LICENSE.txt).
The project is licensed under the [BSD license](https://github.com/pysal/esda/blob/master/LICENSE).

Funding
-------
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Exploratory Spatial Data Analysis in PySAL
==========================================
Exploratory Spatial Data Analysis (esda) in PySAL
=================================================

.. image:: https://travis-ci.org/pysal/esda.svg
:target: https://travis-ci.org/pysal/esda
Expand Down Expand Up @@ -53,7 +53,7 @@ License
*******

The project is licensed under the `BSD
license <https://github.com/pysal/pysal/blob/master/LICENSE.txt>`__.
license <https://github.com/pysal/esda/blob/master/LICENSE>`__.

*******
Funding
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
18 changes: 9 additions & 9 deletions tools/gitcount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
]
},
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"data": {
"text/plain": [
"43"
"48"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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"
]
Expand Down Expand Up @@ -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"
]
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
Expand Down Expand Up @@ -844,7 +844,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit e704485

Please sign in to comment.