diff --git a/tools/changelog_0.2.2.md b/tools/changelog_0.2.2.md new file mode 100644 index 0000000..859251c --- /dev/null +++ b/tools/changelog_0.2.2.md @@ -0,0 +1,16 @@ +# Changes + +Version 0.2.2 (2020-01-05) + +We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11. + +## Issues Closed + - version bump (#61) + - update quilt pin (#60) + +## Pull Requests + - version bump (#61) + - update quilt pin (#60) + +The following individuals contributed to this release: + diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index d21dc83..c43fccb 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -26,8 +26,8 @@ "outputs": [], "source": [ "package_name = 'tobler'\n", - "release_date = '2020-02-21'\n", - "start_date = '2020-01-05'" + "release_date = '2020-01-05'\n", + "start_date = '2020-03-11'" ] }, { @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2020, 1, 5, 0, 0)" + "datetime.datetime(2020, 3, 11, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "21" + "0" ] }, "execution_count": 8, @@ -254,7 +254,7 @@ { "data": { "text/plain": [ - "dict_keys(['Eli Knaap', 'James Gaboardi'])" + "dict_keys([])" ] }, "execution_count": 14, @@ -434,14 +434,7 @@ { "data": { "text/plain": [ - "['reorg: adding model submodule (#55)',\n", - " 'bump version for bugfix release (#53)',\n", - " 'quilt handling (#52)',\n", - " 'Merge pull request #48 from knaaptime/master (#48)',\n", - " 'Merge pull request #47 from jGaboardi/update_docs (#47)',\n", - " 'Update installation.rst (#46)',\n", - " 'MNT: release tooling (#45)',\n", - " 'add pysal integration/import test (#44)']" + "['version bump (#61)', 'update quilt pin (#60)']" ] }, "execution_count": 20, @@ -479,7 +472,7 @@ { "data": { "text/plain": [ - "'We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2020-01-05.'" + "'We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11.'" ] }, "execution_count": 23, @@ -509,7 +502,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2020-01-05.\n", + "We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11.\n", "\n", "## Issues Closed\n", "\n" @@ -542,27 +535,15 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2020-01-05.\n", + "We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11.\n", "\n", "## Issues Closed\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n", + " - version bump (#61)\n", + " - update quilt pin (#60)\n", "\n", "## Pull Requests\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n" + " - version bump (#61)\n", + " - update quilt pin (#60)\n" ] } ], @@ -588,8 +569,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " - Eli Knaap\n", - " - James Gaboardi\n" + "\n" ] } ], @@ -615,32 +595,19 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2020-01-05.\n", + "We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11.\n", "\n", "## Issues Closed\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n", + " - version bump (#61)\n", + " - update quilt pin (#60)\n", "\n", "## Pull Requests\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n", + " - version bump (#61)\n", + " - update quilt pin (#60)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Eli Knaap\n", - " - James Gaboardi\n" + "\n" ] } ], @@ -668,34 +635,21 @@ "text": [ "# Changes\n", "\n", - "Version 0.2.1 (2020-02-21)\n", + "Version 0.2.2 (2020-01-05)\n", "\n", - "We closed a total of 16 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2020-01-05.\n", + "We closed a total of 4 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2020-03-11.\n", "\n", "## Issues Closed\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n", + " - version bump (#61)\n", + " - update quilt pin (#60)\n", "\n", "## Pull Requests\n", - " - reorg: adding model submodule (#55)\n", - " - bump version for bugfix release (#53)\n", - " - quilt handling (#52)\n", - " - Merge pull request #48 from knaaptime/master (#48)\n", - " - Merge pull request #47 from jGaboardi/update_docs (#47)\n", - " - Update installation.rst (#46)\n", - " - MNT: release tooling (#45)\n", - " - add pysal integration/import test (#44)\n", + " - version bump (#61)\n", + " - update quilt pin (#60)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Eli Knaap\n", - " - James Gaboardi\n" + "\n" ] } ],