Skip to content

Commit 8fe2863

Browse files
authored
Merge pull request #22 from TaylorOshan/updates
update log
2 parents 90d3ae8 + 9c5598b commit 8fe2863

File tree

2 files changed

+85
-28
lines changed

2 files changed

+85
-28
lines changed

CHANGELOG.md

+17-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,31 @@
11
# Changes
22

3-
Version 1.0.4 (2018-010-31)
3+
Version 1.0.5 (2019-07-22)
44

5-
We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.
5+
We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.
66

77
## Issues Closed
8+
- Updates (#21)
9+
- correction of JSONUnreadable error (#19)
10+
- fix all doctests and require doctests to pass on travis testing (#18)
11+
- Move np.random.seed into individual testing cases for test_vec_SA.py (#17)
12+
- add changelog (#15)
813
- pypi files do not include tests (#9)
914
- Submodule (#14)
10-
- adapting spint to newest version of libpysal (#13)
1115

1216
## Pull Requests
17+
- Updates (#21)
18+
- correction of JSONUnreadable error (#19)
19+
- fix all doctests and require doctests to pass on travis testing (#18)
20+
- Move np.random.seed into individual testing cases for test_vec_SA.py (#17)
21+
- add changelog (#15)
1322
- Submodule (#14)
14-
- adapting spint to newest version of libpysal (#13)
1523

1624
The following individuals contributed to this release:
1725

26+
- Tayloroshan
27+
- Dani Arribas-Bel
28+
- James Gaboardi
29+
- Levi John Wolf
30+
- Wei Kang
1831
- Taylor Oshan

tools/gitcount.ipynb

+68-24
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"outputs": [],
2727
"source": [
2828
"package_name = 'spint'\n",
29-
"release_date = '2018-010-31'\n",
30-
"start_date = '2018-09-06'"
29+
"release_date = '2019-07-22'\n",
30+
"start_date = '2018-10-31'"
3131
]
3232
},
3333
{
@@ -101,7 +101,7 @@
101101
{
102102
"data": {
103103
"text/plain": [
104-
"datetime.datetime(2018, 9, 6, 0, 0)"
104+
"datetime.datetime(2018, 10, 31, 0, 0)"
105105
]
106106
},
107107
"execution_count": 5,
@@ -155,7 +155,7 @@
155155
{
156156
"data": {
157157
"text/plain": [
158-
"16"
158+
"24"
159159
]
160160
},
161161
"execution_count": 8,
@@ -254,7 +254,7 @@
254254
{
255255
"data": {
256256
"text/plain": [
257-
"[u'Taylor Oshan']"
257+
"dict_keys(['Tayloroshan', 'Dani Arribas-Bel', 'James Gaboardi', 'Levi John Wolf', 'Wei Kang', 'Taylor Oshan'])"
258258
]
259259
},
260260
"execution_count": 14,
@@ -434,7 +434,12 @@
434434
{
435435
"data": {
436436
"text/plain": [
437-
"['Submodule (#14)', 'adapting spint to newest version of libpysal (#13)']"
437+
"['Updates (#21)',\n",
438+
" 'correction of JSONUnreadable error (#19)',\n",
439+
" 'fix all doctests and require doctests to pass on travis testing (#18)',\n",
440+
" 'Move np.random.seed into individual testing cases for test_vec_SA.py (#17)',\n",
441+
" 'add changelog (#15)',\n",
442+
" 'Submodule (#14)']"
438443
]
439444
},
440445
"execution_count": 20,
@@ -472,7 +477,7 @@
472477
{
473478
"data": {
474479
"text/plain": [
475-
"'We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.'"
480+
"'We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.'"
476481
]
477482
},
478483
"execution_count": 23,
@@ -502,7 +507,7 @@
502507
"name": "stdout",
503508
"output_type": "stream",
504509
"text": [
505-
"We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n",
510+
"We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n",
506511
"\n",
507512
"## Issues Closed\n",
508513
"\n"
@@ -535,16 +540,24 @@
535540
"name": "stdout",
536541
"output_type": "stream",
537542
"text": [
538-
"We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n",
543+
"We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n",
539544
"\n",
540545
"## Issues Closed\n",
546+
" - Updates (#21)\n",
547+
" - correction of JSONUnreadable error (#19)\n",
548+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
549+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
550+
" - add changelog (#15)\n",
541551
" - pypi files do not include tests (#9)\n",
542552
" - Submodule (#14)\n",
543-
" - adapting spint to newest version of libpysal (#13)\n",
544553
"\n",
545554
"## Pull Requests\n",
546-
" - Submodule (#14)\n",
547-
" - adapting spint to newest version of libpysal (#13)\n"
555+
" - Updates (#21)\n",
556+
" - correction of JSONUnreadable error (#19)\n",
557+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
558+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
559+
" - add changelog (#15)\n",
560+
" - Submodule (#14)\n"
548561
]
549562
}
550563
],
@@ -570,6 +583,11 @@
570583
"name": "stdout",
571584
"output_type": "stream",
572585
"text": [
586+
" - Tayloroshan\n",
587+
" - Dani Arribas-Bel\n",
588+
" - James Gaboardi\n",
589+
" - Levi John Wolf\n",
590+
" - Wei Kang\n",
573591
" - Taylor Oshan\n"
574592
]
575593
}
@@ -596,19 +614,32 @@
596614
"name": "stdout",
597615
"output_type": "stream",
598616
"text": [
599-
"We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n",
617+
"We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n",
600618
"\n",
601619
"## Issues Closed\n",
620+
" - Updates (#21)\n",
621+
" - correction of JSONUnreadable error (#19)\n",
622+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
623+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
624+
" - add changelog (#15)\n",
602625
" - pypi files do not include tests (#9)\n",
603626
" - Submodule (#14)\n",
604-
" - adapting spint to newest version of libpysal (#13)\n",
605627
"\n",
606628
"## Pull Requests\n",
629+
" - Updates (#21)\n",
630+
" - correction of JSONUnreadable error (#19)\n",
631+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
632+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
633+
" - add changelog (#15)\n",
607634
" - Submodule (#14)\n",
608-
" - adapting spint to newest version of libpysal (#13)\n",
609635
"\n",
610636
"The following individuals contributed to this release:\n",
611637
"\n",
638+
" - Tayloroshan\n",
639+
" - Dani Arribas-Bel\n",
640+
" - James Gaboardi\n",
641+
" - Levi John Wolf\n",
642+
" - Wei Kang\n",
612643
" - Taylor Oshan\n"
613644
]
614645
}
@@ -637,21 +668,34 @@
637668
"text": [
638669
"# Changes\n",
639670
"\n",
640-
"Version 1.0.4 (2018-010-31)\n",
671+
"Version 1.0.5 (2019-07-22)\n",
641672
"\n",
642-
"We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-09-06.\n",
673+
"We closed a total of 13 issues (enhancements and bug fixes) through 6 pull requests, since our last release on 2018-10-31.\n",
643674
"\n",
644675
"## Issues Closed\n",
676+
" - Updates (#21)\n",
677+
" - correction of JSONUnreadable error (#19)\n",
678+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
679+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
680+
" - add changelog (#15)\n",
645681
" - pypi files do not include tests (#9)\n",
646682
" - Submodule (#14)\n",
647-
" - adapting spint to newest version of libpysal (#13)\n",
648683
"\n",
649684
"## Pull Requests\n",
685+
" - Updates (#21)\n",
686+
" - correction of JSONUnreadable error (#19)\n",
687+
" - fix all doctests and require doctests to pass on travis testing (#18)\n",
688+
" - Move np.random.seed into individual testing cases for test_vec_SA.py (#17)\n",
689+
" - add changelog (#15)\n",
650690
" - Submodule (#14)\n",
651-
" - adapting spint to newest version of libpysal (#13)\n",
652691
"\n",
653692
"The following individuals contributed to this release:\n",
654693
"\n",
694+
" - Tayloroshan\n",
695+
" - Dani Arribas-Bel\n",
696+
" - James Gaboardi\n",
697+
" - Levi John Wolf\n",
698+
" - Wei Kang\n",
655699
" - Taylor Oshan\n"
656700
]
657701
}
@@ -695,21 +739,21 @@
695739
],
696740
"metadata": {
697741
"kernelspec": {
698-
"display_name": "Python [Root]",
742+
"display_name": "Python 3",
699743
"language": "python",
700-
"name": "Python [Root]"
744+
"name": "python3"
701745
},
702746
"language_info": {
703747
"codemirror_mode": {
704748
"name": "ipython",
705-
"version": 2
749+
"version": 3
706750
},
707751
"file_extension": ".py",
708752
"mimetype": "text/x-python",
709753
"name": "python",
710754
"nbconvert_exporter": "python",
711-
"pygments_lexer": "ipython2",
712-
"version": "2.7.12"
755+
"pygments_lexer": "ipython3",
756+
"version": "3.7.1"
713757
}
714758
},
715759
"nbformat": 4,

0 commit comments

Comments
 (0)