Skip to content

Commit 3dfea04

Browse files
committed
REL: bump changelog and tooling for 4.2.2
1 parent ee3d2b1 commit 3dfea04

File tree

2 files changed

+151
-46
lines changed

2 files changed

+151
-46
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# Version 4.2.2 (2020-02-01)
2+
3+
This is a bug fix release.
4+
5+
We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.
6+
7+
## Issues Closed
8+
- test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)
9+
- BUG: ufunc.outer deprecated (#237)
10+
- raise warning when islands are used in to_adjlist (#230)
11+
- Some example datasets are missing documentation (#113)
12+
- DOC: Cleaning up docs and docsr for tutorial (#229)
13+
- `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)
14+
- AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)
15+
- 4.2.1 (#226)
16+
- Revert "4.2.1" (#228)
17+
- 4.2.1 (#227)
18+
- DOC: images for notebooks (#225)
19+
- 4.2.1 (#224)
20+
- 4.2.1 (#223)
21+
- duplicate pypi package badge (#221)
22+
- 4.2.1 (#222)
23+
- REL: 4.2.1 (#220)
24+
- libpysal 4.2.0 won't import on Windows (#214)
25+
- libpysal 4.2.0 Windows import issue (#215)
26+
- Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)
27+
- fix bug 212 (#213)
28+
29+
## Pull Requests
30+
- BUG: ufunc.outer deprecated (#237)
31+
- raise warning when islands are used in to_adjlist (#230)
32+
- DOC: Cleaning up docs and docsr for tutorial (#229)
33+
- Revert "4.2.1" (#228)
34+
- 4.2.1 (#227)
35+
- DOC: images for notebooks (#225)
36+
- 4.2.1 (#224)
37+
- 4.2.1 (#223)
38+
- 4.2.1 (#222)
39+
- REL: 4.2.1 (#220)
40+
- libpysal 4.2.0 Windows import issue (#215)
41+
- fix bug 212 (#213)
42+
43+
The following individuals contributed to this release:
44+
45+
- Serge Rey
46+
- Levi John Wolf
47+
148
# Version 4.2.1 (2020-01-04)
249

350
This is a bug fix release.

tools/gitcount.ipynb

Lines changed: 104 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"outputs": [],
2727
"source": [
2828
"package_name = 'libpysal'\n",
29-
"release_date = '2020-01-04'\n",
30-
"start_date = '2019-12-14'"
29+
"release_date = '2020-02-01'\n",
30+
"start_date = '2020-01-04'"
3131
]
3232
},
3333
{
@@ -81,7 +81,7 @@
8181
{
8282
"data": {
8383
"text/plain": [
84-
"'/home/jovyan/tools'"
84+
"'/home/serge/Dropbox/p/pysal/src/subpackages/libpysal/tools'"
8585
]
8686
},
8787
"execution_count": 4,
@@ -101,7 +101,7 @@
101101
{
102102
"data": {
103103
"text/plain": [
104-
"datetime.datetime(2019, 12, 14, 0, 0)"
104+
"datetime.datetime(2020, 1, 4, 0, 0)"
105105
]
106106
},
107107
"execution_count": 5,
@@ -155,7 +155,7 @@
155155
{
156156
"data": {
157157
"text/plain": [
158-
"20"
158+
"17"
159159
]
160160
},
161161
"execution_count": 8,
@@ -254,7 +254,7 @@
254254
{
255255
"data": {
256256
"text/plain": [
257-
"dict_keys(['Serge Rey', 'James Gaboardi', 'Levi John Wolf'])"
257+
"dict_keys(['Serge Rey', 'Levi John Wolf'])"
258258
]
259259
},
260260
"execution_count": 14,
@@ -434,11 +434,18 @@
434434
{
435435
"data": {
436436
"text/plain": [
437-
"['libpysal 4.2.0 Windows import issue (#215)',\n",
438-
" 'fix bug 212 (#213)',\n",
439-
" 'corrected docstrings in cg.alpha_shapes.py (#217)',\n",
440-
" 'Updating requirements (#211)',\n",
441-
" 'Fetch (#176)']"
437+
"['BUG: ufunc.outer deprecated (#237)',\n",
438+
" 'raise warning when islands are used in to_adjlist (#230)',\n",
439+
" 'DOC: Cleaning up docs and docsr for tutorial (#229)',\n",
440+
" 'Revert \"4.2.1\" (#228)',\n",
441+
" '4.2.1 (#227)',\n",
442+
" 'DOC: images for notebooks (#225)',\n",
443+
" '4.2.1 (#224)',\n",
444+
" '4.2.1 (#223)',\n",
445+
" '4.2.1 (#222)',\n",
446+
" 'REL: 4.2.1 (#220)',\n",
447+
" 'libpysal 4.2.0 Windows import issue (#215)',\n",
448+
" 'fix bug 212 (#213)']"
442449
]
443450
},
444451
"execution_count": 20,
@@ -476,7 +483,7 @@
476483
{
477484
"data": {
478485
"text/plain": [
479-
"'We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.'"
486+
"'We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.'"
480487
]
481488
},
482489
"execution_count": 23,
@@ -506,7 +513,7 @@
506513
"name": "stdout",
507514
"output_type": "stream",
508515
"text": [
509-
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
516+
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
510517
"\n",
511518
"## Issues Closed\n",
512519
"\n"
@@ -539,25 +546,43 @@
539546
"name": "stdout",
540547
"output_type": "stream",
541548
"text": [
542-
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
549+
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
543550
"\n",
544551
"## Issues Closed\n",
552+
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
553+
" - BUG: ufunc.outer deprecated (#237)\n",
554+
" - raise warning when islands are used in to_adjlist (#230)\n",
555+
" - Some example datasets are missing documentation (#113)\n",
556+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
557+
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
558+
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
559+
" - 4.2.1 (#226)\n",
560+
" - Revert \"4.2.1\" (#228)\n",
561+
" - 4.2.1 (#227)\n",
562+
" - DOC: images for notebooks (#225)\n",
563+
" - 4.2.1 (#224)\n",
564+
" - 4.2.1 (#223)\n",
565+
" - duplicate pypi package badge (#221)\n",
566+
" - 4.2.1 (#222)\n",
567+
" - REL: 4.2.1 (#220)\n",
545568
" - libpysal 4.2.0 won't import on Windows (#214)\n",
546569
" - libpysal 4.2.0 Windows import issue (#215)\n",
547570
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
548571
" - fix bug 212 (#213)\n",
549-
" - alpha_shapes docs not rendering (#216)\n",
550-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
551-
" - Updating requirements (#211)\n",
552-
" - Big tarball (#174)\n",
553-
" - Fetch (#176)\n",
554572
"\n",
555573
"## Pull Requests\n",
574+
" - BUG: ufunc.outer deprecated (#237)\n",
575+
" - raise warning when islands are used in to_adjlist (#230)\n",
576+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
577+
" - Revert \"4.2.1\" (#228)\n",
578+
" - 4.2.1 (#227)\n",
579+
" - DOC: images for notebooks (#225)\n",
580+
" - 4.2.1 (#224)\n",
581+
" - 4.2.1 (#223)\n",
582+
" - 4.2.1 (#222)\n",
583+
" - REL: 4.2.1 (#220)\n",
556584
" - libpysal 4.2.0 Windows import issue (#215)\n",
557-
" - fix bug 212 (#213)\n",
558-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
559-
" - Updating requirements (#211)\n",
560-
" - Fetch (#176)\n"
585+
" - fix bug 212 (#213)\n"
561586
]
562587
}
563588
],
@@ -584,7 +609,6 @@
584609
"output_type": "stream",
585610
"text": [
586611
" - Serge Rey\n",
587-
" - James Gaboardi\n",
588612
" - Levi John Wolf\n"
589613
]
590614
}
@@ -611,30 +635,47 @@
611635
"name": "stdout",
612636
"output_type": "stream",
613637
"text": [
614-
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
638+
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
615639
"\n",
616640
"## Issues Closed\n",
641+
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
642+
" - BUG: ufunc.outer deprecated (#237)\n",
643+
" - raise warning when islands are used in to_adjlist (#230)\n",
644+
" - Some example datasets are missing documentation (#113)\n",
645+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
646+
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
647+
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
648+
" - 4.2.1 (#226)\n",
649+
" - Revert \"4.2.1\" (#228)\n",
650+
" - 4.2.1 (#227)\n",
651+
" - DOC: images for notebooks (#225)\n",
652+
" - 4.2.1 (#224)\n",
653+
" - 4.2.1 (#223)\n",
654+
" - duplicate pypi package badge (#221)\n",
655+
" - 4.2.1 (#222)\n",
656+
" - REL: 4.2.1 (#220)\n",
617657
" - libpysal 4.2.0 won't import on Windows (#214)\n",
618658
" - libpysal 4.2.0 Windows import issue (#215)\n",
619659
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
620660
" - fix bug 212 (#213)\n",
621-
" - alpha_shapes docs not rendering (#216)\n",
622-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
623-
" - Updating requirements (#211)\n",
624-
" - Big tarball (#174)\n",
625-
" - Fetch (#176)\n",
626661
"\n",
627662
"## Pull Requests\n",
663+
" - BUG: ufunc.outer deprecated (#237)\n",
664+
" - raise warning when islands are used in to_adjlist (#230)\n",
665+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
666+
" - Revert \"4.2.1\" (#228)\n",
667+
" - 4.2.1 (#227)\n",
668+
" - DOC: images for notebooks (#225)\n",
669+
" - 4.2.1 (#224)\n",
670+
" - 4.2.1 (#223)\n",
671+
" - 4.2.1 (#222)\n",
672+
" - REL: 4.2.1 (#220)\n",
628673
" - libpysal 4.2.0 Windows import issue (#215)\n",
629674
" - fix bug 212 (#213)\n",
630-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
631-
" - Updating requirements (#211)\n",
632-
" - Fetch (#176)\n",
633675
"\n",
634676
"The following individuals contributed to this release:\n",
635677
"\n",
636678
" - Serge Rey\n",
637-
" - James Gaboardi\n",
638679
" - Levi John Wolf\n"
639680
]
640681
}
@@ -663,32 +704,49 @@
663704
"text": [
664705
"# Changes\n",
665706
"\n",
666-
"Version 4.2.1 (2020-01-04)\n",
707+
"Version 4.2.2 (2020-02-01)\n",
667708
"\n",
668-
"We closed a total of 14 issues (enhancements and bug fixes) through 5 pull requests, since our last release on 2019-12-14.\n",
709+
"We closed a total of 32 issues (enhancements and bug fixes) through 12 pull requests, since our last release on 2020-01-04.\n",
669710
"\n",
670711
"## Issues Closed\n",
712+
" - test_map breakage due to pandas 1.0 deprecation of ufunc.outer (#236)\n",
713+
" - BUG: ufunc.outer deprecated (#237)\n",
714+
" - raise warning when islands are used in to_adjlist (#230)\n",
715+
" - Some example datasets are missing documentation (#113)\n",
716+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
717+
" - `to_adjlist(remove_symmetric=True)` fails on string-indexed weights. (#165)\n",
718+
" - AttributeError: 'Queen' object has no attribute 'silent_island_warning' (#204)\n",
719+
" - 4.2.1 (#226)\n",
720+
" - Revert \"4.2.1\" (#228)\n",
721+
" - 4.2.1 (#227)\n",
722+
" - DOC: images for notebooks (#225)\n",
723+
" - 4.2.1 (#224)\n",
724+
" - 4.2.1 (#223)\n",
725+
" - duplicate pypi package badge (#221)\n",
726+
" - 4.2.1 (#222)\n",
727+
" - REL: 4.2.1 (#220)\n",
671728
" - libpysal 4.2.0 won't import on Windows (#214)\n",
672729
" - libpysal 4.2.0 Windows import issue (#215)\n",
673730
" - Constructing contiguity spatial weights using from_dataframe and from_shapefile could give different results (#212)\n",
674731
" - fix bug 212 (#213)\n",
675-
" - alpha_shapes docs not rendering (#216)\n",
676-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
677-
" - Updating requirements (#211)\n",
678-
" - Big tarball (#174)\n",
679-
" - Fetch (#176)\n",
680732
"\n",
681733
"## Pull Requests\n",
734+
" - BUG: ufunc.outer deprecated (#237)\n",
735+
" - raise warning when islands are used in to_adjlist (#230)\n",
736+
" - DOC: Cleaning up docs and docsr for tutorial (#229)\n",
737+
" - Revert \"4.2.1\" (#228)\n",
738+
" - 4.2.1 (#227)\n",
739+
" - DOC: images for notebooks (#225)\n",
740+
" - 4.2.1 (#224)\n",
741+
" - 4.2.1 (#223)\n",
742+
" - 4.2.1 (#222)\n",
743+
" - REL: 4.2.1 (#220)\n",
682744
" - libpysal 4.2.0 Windows import issue (#215)\n",
683745
" - fix bug 212 (#213)\n",
684-
" - corrected docstrings in cg.alpha_shapes.py (#217)\n",
685-
" - Updating requirements (#211)\n",
686-
" - Fetch (#176)\n",
687746
"\n",
688747
"The following individuals contributed to this release:\n",
689748
"\n",
690749
" - Serge Rey\n",
691-
" - James Gaboardi\n",
692750
" - Levi John Wolf\n"
693751
]
694752
}
@@ -746,7 +804,7 @@
746804
"name": "python",
747805
"nbconvert_exporter": "python",
748806
"pygments_lexer": "ipython3",
749-
"version": "3.7.3"
807+
"version": "3.8.1"
750808
}
751809
},
752810
"nbformat": 4,

0 commit comments

Comments
 (0)