From fb07ec650aede24a38ff35ab716283df67d6e723 Mon Sep 17 00:00:00 2001 From: TaylorOshan Date: Thu, 18 Jul 2019 13:13:11 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 28 ++++--- tools/gitcount.ipynb | 186 ++++++++++++++++++++++--------------------- 2 files changed, 112 insertions(+), 102 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c54bb73..275d3ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,28 @@ # Changes -Version 1.0.6 (2018-11-1) +Version 1.0.7 (2018-7-18) -We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26. +We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1. ## Issues Closed + - 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) - - fix docstrings (as well as some within interactive examples) (#14) - - Fix docs (#17) - - Submodule (#16) - - submodule_contract (#13) - - Inconsistent metadata in setup.py (#10) - - adapting spglm to new libpysal (#12) - - move to using libpysal.io.open rather than just libpysal.open (#11) ## Pull Requests - - fix docstrings (as well as some within interactive examples) (#14) - - Fix docs (#17) - - Submodule (#16) - - adapting spglm to new libpysal (#12) + - 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 - Wei Kang - Taylor Oshan \ No newline at end of file diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 9207fac3..4dc9a9eb 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -21,13 +21,13 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ "package_name = 'spglm'\n", - "release_date = '2018-11-1'\n", - "start_date = '2018-08-26'" + "release_date = '2018-7-18'\n", + "start_date = '2018-11-1'" ] }, { @@ -95,16 +95,16 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "datetime.datetime(2018, 8, 26, 0, 0)" + "datetime.datetime(2018, 11, 1, 0, 0)" ] }, - "execution_count": 5, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -118,7 +118,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -139,7 +139,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -149,16 +149,16 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 10, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "40" + "16" ] }, - "execution_count": 8, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -183,7 +183,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -206,7 +206,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -215,7 +215,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -224,7 +224,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 14, "metadata": {}, "outputs": [], "source": [ @@ -239,7 +239,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -248,16 +248,16 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 16, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[u'Wei Kang', u'Taylor Oshan']" + "dict_keys(['Tayloroshan', 'Wei Kang', 'Taylor Oshan'])" ] }, - "execution_count": 14, + "execution_count": 16, "metadata": {}, "output_type": "execute_result" } @@ -275,7 +275,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -288,7 +288,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -384,7 +384,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 19, "metadata": {}, "outputs": [], "source": [ @@ -404,7 +404,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 20, "metadata": {}, "outputs": [], "source": [ @@ -416,7 +416,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 21, "metadata": {}, "outputs": [], "source": [ @@ -428,19 +428,21 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 22, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "['fix docstrings (as well as some within interactive examples) (#14)',\n", - " 'Fix docs (#17)',\n", - " 'Submodule (#16)',\n", - " 'adapting spglm to new libpysal (#12)']" + "['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)']" ] }, - "execution_count": 20, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } @@ -451,7 +453,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -460,7 +462,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 24, "metadata": {}, "outputs": [], "source": [ @@ -469,16 +471,16 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 25, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "'We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.'" + "'We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-11-1.'" ] }, - "execution_count": 23, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } @@ -489,7 +491,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 26, "metadata": {}, "outputs": [], "source": [ @@ -498,14 +500,14 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 27, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.\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", "\n", "## Issues Closed\n", "\n" @@ -518,7 +520,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 28, "metadata": {}, "outputs": [], "source": [ @@ -531,30 +533,31 @@ }, { "cell_type": "code", - "execution_count": 27, + "execution_count": 29, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.\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", "\n", "## Issues Closed\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", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - submodule_contract (#13)\n", - " - Inconsistent metadata in setup.py (#10)\n", - " - adapting spglm to new libpysal (#12)\n", - " - move to using libpysal.io.open rather than just libpysal.open (#11)\n", "\n", "## Pull Requests\n", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - adapting spglm to new libpysal (#12)\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" ] } ], @@ -564,7 +567,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 30, "metadata": {}, "outputs": [], "source": [ @@ -573,13 +576,14 @@ }, { "cell_type": "code", - "execution_count": 29, + "execution_count": 31, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ + " - Tayloroshan\n", " - Wei Kang\n", " - Taylor Oshan\n" ] @@ -591,7 +595,7 @@ }, { "cell_type": "code", - "execution_count": 30, + "execution_count": 32, "metadata": {}, "outputs": [], "source": [ @@ -600,33 +604,35 @@ }, { "cell_type": "code", - "execution_count": 31, + "execution_count": 33, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.\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", "\n", "## Issues Closed\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", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - submodule_contract (#13)\n", - " - Inconsistent metadata in setup.py (#10)\n", - " - adapting spglm to new libpysal (#12)\n", - " - move to using libpysal.io.open rather than just libpysal.open (#11)\n", "\n", "## Pull Requests\n", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - adapting spglm to new libpysal (#12)\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", " - Wei Kang\n", " - Taylor Oshan\n" ] @@ -638,7 +644,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 34, "metadata": {}, "outputs": [], "source": [ @@ -647,7 +653,7 @@ }, { "cell_type": "code", - "execution_count": 33, + "execution_count": 35, "metadata": {}, "outputs": [ { @@ -656,28 +662,30 @@ "text": [ "# Changes\n", "\n", - "Version 1.0.6 (2018-11-1)\n", + "Version 1.0.7 (2018-7-18)\n", "\n", - "We closed a total of 12 issues (enhancements and bug fixes) through 4 pull requests, since our last release on 2018-08-26.\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", "\n", "## Issues Closed\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", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - submodule_contract (#13)\n", - " - Inconsistent metadata in setup.py (#10)\n", - " - adapting spglm to new libpysal (#12)\n", - " - move to using libpysal.io.open rather than just libpysal.open (#11)\n", "\n", "## Pull Requests\n", - " - fix docstrings (as well as some within interactive examples) (#14)\n", - " - Fix docs (#17)\n", - " - Submodule (#16)\n", - " - adapting spglm to new libpysal (#12)\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", " - Wei Kang\n", " - Taylor Oshan\n" ] @@ -689,7 +697,7 @@ }, { "cell_type": "code", - "execution_count": 34, + "execution_count": 36, "metadata": {}, "outputs": [], "source": [ @@ -722,21 +730,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,