Skip to content

Commit

Permalink
update changelog for v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weikang9009 committed Jun 20, 2019
1 parent e68d4ab commit 5c1d3e5
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 142 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
# Version 2.2.0 (2019-06-20)

We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.

## Issues Closed
- (docs) update installation instructions (#98)
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)
- PyPi page configuration (#96)
- pip install github master.zip of pysal dependencies (#95)
- update README.md (#93)
- Update readme (#94)
- migrate from readthedocs configuration file v1 to v2 (#92)
- updating supported python versions (3.6 and 3.7) in setup.py (#91)
- Move testing off of 3.5 and add 3.7 (#90)
- release on conda-forge (#89)
- allow user specified lag and check shape (#53)
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)
- (bug) format readme.rst as long_description for pypi display (#86)
- Prepare for release 2.1.0 (#85)

## Pull Requests
- (docs) update installation instructions (#98)
- (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)
- PyPi page configuration (#96)
- pip install github master.zip of pysal dependencies (#95)
- Update readme (#94)
- migrate from readthedocs configuration file v1 to v2 (#92)
- updating supported python versions (3.6 and 3.7) in setup.py (#91)
- Move testing off of 3.5 and add 3.7 (#90)
- Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)
- (bug) format readme.rst as long_description for pypi display (#86)
- Prepare for release 2.1.0 (#85)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi

# Version 2.1.0 (2019-04-08)

We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.
Expand Down
243 changes: 101 additions & 142 deletions tools/gitcount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"outputs": [],
"source": [
"package_name = 'giddy'\n",
"release_date = '2019-04-08'\n",
"start_date = '2018-08-26'"
"release_date = '2019-06-20'\n",
"start_date = '2019-04-08'"
]
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@
{
"data": {
"text/plain": [
"'/Users/weikang/Google Drive (weikang@ucr.edu)/python_repos/pysal-refactor/giddy/tools'"
"'/Users/weikang/Google Drive/python_repos/pysal-refactor/giddy/tools'"
]
},
"execution_count": 4,
Expand All @@ -101,7 +101,7 @@
{
"data": {
"text/plain": [
"datetime.datetime(2018, 8, 26, 0, 0)"
"datetime.datetime(2019, 4, 8, 0, 0)"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"data": {
"text/plain": [
"45"
"25"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -254,7 +254,7 @@
{
"data": {
"text/plain": [
"dict_keys(['Wei Kang', 'James Gaboardi', 'Serge Rey'])"
"dict_keys(['Wei Kang', 'James Gaboardi'])"
]
},
"execution_count": 14,
Expand Down Expand Up @@ -434,22 +434,17 @@
{
"data": {
"text/plain": [
"['Add splot as a soft dependency for giddy (#84)',\n",
" 'explicitly specifying Miniconda3 in .travis.yml (#83)',\n",
" 'configure doctest and coverage testing (#81)',\n",
" 'remove plot directive and indents (#80)',\n",
" 'fix missing reference labels in rendered docs (#79)',\n",
" '(ENH) Full rank and geographic rank Markov methods (#73)',\n",
" '(BUG) update directional notebook to accommodate changes in libpysal (#78)',\n",
" '(BUG) fix notebooks (#76)',\n",
" 'remove redundant installation in travis.yml (#75)',\n",
" 'add pypi badge to README (#74)',\n",
" '(BUG) remove libpysal.api in Rank notebook (#72)',\n",
" 'update required versions of dependencies (#71)',\n",
" 'Update issue templates (#70)',\n",
" 'conform to PEP8 style guide (#69)',\n",
" 'update README with new doi and doc website (#68)',\n",
" 'REL: 2.0.0 (#67)']"
"['(docs) update installation instructions (#98)',\n",
" '(docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)',\n",
" 'PyPi page configuration (#96)',\n",
" 'pip install github master.zip of pysal dependencies (#95)',\n",
" 'Update readme (#94)',\n",
" 'migrate from readthedocs configuration file v1 to v2 (#92)',\n",
" 'updating supported python versions (3.6 and 3.7) in setup.py (#91)',\n",
" 'Move testing off of 3.5 and add 3.7 (#90)',\n",
" 'Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)',\n",
" '(bug) format readme.rst as long_description for pypi display (#86)',\n",
" 'Prepare for release 2.1.0 (#85)']"
]
},
"execution_count": 20,
Expand Down Expand Up @@ -487,7 +482,7 @@
{
"data": {
"text/plain": [
"'We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.'"
"'We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.'"
]
},
"execution_count": 23,
Expand Down Expand Up @@ -517,7 +512,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.\n",
"We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.\n",
"\n",
"## Issues Closed\n",
"\n"
Expand Down Expand Up @@ -550,47 +545,36 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.\n",
"We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.\n",
"\n",
"## Issues Closed\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - .travis built on archaic Miniconda (#82)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - reference labels are missing from rendered docs (#77)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - Singular matrix when computing ergodic values (#32)\n",
" - build notebooks for documentation (#6)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n",
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - update README.md (#93)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - release on conda-forge (#89)\n",
" - allow user specified lag and check shape (#53)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n",
"\n",
"## Pull Requests\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n"
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n"
]
}
],
Expand All @@ -617,8 +601,7 @@
"output_type": "stream",
"text": [
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
" - James Gaboardi\n"
]
}
],
Expand All @@ -644,53 +627,41 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.\n",
"We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.\n",
"\n",
"## Issues Closed\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - .travis built on archaic Miniconda (#82)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - reference labels are missing from rendered docs (#77)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - Singular matrix when computing ergodic values (#32)\n",
" - build notebooks for documentation (#6)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n",
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - update README.md (#93)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - release on conda-forge (#89)\n",
" - allow user specified lag and check shape (#53)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n",
"\n",
"## Pull Requests\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n",
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
" - James Gaboardi\n"
]
}
],
Expand Down Expand Up @@ -718,55 +689,43 @@
"text": [
"# Changes\n",
"\n",
"Version 2.1.0 (2019-04-08)\n",
"Version 2.2.0 (2019-06-20)\n",
"\n",
"We closed a total of 36 issues (enhancements and bug fixes) through 16 pull requests, since our last release on 2018-08-26.\n",
"We closed a total of 25 issues (enhancements and bug fixes) through 11 pull requests, since our last release on 2019-04-08.\n",
"\n",
"## Issues Closed\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - .travis built on archaic Miniconda (#82)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - reference labels are missing from rendered docs (#77)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - Singular matrix when computing ergodic values (#32)\n",
" - build notebooks for documentation (#6)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n",
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - update README.md (#93)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - release on conda-forge (#89)\n",
" - allow user specified lag and check shape (#53)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n",
"\n",
"## Pull Requests\n",
" - Add splot as a soft dependency for giddy (#84)\n",
" - explicitly specifying Miniconda3 in .travis.yml (#83)\n",
" - configure doctest and coverage testing (#81)\n",
" - remove plot directive and indents (#80)\n",
" - fix missing reference labels in rendered docs (#79)\n",
" - (ENH) Full rank and geographic rank Markov methods (#73)\n",
" - (BUG) update directional notebook to accommodate changes in libpysal (#78)\n",
" - (BUG) fix notebooks (#76)\n",
" - remove redundant installation in travis.yml (#75)\n",
" - add pypi badge to README (#74)\n",
" - (BUG) remove libpysal.api in Rank notebook (#72)\n",
" - update required versions of dependencies (#71)\n",
" - Update issue templates (#70)\n",
" - conform to PEP8 style guide (#69)\n",
" - update README with new doi and doc website (#68)\n",
" - REL: 2.0.0 (#67)\n",
" - (docs) update installation instructions (#98)\n",
" - (docs) change the css to accommodate new versions of sphinx and sphinx bootstrap theme (#97)\n",
" - PyPi page configuration (#96)\n",
" - pip install github master.zip of pysal dependencies (#95)\n",
" - Update readme (#94)\n",
" - migrate from readthedocs configuration file v1 to v2 (#92)\n",
" - updating supported python versions (3.6 and 3.7) in setup.py (#91)\n",
" - Move testing off of 3.5 and add 3.7 (#90)\n",
" - Update zenodo doi and pypi badge for version 2.1.0 (new release) (#87)\n",
" - (bug) format readme.rst as long_description for pypi display (#86)\n",
" - Prepare for release 2.1.0 (#85)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
" - James Gaboardi\n"
]
}
],
Expand Down

0 comments on commit 5c1d3e5

Please sign in to comment.