From a42362aba27911fa0cde569ddfbbebda6191c11b Mon Sep 17 00:00:00 2001 From: Taylor Oshan Date: Tue, 8 Sep 2020 16:34:00 -0400 Subject: [PATCH] update log --- CHANGELOG.md | 30 +++---- tools/gitcount.ipynb | 188 +++++++++++++++++++++---------------------- 2 files changed, 107 insertions(+), 111 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 275d3ee3..63178ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,28 @@ + # Changes -Version 1.0.7 (2018-7-18) +Version 1.0.8 (2020-9-8) -We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1. +We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18. ## Issues Closed + - version bump (#29) + - fix check_constant returns (#28) + - logistic GLM? (#27) + - addressing pysal/pysal#1145 (#26) + - update changeling (#25) - version bump (#24) - - (docs) change to readthedocs v2 (#22) - - debug travis testing (#23) - - transition to python 3.6 and 3.7 (#21) - - use solve instead of inverse (#20) - - add channgelog (#18) - - include tests in release (#9) ## Pull Requests + - version bump (#29) + - fix check_constant returns (#28) + - addressing pysal/pysal#1145 (#26) + - update changeling (#25) - version bump (#24) - - (docs) change to readthedocs v2 (#22) - - debug travis testing (#23) - - transition to python 3.6 and 3.7 (#21) - - use solve instead of inverse (#20) - - add channgelog (#18) The following individuals contributed to this release: - - Tayloroshan + - Taylor Oshan + - Ziqi Li - Wei Kang - - Taylor Oshan \ No newline at end of file + - James Gaboardi diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 4dc9a9eb..5e3a2675 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -21,13 +21,13 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ "package_name = 'spglm'\n", - "release_date = '2018-7-18'\n", - "start_date = '2018-11-1'" + "release_date = '2020-9-8'\n", + "start_date = '2019-7-18'" ] }, { @@ -95,16 +95,16 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "datetime.datetime(2018, 11, 1, 0, 0)" + "datetime.datetime(2019, 7, 18, 0, 0)" ] }, - "execution_count": 7, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -139,7 +139,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -149,16 +149,16 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 8, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "16" + "6" ] }, - "execution_count": 10, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -183,7 +183,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -206,7 +206,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -215,7 +215,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -224,7 +224,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -239,7 +239,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -248,16 +248,16 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 14, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "dict_keys(['Tayloroshan', 'Wei Kang', 'Taylor Oshan'])" + "dict_keys(['Taylor Oshan', 'Ziqi Li', 'Wei Kang', 'James Gaboardi'])" ] }, - "execution_count": 16, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -275,7 +275,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -288,7 +288,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ @@ -384,7 +384,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -404,7 +404,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -416,7 +416,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -428,21 +428,20 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 20, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "['version bump (#24)',\n", - " ' (docs) change to readthedocs v2 (#22)',\n", - " 'debug travis testing (#23)',\n", - " 'transition to python 3.6 and 3.7 (#21)',\n", - " 'use solve instead of inverse (#20)',\n", - " 'add channgelog (#18)']" + "['version bump (#29)',\n", + " 'fix check_constant returns (#28)',\n", + " 'addressing pysal/pysal#1145 (#26)',\n", + " 'update changeling (#25)',\n", + " 'version bump (#24)']" ] }, - "execution_count": 22, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } @@ -453,7 +452,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -462,7 +461,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 22, "metadata": {}, "outputs": [], "source": [ @@ -471,16 +470,16 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 23, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "'We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1.'" + "'We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.'" ] }, - "execution_count": 25, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" } @@ -491,7 +490,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -500,14 +499,14 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 25, "metadata": {}, "outputs": [ { "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-11-1.\n", + "We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.\n", "\n", "## Issues Closed\n", "\n" @@ -520,7 +519,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 26, "metadata": {}, "outputs": [], "source": [ @@ -533,31 +532,29 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 27, "metadata": {}, "outputs": [ { "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-11-1.\n", + "We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.\n", "\n", "## Issues Closed\n", + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - logistic GLM? (#27)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n", - " - include tests in release (#9)\n", "\n", "## Pull Requests\n", - " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n" + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", + " - version bump (#24)\n" ] } ], @@ -567,7 +564,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -576,16 +573,17 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 29, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - " - Tayloroshan\n", + " - Taylor Oshan\n", + " - Ziqi Li\n", " - Wei Kang\n", - " - Taylor Oshan\n" + " - James Gaboardi\n" ] } ], @@ -595,7 +593,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -604,37 +602,36 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 31, "metadata": {}, "outputs": [ { "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-11-1.\n", + "We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.\n", "\n", "## Issues Closed\n", + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - logistic GLM? (#27)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n", - " - include tests in release (#9)\n", "\n", "## Pull Requests\n", + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Tayloroshan\n", + " - Taylor Oshan\n", + " - Ziqi Li\n", " - Wei Kang\n", - " - Taylor Oshan\n" + " - James Gaboardi\n" ] } ], @@ -644,7 +641,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -653,7 +650,7 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 33, "metadata": {}, "outputs": [ { @@ -662,32 +659,31 @@ "text": [ "# Changes\n", "\n", - "Version 1.0.7 (2018-7-18)\n", + "Version 1.0.8 (2020-9-8)\n", "\n", - "We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1.\n", + "We closed a total of 11 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-7-18.\n", "\n", "## Issues Closed\n", + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - logistic GLM? (#27)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n", - " - include tests in release (#9)\n", "\n", "## Pull Requests\n", + " - version bump (#29)\n", + " - fix check_constant returns (#28)\n", + " - addressing pysal/pysal#1145 (#26)\n", + " - update changeling (#25)\n", " - version bump (#24)\n", - " - (docs) change to readthedocs v2 (#22)\n", - " - debug travis testing (#23)\n", - " - transition to python 3.6 and 3.7 (#21)\n", - " - use solve instead of inverse (#20)\n", - " - add channgelog (#18)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Tayloroshan\n", + " - Taylor Oshan\n", + " - Ziqi Li\n", " - Wei Kang\n", - " - Taylor Oshan\n" + " - James Gaboardi\n" ] } ], @@ -697,7 +693,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -730,9 +726,9 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python [spacegan]", "language": "python", - "name": "python3" + "name": "Python [spacegan]" }, "language_info": { "codemirror_mode": { @@ -744,7 +740,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.1" + "version": "3.6.9" } }, "nbformat": 4,