From 3a8f22a23deb04ddfb5a754944f721852177f693 Mon Sep 17 00:00:00 2001 From: renanxcortes Date: Tue, 14 May 2019 12:03:43 -0700 Subject: [PATCH 1/4] update setup.py removing pytests for 1.0.6 release --- segregation/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/segregation/__init__.py b/segregation/__init__.py index da80c7dc..957cf518 100644 --- a/segregation/__init__.py +++ b/segregation/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.5" +__version__ = "1.0.6" """ :mod:`segregation` --- Spatial/Non-Spatial Segregation Analysis diff --git a/setup.py b/setup.py index db9348f3..430d23d4 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,8 @@ def setup_package(): license = 'BSD', py_modules = ['segregation'], packages = find_packages(), - setup_requires = ["pytest-runner"], - tests_require = ["pytest"], + # setup_requires = ["pytest-runner"], + # tests_require = ["pytest"], keywords = ['spatial statistics', 'demography'], classifiers = [ #'Development Status :: 1 - Alpha', From 21c53ca9b2b47ed8e4c4fa34a50788cade155637 Mon Sep 17 00:00:00 2001 From: renanxcortes Date: Tue, 14 May 2019 12:06:19 -0700 Subject: [PATCH 2/4] changelog (and gitcount) release 1.0.6 (FIX dates of first cells) --- tools/changelog_1.0.6.md | 19 ++++++ tools/gitcount.ipynb | 135 +++++++++++---------------------------- 2 files changed, 57 insertions(+), 97 deletions(-) create mode 100644 tools/changelog_1.0.6.md diff --git a/tools/changelog_1.0.6.md b/tools/changelog_1.0.6.md new file mode 100644 index 00000000..470ff744 --- /dev/null +++ b/tools/changelog_1.0.6.md @@ -0,0 +1,19 @@ +# Changes + +Version 1.0.6 (2019-05-14) + +We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14. + +## Issues Closed + - update changelog and run gitcount (#28) + - tweaks for 1.0.5 release in setup.py (#27) + - update readme with decompose framework for 1.0.5 release (#26) + - create additional argument for the center in Centralization indexes (#23) + +## Pull Requests + - update changelog and run gitcount (#28) + - tweaks for 1.0.5 release in setup.py (#27) + - update readme with decompose framework for 1.0.5 release (#26) + +The following individuals contributed to this release: + diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 964ee97e..b45bf08f 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -26,8 +26,8 @@ "outputs": [], "source": [ "package_name = 'segregation'\n", - "release_date = '2018-05-10'\n", - "start_date = '2018-04-15'" + "release_date = '2019-05-14'\n", + "start_date = '2019-05-14'" ] }, { @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2018, 4, 15, 0, 0)" + "datetime.datetime(2019, 5, 14, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "406" + "0" ] }, "execution_count": 8, @@ -253,7 +253,7 @@ { "data": { "text/plain": [ - "dict_keys(['Renan Xavier Cortes', 'Eli Knaap', 'James Gaboardi', 'Ljwolf', 'Serge Rey', 'Wei Kang', 'Levi John Wolf'])" + "dict_keys([])" ] }, "execution_count": 14, @@ -433,14 +433,9 @@ { "data": { "text/plain": [ - "['add RTD yaml (#14)',\n", - " 'add docs reqs (#13)',\n", - " 'begin docs (#12)',\n", - " 'add lorenz (#10)',\n", - " 'add working decomposition func and CDF plotting func (#7)',\n", - " 'start counterfactual (#6)',\n", - " 'directly specifiy Miniconda3 (#3)',\n", - " 'add second install option to README.md (#1)']" + "['update changelog and run gitcount (#28)',\n", + " 'tweaks for 1.0.5 release in setup.py (#27)',\n", + " 'update readme with decompose framework for 1.0.5 release (#26)']" ] }, "execution_count": 20, @@ -478,7 +473,7 @@ { "data": { "text/plain": [ - "'We closed a total of 19 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-04-15.'" + "'We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.'" ] }, "execution_count": 23, @@ -508,7 +503,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 19 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-04-15.\n", + "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", "\n" @@ -541,30 +536,18 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 19 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-04-15.\n", + "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - create additional argument for the center in Centralization indexes (#23)\n", "\n", "## Pull Requests\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n" + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n" ] } ], @@ -590,13 +573,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " - Renan Xavier Cortes\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Serge Rey\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ], @@ -622,40 +599,22 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 19 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-04-15.\n", + "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - create additional argument for the center in Centralization indexes (#23)\n", "\n", "## Pull Requests\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n", + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Renan Xavier Cortes\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Serge Rey\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ], @@ -683,42 +642,24 @@ "text": [ "# Changes\n", "\n", - "Version 1.0.4 (2018-05-10)\n", + "Version 1.0.6 (2019-05-14)\n", "\n", - "We closed a total of 19 issues (enhancements and bug fixes) through 8 pull requests, since our last release on 2018-04-15.\n", + "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - create additional argument for the center in Centralization indexes (#23)\n", "\n", "## Pull Requests\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n", + " - update changelog and run gitcount (#28)\n", + " - tweaks for 1.0.5 release in setup.py (#27)\n", + " - update readme with decompose framework for 1.0.5 release (#26)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Renan Xavier Cortes\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Serge Rey\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ], From 7de8432ad1bdac820c8ec6c0c56248956da2d922 Mon Sep 17 00:00:00 2001 From: renanxcortes Date: Tue, 14 May 2019 12:18:19 -0700 Subject: [PATCH 3/4] update changelog and rerun gitcount --- tools/changelog_1.0.6.md | 3 +- tools/gitcount.ipynb | 140 +++++++++++++++++++++++++++++++++++---- 2 files changed, 129 insertions(+), 14 deletions(-) diff --git a/tools/changelog_1.0.6.md b/tools/changelog_1.0.6.md index 470ff744..64a5afb1 100644 --- a/tools/changelog_1.0.6.md +++ b/tools/changelog_1.0.6.md @@ -2,9 +2,10 @@ Version 1.0.6 (2019-05-14) -We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14. +We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14. ## Issues Closed + - plan for Release 106 (#29) - update changelog and run gitcount (#28) - tweaks for 1.0.5 release in setup.py (#27) - update readme with decompose framework for 1.0.5 release (#26) diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index b45bf08f..668926e2 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2019, 5, 14, 0, 0)" + "datetime.datetime(2018, 4, 10, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "0" + "412" ] }, "execution_count": 8, @@ -253,7 +253,7 @@ { "data": { "text/plain": [ - "dict_keys([])" + "dict_keys(['Renan Xavier Cortes', 'Serge Rey', 'Eli Knaap', 'James Gaboardi', 'Ljwolf', 'Wei Kang', 'Levi John Wolf'])" ] }, "execution_count": 14, @@ -435,7 +435,19 @@ "text/plain": [ "['update changelog and run gitcount (#28)',\n", " 'tweaks for 1.0.5 release in setup.py (#27)',\n", - " 'update readme with decompose framework for 1.0.5 release (#26)']" + " 'update readme with decompose framework for 1.0.5 release (#26)',\n", + " 'ENH: bump version number for bf release (#24)',\n", + " \" second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\",\n", + " 'BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)',\n", + " 'create changelog and gitcount (#21)',\n", + " 'add RTD yaml (#14)',\n", + " 'add docs reqs (#13)',\n", + " 'begin docs (#12)',\n", + " 'add lorenz (#10)',\n", + " 'add working decomposition func and CDF plotting func (#7)',\n", + " 'start counterfactual (#6)',\n", + " 'directly specifiy Miniconda3 (#3)',\n", + " 'add second install option to README.md (#1)']" ] }, "execution_count": 20, @@ -473,7 +485,7 @@ { "data": { "text/plain": [ - "'We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.'" + "'We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.'" ] }, "execution_count": 23, @@ -503,7 +515,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", + "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", "\n", "## Issues Closed\n", "\n" @@ -536,18 +548,46 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", + "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", "\n", "## Issues Closed\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - Create Tools for Github release (#20)\n", + " - error when installing using pip (#15)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add spatial information theory index (#2)\n", + " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", - " - update readme with decompose framework for 1.0.5 release (#26)\n" + " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add second install option to README.md (#1)\n" ] } ], @@ -573,7 +613,13 @@ "name": "stdout", "output_type": "stream", "text": [ - "\n" + " - Renan Xavier Cortes\n", + " - Serge Rey\n", + " - Eli Knaap\n", + " - James Gaboardi\n", + " - Ljwolf\n", + " - Wei Kang\n", + " - Levi John Wolf\n" ] } ], @@ -599,22 +645,56 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", + "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", "\n", "## Issues Closed\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - Create Tools for Github release (#20)\n", + " - error when installing using pip (#15)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add spatial information theory index (#2)\n", + " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add second install option to README.md (#1)\n", "\n", "The following individuals contributed to this release:\n", "\n", - "\n" + " - Renan Xavier Cortes\n", + " - Serge Rey\n", + " - Eli Knaap\n", + " - James Gaboardi\n", + " - Ljwolf\n", + " - Wei Kang\n", + " - Levi John Wolf\n" ] } ], @@ -644,22 +724,56 @@ "\n", "Version 1.0.6 (2019-05-14)\n", "\n", - "We closed a total of 7 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", + "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", "\n", "## Issues Closed\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - Create Tools for Github release (#20)\n", + " - error when installing using pip (#15)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add spatial information theory index (#2)\n", + " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", + " - ENH: bump version number for bf release (#24)\n", + " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", + " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", + " - create changelog and gitcount (#21)\n", + " - add RTD yaml (#14)\n", + " - add docs reqs (#13)\n", + " - begin docs (#12)\n", + " - add lorenz (#10)\n", + " - add working decomposition func and CDF plotting func (#7)\n", + " - start counterfactual (#6)\n", + " - directly specifiy Miniconda3 (#3)\n", + " - add second install option to README.md (#1)\n", "\n", "The following individuals contributed to this release:\n", "\n", - "\n" + " - Renan Xavier Cortes\n", + " - Serge Rey\n", + " - Eli Knaap\n", + " - James Gaboardi\n", + " - Ljwolf\n", + " - Wei Kang\n", + " - Levi John Wolf\n" ] } ], From 954801a41b848241ff9bd12560dcd48de6636b42 Mon Sep 17 00:00:00 2001 From: renanxcortes Date: Tue, 14 May 2019 12:21:08 -0700 Subject: [PATCH 4/4] Update gitcount.ipynb --- tools/gitcount.ipynb | 143 +++++-------------------------------------- 1 file changed, 16 insertions(+), 127 deletions(-) diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 668926e2..696e0b7b 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -101,7 +101,7 @@ { "data": { "text/plain": [ - "datetime.datetime(2018, 4, 10, 0, 0)" + "datetime.datetime(2019, 5, 14, 0, 0)" ] }, "execution_count": 5, @@ -155,7 +155,7 @@ { "data": { "text/plain": [ - "412" + "0" ] }, "execution_count": 8, @@ -253,7 +253,7 @@ { "data": { "text/plain": [ - "dict_keys(['Renan Xavier Cortes', 'Serge Rey', 'Eli Knaap', 'James Gaboardi', 'Ljwolf', 'Wei Kang', 'Levi John Wolf'])" + "dict_keys([])" ] }, "execution_count": 14, @@ -435,19 +435,7 @@ "text/plain": [ "['update changelog and run gitcount (#28)',\n", " 'tweaks for 1.0.5 release in setup.py (#27)',\n", - " 'update readme with decompose framework for 1.0.5 release (#26)',\n", - " 'ENH: bump version number for bf release (#24)',\n", - " \" second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\",\n", - " 'BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)',\n", - " 'create changelog and gitcount (#21)',\n", - " 'add RTD yaml (#14)',\n", - " 'add docs reqs (#13)',\n", - " 'begin docs (#12)',\n", - " 'add lorenz (#10)',\n", - " 'add working decomposition func and CDF plotting func (#7)',\n", - " 'start counterfactual (#6)',\n", - " 'directly specifiy Miniconda3 (#3)',\n", - " 'add second install option to README.md (#1)']" + " 'update readme with decompose framework for 1.0.5 release (#26)']" ] }, "execution_count": 20, @@ -485,7 +473,7 @@ { "data": { "text/plain": [ - "'We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.'" + "'We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.'" ] }, "execution_count": 23, @@ -515,7 +503,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", + "We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", "\n" @@ -548,46 +536,19 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", + "We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", + " - plan for Release 106 (#29)\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - Create Tools for Github release (#20)\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", - " - update readme with decompose framework for 1.0.5 release (#26)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n" + " - update readme with decompose framework for 1.0.5 release (#26)\n" ] } ], @@ -613,13 +574,7 @@ "name": "stdout", "output_type": "stream", "text": [ - " - Renan Xavier Cortes\n", - " - Serge Rey\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ], @@ -645,56 +600,23 @@ "name": "stdout", "output_type": "stream", "text": [ - "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", + "We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", + " - plan for Release 106 (#29)\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - Create Tools for Github release (#20)\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Renan Xavier Cortes\n", - " - Serge Rey\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ], @@ -724,56 +646,23 @@ "\n", "Version 1.0.6 (2019-05-14)\n", "\n", - "We closed a total of 35 issues (enhancements and bug fixes) through 15 pull requests, since our last release on 2018-04-10.\n", + "We closed a total of 8 issues (enhancements and bug fixes) through 3 pull requests, since our last release on 2019-05-14.\n", "\n", "## Issues Closed\n", + " - plan for Release 106 (#29)\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", " - create additional argument for the center in Centralization indexes (#23)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - Create Tools for Github release (#20)\n", - " - error when installing using pip (#15)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - Order of connectivity may be incorrect in Spatial_Prox_Prof (#5)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add spatial information theory index (#2)\n", - " - add second install option to README.md (#1)\n", "\n", "## Pull Requests\n", " - update changelog and run gitcount (#28)\n", " - tweaks for 1.0.5 release in setup.py (#27)\n", " - update readme with decompose framework for 1.0.5 release (#26)\n", - " - ENH: bump version number for bf release (#24)\n", - " - second step in building a Shapley's decomposition framework (also address many tweaks, typos, etc.) (#16)\n", - " - BUG: adding MANIFEST.in so requirements.txt gets included in sdist (#22)\n", - " - create changelog and gitcount (#21)\n", - " - add RTD yaml (#14)\n", - " - add docs reqs (#13)\n", - " - begin docs (#12)\n", - " - add lorenz (#10)\n", - " - add working decomposition func and CDF plotting func (#7)\n", - " - start counterfactual (#6)\n", - " - directly specifiy Miniconda3 (#3)\n", - " - add second install option to README.md (#1)\n", "\n", "The following individuals contributed to this release:\n", "\n", - " - Renan Xavier Cortes\n", - " - Serge Rey\n", - " - Eli Knaap\n", - " - James Gaboardi\n", - " - Ljwolf\n", - " - Wei Kang\n", - " - Levi John Wolf\n" + "\n" ] } ],