From 50453f8c9316fe88940f7c1e2f75ed63bd84812a Mon Sep 17 00:00:00 2001 From: Taylor Oshan Date: Tue, 8 Sep 2020 22:25:37 -0400 Subject: [PATCH] version/log bump --- CHANGELOG.md | 32 +++++------- spint/__init__.py | 2 +- tools/gitcount.ipynb | 122 ++++++++++++++++++------------------------- 3 files changed, 64 insertions(+), 92 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fca9f9..767dc21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,25 @@ -# Changes -Version 1.0.6 (2019-07-22) +# Changes -We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31. +Version 1.0.7 (2020-09-08) + +We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22. ## Issues Closed + - update travis (#25) + - addressing pysal/pysal#1145 (#24) + - bump version for release (#23) + - update log (#22) - 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) ## Pull Requests + - update travis (#25) + - addressing pysal/pysal#1145 (#24) + - bump version for release (#23) + - update log (#22) - 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) The following individuals contributed to this release: - - Tayloroshan - - Dani Arribas-Bel - - James Gaboardi - - Levi John Wolf - - Wei Kang - Taylor Oshan + - James Gaboardi diff --git a/spint/__init__.py b/spint/__init__.py index dc204b5..de955dc 100644 --- a/spint/__init__.py +++ b/spint/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.6' +__version__ = '1.0.7' from .gravity import Gravity, Production, Attraction, Doubly from .utils import CPC, sorensen, srmse diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 33408e3..2ce205b 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -26,8 +26,8 @@ "outputs": [], "source": [ "package_name = 'spint'\n", - "release_date = '2019-07-22'\n", - "start_date = '2018-10-31'" + "release_date = '2020-09-08'\n", + "start_date = '2019-07-22'" ] }, { @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2018, 10, 31, 0, 0)" + "datetime.datetime(2019, 7, 22, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "24" + "16" ] }, "execution_count": 8, @@ -254,7 +254,7 @@ { "data": { "text/plain": [ - "dict_keys(['Tayloroshan', 'Dani Arribas-Bel', 'James Gaboardi', 'Levi John Wolf', 'Wei Kang', 'Taylor Oshan'])" + "dict_keys(['Taylor Oshan', 'James Gaboardi'])" ] }, "execution_count": 14, @@ -434,12 +434,11 @@ { "data": { "text/plain": [ - "['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)']" + "['update travis (#25)',\n", + " 'addressing pysal/pysal#1145 (#24)',\n", + " 'bump version for release (#23)',\n", + " 'update log (#22)',\n", + " 'Updates (#21)']" ] }, "execution_count": 20, @@ -477,7 +476,7 @@ { "data": { "text/plain": [ - "'We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.'" + "'We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22.'" ] }, "execution_count": 23, @@ -507,7 +506,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", + "We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22.\n", "\n", "## Issues Closed\n", "\n" @@ -540,24 +539,21 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", + "We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22.\n", "\n", "## Issues Closed\n", + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\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", "\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" + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\n", + " - Updates (#21)\n" ] } ], @@ -583,12 +579,8 @@ "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" + " - Taylor Oshan\n", + " - James Gaboardi\n" ] } ], @@ -614,33 +606,26 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n", + "We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22.\n", "\n", "## Issues Closed\n", + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\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", "\n", "## Pull Requests\n", + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\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", "\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" + " - Taylor Oshan\n", + " - James Gaboardi\n" ] } ], @@ -668,35 +653,28 @@ "text": [ "# Changes\n", "\n", - "Version 1.0.5 (2019-07-22)\n", + "Version 1.0.7 (2020-09-08)\n", "\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", + "We closed a total of 10 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-07-22.\n", "\n", "## Issues Closed\n", + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\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", "\n", "## Pull Requests\n", + " - update travis (#25)\n", + " - addressing pysal/pysal#1145 (#24)\n", + " - bump version for release (#23)\n", + " - update log (#22)\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", "\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" + " - Taylor Oshan\n", + " - James Gaboardi\n" ] } ], @@ -739,9 +717,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python [spacegan]", "language": "python", - "name": "python3" + "name": "Python [spacegan]" }, "language_info": { "codemirror_mode": { @@ -753,7 +731,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.6.9" } }, "nbformat": 4,