Skip to content

Commit

Permalink
REL: bump changelog and tooling for 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsrey committed Feb 1, 2020
1 parent 9f64da4 commit 6e7d8fa
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 46 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
# Version 4.2.2 (2020-02-01)

This is a bug fix release.

We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.

## Issues Closed
- test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)
- BUG: ufunc.outer deprecated (#237)
- raise warning when islands are used in to_adjlist (#230)
- Some example datasets are missing documentation (#113)
- DOC: Cleaning up docs and docsr for tutorial (#229)
- `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)
- AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)
- 4.2.1 (#226)
- Revert "4.2.1" (#228)
- 4.2.1 (#227)
- DOC: images for notebooks (#225)
- 4.2.1 (#224)
- 4.2.1 (#223)
- duplicate pypi package badge (#221)
- 4.2.1 (#222)
- REL: 4.2.1 (#220)
- libpysal 4.2.0 won't import on Windows (#214)
- libpysal 4.2.0 Windows import issue (#215)
- Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)
- fix bug 212 (#213)

## Pull Requests
- BUG: ufunc.outer deprecated (#237)
- raise warning when islands are used in to_adjlist (#230)
- DOC: Cleaning up docs and docsr for tutorial (#229)
- Revert "4.2.1" (#228)
- 4.2.1 (#227)
- DOC: images for notebooks (#225)
- 4.2.1 (#224)
- 4.2.1 (#223)
- 4.2.1 (#222)
- REL: 4.2.1 (#220)
- libpysal 4.2.0 Windows import issue (#215)
- fix bug 212 (#213)

The following individuals contributed to this release:

- Serge Rey
- Levi John Wolf

# Version 4.2.1 (2020-01-04)

This is a bug fix release.
Expand Down
150 changes: 104 additions & 46 deletions tools/gitcount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"outputs": [],
"source": [
"package_name = 'libpysal'\n",
"release_date = '2020-01-04'\n",
"start_date = '2019-12-14'"
"release_date = '2020-02-01'\n",
"start_date = '2020-01-04'"
]
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@
{
"data": {
"text/plain": [
"'/home/jovyan/tools'"
"'/home/serge/Dropbox/p/pysal/src/subpackages/libpysal/tools'"
]
},
"execution_count": 4,
Expand All @@ -101,7 +101,7 @@
{
"data": {
"text/plain": [
"datetime.datetime(2019, 12, 14, 0, 0)"
"datetime.datetime(2020, 1, 4, 0, 0)"
]
},
"execution_count": 5,
Expand Down Expand Up @@ -155,7 +155,7 @@
{
"data": {
"text/plain": [
"20"
"17"
]
},
"execution_count": 8,
Expand Down Expand Up @@ -254,7 +254,7 @@
{
"data": {
"text/plain": [
"dict_keys(['Serge Rey', 'James Gaboardi', 'Levi John Wolf'])"
"dict_keys(['Serge Rey', 'Levi John Wolf'])"
]
},
"execution_count": 14,
Expand Down Expand Up @@ -434,11 +434,18 @@
{
"data": {
"text/plain": [
"['libpysal 4.2.0 Windows import issue (#215)',\n",
" 'fix bug 212 (#213)',\n",
" 'corrected docstrings in cg.alpha_shapes.py (#217)',\n",
" 'Updating requirements (#211)',\n",
" 'Fetch (#176)']"
"['BUG: ufunc.outer deprecated (#237)',\n",
" 'raise warning when islands are used in to_adjlist (#230)',\n",
" 'DOC: Cleaning up docs and docsr for tutorial (#229)',\n",
" 'Revert \"4.2.1\" (#228)',\n",
" '4.2.1 (#227)',\n",
" 'DOC: images for notebooks (#225)',\n",
" '4.2.1 (#224)',\n",
" '4.2.1 (#223)',\n",
" '4.2.1 (#222)',\n",
" 'REL: 4.2.1 (#220)',\n",
" 'libpysal 4.2.0 Windows import issue (#215)',\n",
" 'fix bug 212 (#213)']"
]
},
"execution_count": 20,
Expand Down Expand Up @@ -476,7 +483,7 @@
{
"data": {
"text/plain": [
"'We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.'"
"'We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.'"
]
},
"execution_count": 23,
Expand Down Expand Up @@ -506,7 +513,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
"\n",
"## Issues Closed\n",
"\n"
Expand Down Expand Up @@ -539,25 +546,43 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
"\n",
"## Issues Closed\n",
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - Some example datasets are missing documentation (#113)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
" - 4.2.1 (#226)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - duplicate pypi package badge (#221)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 won't import on Windows (#214)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
" - fix bug 212 (#213)\n",
" - alpha_shapes docs not rendering (#216)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Big tarball (#174)\n",
" - Fetch (#176)\n",
"\n",
"## Pull Requests\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - fix bug 212 (#213)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Fetch (#176)\n"
" - fix bug 212 (#213)\n"
]
}
],
Expand All @@ -584,7 +609,6 @@
"output_type": "stream",
"text": [
" - Serge Rey\n",
" - James Gaboardi\n",
" - Levi John Wolf\n"
]
}
Expand All @@ -611,30 +635,47 @@
"name": "stdout",
"output_type": "stream",
"text": [
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
"\n",
"## Issues Closed\n",
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - Some example datasets are missing documentation (#113)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
" - 4.2.1 (#226)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - duplicate pypi package badge (#221)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 won't import on Windows (#214)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
" - fix bug 212 (#213)\n",
" - alpha_shapes docs not rendering (#216)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Big tarball (#174)\n",
" - Fetch (#176)\n",
"\n",
"## Pull Requests\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - fix bug 212 (#213)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Fetch (#176)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Serge Rey\n",
" - James Gaboardi\n",
" - Levi John Wolf\n"
]
}
Expand Down Expand Up @@ -663,32 +704,49 @@
"text": [
"# Changes\n",
"\n",
"Version 4.2.1 (2020-01-04)\n",
"Version 4.2.2 (2020-02-01)\n",
"\n",
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
"\n",
"## Issues Closed\n",
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - Some example datasets are missing documentation (#113)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
" - 4.2.1 (#226)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - duplicate pypi package badge (#221)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 won't import on Windows (#214)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
" - fix bug 212 (#213)\n",
" - alpha_shapes docs not rendering (#216)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Big tarball (#174)\n",
" - Fetch (#176)\n",
"\n",
"## Pull Requests\n",
" - BUG: ufunc.outer deprecated (#237)\n",
" - raise warning when islands are used in to_adjlist (#230)\n",
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
" - Revert \"4.2.1\" (#228)\n",
" - 4.2.1 (#227)\n",
" - DOC: images for notebooks (#225)\n",
" - 4.2.1 (#224)\n",
" - 4.2.1 (#223)\n",
" - 4.2.1 (#222)\n",
" - REL: 4.2.1 (#220)\n",
" - libpysal 4.2.0 Windows import issue (#215)\n",
" - fix bug 212 (#213)\n",
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
" - Updating requirements (#211)\n",
" - Fetch (#176)\n",
"\n",
"The following individuals contributed to this release:\n",
"\n",
" - Serge Rey\n",
" - James Gaboardi\n",
" - Levi John Wolf\n"
]
}
Expand Down Expand Up @@ -746,7 +804,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.8.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6e7d8fa

Please sign in to comment.