diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8c577..bbf5e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,31 @@ # Changes -Version 1.0.4 (2018-010-31) +Version 1.0.5 (2019-07-22) -We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06. +We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31. ## Issues Closed + - Updates (#21) + - correction of JSONUnreadable error (#19) + - fix all doctests and require doctests to pass on travis testing (#18) + - Move np.random.seed into individual testing cases for test_vec_SA.py (#17) + - add changelog (#15) - pypi files do not include tests (#9) - Submodule (#14) - - adapting spint to newest version of libpysal (#13) ## Pull Requests + - Updates (#21) + - correction of JSONUnreadable error (#19) + - fix all doctests and require doctests to pass on travis testing (#18) + - Move np.random.seed into individual testing cases for test_vec_SA.py (#17) + - add changelog (#15) - Submodule (#14) - - adapting spint to newest version of libpysal (#13) The following individuals contributed to this release: + - Tayloroshan + - Dani Arribas-Bel + - James Gaboardi + - Levi John Wolf + - Wei Kang - Taylor Oshan \ No newline at end of file diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 26ef7c8..33408e3 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -26,8 +26,8 @@ "outputs": [], "source": [ "package_name = 'spint'\n", - "release_date = '2018-010-31'\n", - "start_date = '2018-09-06'" + "release_date = '2019-07-22'\n", + "start_date = '2018-10-31'" ] }, { @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2018, 9, 6, 0, 0)" + "datetime.datetime(2018, 10, 31, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "16" + "24" ] }, "execution_count": 8, @@ -254,7 +254,7 @@ { "data": { "text/plain": [ - "[u'Taylor Oshan']" + "dict_keys(['Tayloroshan', 'Dani Arribas-Bel', 'James Gaboardi', 'Levi John Wolf', 'Wei Kang', 'Taylor Oshan'])" ] }, "execution_count": 14, @@ -434,7 +434,12 @@ { "data": { "text/plain": [ - "['Submodule (#14)', 'adapting spint to newest version of libpysal (#13)']" + "['Updates (#21)',\n", + " 'correction of JSONUnreadable error (#19)',\n", + " 'fix all doctests and require doctests to pass on travis testing (#18)',\n", + " 'Move np.random.seed into individual testing cases for test_vec_SA.py (#17)',\n", + " 'add changelog (#15)',\n", + " 'Submodule (#14)']" ] }, "execution_count": 20, @@ -472,7 +477,7 @@ { "data": { "text/plain": [ - "'We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.'" + "'We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.'" ] }, "execution_count": 23, @@ -502,7 +507,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n", + "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", "\n", "## Issues Closed\n", "\n" @@ -535,16 +540,24 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n", + "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", "\n", "## Issues Closed\n", + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", " - pypi files do not include tests (#9)\n", " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n", "\n", "## Pull Requests\n", - " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n" + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", + " - Submodule (#14)\n" ] } ], @@ -570,6 +583,11 @@ "name": "stdout", "output_type": "stream", "text": [ + " - Tayloroshan\n", + " - Dani Arribas-Bel\n", + " - James Gaboardi\n", + " - Levi John Wolf\n", + " - Wei Kang\n", " - Taylor Oshan\n" ] } @@ -596,19 +614,32 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n", + "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", "\n", "## Issues Closed\n", + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", " - pypi files do not include tests (#9)\n", " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n", "\n", "## Pull Requests\n", + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n", "\n", "The following individuals contributed to this release:\n", "\n", + " - Tayloroshan\n", + " - Dani Arribas-Bel\n", + " - James Gaboardi\n", + " - Levi John Wolf\n", + " - Wei Kang\n", " - Taylor Oshan\n" ] } @@ -637,21 +668,34 @@ "text": [ "# Changes\n", "\n", - "Version 1.0.4 (2018-010-31)\n", + "Version 1.0.5 (2019-07-22)\n", "\n", - "We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n", + "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", "\n", "## Issues Closed\n", + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", " - pypi files do not include tests (#9)\n", " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n", "\n", "## Pull Requests\n", + " - Updates (#21)\n", + " - correction of JSONUnreadable error (#19)\n", + " - fix all doctests and require doctests to pass on travis testing (#18)\n", + " - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n", + " - add changelog (#15)\n", " - Submodule (#14)\n", - " - adapting spint to newest version of libpysal (#13)\n", "\n", "The following individuals contributed to this release:\n", "\n", + " - Tayloroshan\n", + " - Dani Arribas-Bel\n", + " - James Gaboardi\n", + " - Levi John Wolf\n", + " - Wei Kang\n", " - Taylor Oshan\n" ] } @@ -695,21 +739,21 @@ ], "metadata": { "kernelspec": { - "display_name": "Python [Root]", + "display_name": "Python 3", "language": "python", - "name": "Python [Root]" + "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.12" + "pygments_lexer": "ipython3", + "version": "3.7.1" } }, "nbformat": 4,