Skip to content

Commit

Permalink
Merge pull request #123 from weikang9009/master
Browse files Browse the repository at this point in the history
prepare for new release: version 2.2.2
  • Loading branch information
weikang9009 authored Sep 6, 2019
2 parents dc25cb8 + 1dff1a5 commit 4d19c9d
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 99 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# Version 2.2.2 (2019-09-06)

We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.

## Issues Closed
- remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)
- development guidelines link in README.md (#119)
- BUG: Fix for correct handling of ties in Tau (#118)
- resolving broken dev link (#120)
- initialization of ECount parameter in Kendall's Tau (#117)
- (bug) debug travis-ci (#116)
- docs building is failing (#114)
- (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)
- (docs) rename notebooks for configuring nbsphinx and binder (#113)
- docs updates for v2.2.1 (#112)
- update dependency versions (#111)
- Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)

## Pull Requests
- remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)
- BUG: Fix for correct handling of ties in Tau (#118)
- resolving broken dev link (#120)
- (bug) debug travis-ci (#116)
- (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)
- (docs) rename notebooks for configuring nbsphinx and binder (#113)
- docs updates for v2.2.1 (#112)
- update dependency versions (#111)
- Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)

The following individuals contributed to this release:

- Wei Kang
- James Gaboardi
- Serge Rey

# Version 2.2.1 (2019-07-25)

We closed a total of 21 issues (enhancements and bug fixes) through 10 pull requests, since our last release on 2019-06-20.
Expand Down
2 changes: 1 addition & 1 deletion giddy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.2.2"
# __version__ has to be defined in the first line

"""
Expand Down
184 changes: 86 additions & 98 deletions tools/gitcount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"outputs": [],
"source": [
"package_name = 'giddy'\n",
"release_date = '2019-07-25'\n",
"start_date = '2019-06-20'"
"release_date = '2019-09-06'\n",
"start_date = '2019-07-25'"
]
},
{
Expand Down Expand Up @@ -101,7 +101,7 @@
{
"data": {
"text/plain": [
"datetime.datetime(2019, 6, 20, 0, 0)"
"datetime.datetime(2019, 7, 25, 0, 0)"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"data": {
"text/plain": [
"23"
"28"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -254,7 +254,7 @@
{
"data": {
"text/plain": [
"dict_keys(['Wei Kang', 'Serge Rey'])"
"dict_keys(['Wei Kang', 'James Gaboardi', 'Serge Rey'])"
]
},
"execution_count": 14,
Expand Down Expand Up @@ -434,15 +434,15 @@
{
"data": {
"text/plain": [
"['(Docs) add tutorial page (#106)',\n",
" '(docs) add zenodo citation to docs landing page (#105)',\n",
" 'update Readme for v2.2.0 (#104)',\n",
" 'edits on OM variant of transitions (#103)',\n",
" '(ENH) Sequence methods (#101)',\n",
" '(docs) reference label style (#102)',\n",
" '(bug) setup.py: md as long description (#100)',\n",
" 'Prepare for release 2.2.0 (#99)',\n",
" '(docs) update installation instructions (#98)']"
"['remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)',\n",
" 'BUG: Fix for correct handling of ties in Tau (#118)',\n",
" 'resolving broken dev link (#120)',\n",
" '(bug) debug travis-ci (#116)',\n",
" '(docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)',\n",
" ' (docs) rename notebooks for configuring nbsphinx and binder (#113)',\n",
" 'docs updates for v2.2.1 (#112)',\n",
" 'update dependency versions (#111)',\n",
" 'Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)']"
]
},
"execution_count": 20,
Expand Down Expand Up @@ -480,7 +480,7 @@
{
"data": {
"text/plain": [
"'We closed a total of 19 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-06-20.'"
"'We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.'"
]
},
"execution_count": 23,
Expand Down Expand Up @@ -510,7 +510,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 19 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-06-20.\n",
"We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.\n",
"\n",
"## Issues Closed\n",
"\n"
Expand Down Expand Up @@ -543,30 +543,32 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 19 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-06-20.\n",
"We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.\n",
"\n",
"## Issues Closed\n",
" - Is it good practice to reuse a function name as the name of a class attribute? (#108)\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n",
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - development guidelines link in README.md (#119)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - initialization of ECount parameter in Kendall's Tau (#117)\n",
" - (bug) debug travis-ci (#116)\n",
" - docs building is failing (#114)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n",
"\n",
"## Pull Requests\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n"
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - (bug) debug travis-ci (#116)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n"
]
}
],
Expand All @@ -593,6 +595,7 @@
"output_type": "stream",
"text": [
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
]
}
Expand All @@ -619,34 +622,37 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 19 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-06-20.\n",
"We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.\n",
"\n",
"## Issues Closed\n",
" - Is it good practice to reuse a function name as the name of a class attribute? (#108)\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n",
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - development guidelines link in README.md (#119)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - initialization of ECount parameter in Kendall's Tau (#117)\n",
" - (bug) debug travis-ci (#116)\n",
" - docs building is failing (#114)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n",
"\n",
"## Pull Requests\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n",
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - (bug) debug travis-ci (#116)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
]
}
Expand Down Expand Up @@ -675,36 +681,39 @@
"text": [
"# Changes\n",
"\n",
"Version 2.2.1 (2019-07-25)\n",
"Version 2.2.2 (2019-09-06)\n",
"\n",
"We closed a total of 19 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-06-20.\n",
"We closed a total of 21 issues (enhancements and bug fixes) through 9 pull requests, since our last release on 2019-07-25.\n",
"\n",
"## Issues Closed\n",
" - Is it good practice to reuse a function name as the name of a class attribute? (#108)\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n",
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - development guidelines link in README.md (#119)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - initialization of ECount parameter in Kendall's Tau (#117)\n",
" - (bug) debug travis-ci (#116)\n",
" - docs building is failing (#114)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n",
"\n",
"## Pull Requests\n",
" - (Docs) add tutorial page (#106)\n",
" - (docs) add zenodo citation to docs landing page (#105)\n",
" - update Readme for v2.2.0 (#104)\n",
" - edits on OM variant of transitions (#103)\n",
" - (ENH) Sequence methods (#101)\n",
" - (docs) reference label style (#102)\n",
" - (bug) setup.py: md as long description (#100)\n",
" - Prepare for release 2.2.0 (#99)\n",
" - (docs) update installation instructions (#98)\n",
" - remove the parameter in plt.show() due to the API change in Matplotlib (deprecation) (#122)\n",
" - BUG: Fix for correct handling of ties in Tau (#118)\n",
" - resolving broken dev link (#120)\n",
" - (bug) debug travis-ci (#116)\n",
" - (docs, bug) fix docs building and configure nbsphinx to work with binder in docs tutorials (#115)\n",
" - (docs) rename notebooks for configuring nbsphinx and binder (#113)\n",
" - docs updates for v2.2.1 (#112)\n",
" - update dependency versions (#111)\n",
" - Prepare for new release 2.2.1 which will have the addition of sequence methods (#110)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Wei Kang\n",
" - James Gaboardi\n",
" - Serge Rey\n"
]
}
Expand All @@ -723,27 +732,6 @@
"with open(outfile, 'w') as of:\n",
" of.write(head+message)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 4d19c9d

Please sign in to comment.