diff --git a/CHANGELOG.md b/CHANGELOG.md index ae2d4552..467f9fd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,89 @@ + # Changes +## Version 1.4.2 (2020-02-24) + +We closed a total of 57 issues (enhancements and bug fixes) through 18 pull requests, since our last release on 2020-01-25. + +### Highlights + * Python 3.8 support and Windows OS testing + * Increased robustness of `regular_lattices()`, which now can create a lattice from any bounds, including bounding box of a shapefile or GeoDataFrame + * Point type A to point type B shortest path extraction + * Longest and largest network component identification + * Network component extraction + * New "Integrations and Applications" notebookGeneral cleanup, including bug and typo fixes + + +## Issues Closed + - updating README (#429) + - [WIP][ENH] longest and largest network components (#424) + - Add a fully connected attribute (#425) + - [ENH] longest/largest connected component (#414) + - add logos to website (#345) + - attempting fast finish again (#428) + - pushing fix for environment.yml (#423) + - Add 3.8 as a supported Python version in docs (#422) + - [ENH] matplotlib-scalebar for notebooks/binders (#416) + - using a true scalebar in notebook plots (#421) + - [REQ] requirements for notebooks/binders? (#413) + - adding notebook reqs files (#420) + - support multiplatform testing (#407) + - make sure data set is downloaded for appveyor.yml (#419) + - Migrate testing functionality from nose to pytest (#417) + - [ENH] moving towards multi-platform testing (#418) + - [On Hold] too many emails from Travis CI (#322) + - origin-destination point patterns for shortest_paths() (#412) + - The Transportation Problem notebook (#103) + - transportation problem ipynb and type-a to type-b shortest paths (#415) + - [WIP][ENH] origin for lattice (#405) + - add testing for Python 3.8 (#408) + - [BUG] typo in Travis CI badge URL (#410) + - silently hands RuntimeWarning in NetworkK (#411) + - adding py3.8 to travis (#409) + - [DOC] notebook doc pngs (#406) + - release v1.4.1 (#365) + - rebuilding docs for version bump (#402) + - Version bump to v1.4.1 (#401) + - Binder is broken for network-analysis (#399) + - Some tutorial links giving 404 (#400) + - Fix links 2 (#398) + - Fix links for notebooks (#397) + - [DOC] Reorg for tutorials page (#396) + - Traveling Salesperson Notebook (#110) + - create new TSP notebook with pulp (#100) + - [WIP] TSP notebook (#386) + - [DOC] paths docstring missing (#394) + - correcting routes doc (#395) + +## Pull Requests + - updating README (#429) + - [WIP][ENH] longest and largest network components (#424) + - pushing fix for environment.yml (#423) + - Add 3.8 as a supported Python version in docs (#422) + - using a true scalebar in notebook plots (#421) + - adding notebook reqs files (#420) + - make sure data set is downloaded for appveyor.yml (#419) + - [ENH] moving towards multi-platform testing (#418) + - transportation problem ipynb and type-a to type-b shortest paths (#415) + - [WIP][ENH] origin for lattice (#405) + - adding py3.8 to travis (#409) + - [DOC] notebook doc pngs (#406) + - rebuilding docs for version bump (#402) + - Version bump to v1.4.1 (#401) + - Fix links 2 (#398) + - Fix links for notebooks (#397) + - [WIP] TSP notebook (#386) + - correcting routes doc (#395) + +The following individuals contributed to this release: + + - James Gaboardi + - Serge Rey + + + +--------------------------------------------- + ## Version 1.4.1 (2020-01-25) We closed a total of 93 issues (enhancements and bug fixes) through 35 pull requests, since our last release on 2019-12-31. diff --git a/tools/changelog_1.4.2.md b/tools/changelog_1.4.2.md new file mode 100644 index 00000000..b0470463 --- /dev/null +++ b/tools/changelog_1.4.2.md @@ -0,0 +1,71 @@ +# Changes + +Version 1.4.2 (2020-02-24) + +We closed a total of 57 issues (enhancements and bug fixes) through 18 pull requests, since our last release on 2020-01-25. + +## Issues Closed + - updating README (#429) + - [WIP][ENH] longest and largest network components (#424) + - Add a fully connected attribute (#425) + - [ENH] longest/largest connected component (#414) + - add logos to website (#345) + - attempting fast finish again (#428) + - pushing fix for environment.yml (#423) + - Add 3.8 as a supported Python version in docs (#422) + - [ENH] matplotlib-scalebar for notebooks/binders (#416) + - using a true scalebar in notebook plots (#421) + - [REQ] requirements for notebooks/binders? (#413) + - adding notebook reqs files (#420) + - support multiplatform testing (#407) + - make sure data set is downloaded for appveyor.yml (#419) + - Migrate testing functionality from nose to pytest (#417) + - [ENH] moving towards multi-platform testing (#418) + - [On Hold] too many emails from Travis CI (#322) + - origin-destination point patterns for shortest_paths() (#412) + - The Transportation Problem notebook (#103) + - transportation problem ipynb and type-a to type-b shortest paths (#415) + - [WIP][ENH] origin for lattice (#405) + - add testing for Python 3.8 (#408) + - [BUG] typo in Travis CI badge URL (#410) + - silently hands RuntimeWarning in NetworkK (#411) + - adding py3.8 to travis (#409) + - [DOC] notebook doc pngs (#406) + - release v1.4.1 (#365) + - rebuilding docs for version bump (#402) + - Version bump to v1.4.1 (#401) + - Binder is broken for network-analysis (#399) + - Some tutorial links giving 404 (#400) + - Fix links 2 (#398) + - Fix links for notebooks (#397) + - [DOC] Reorg for tutorials page (#396) + - Traveling Salesperson Notebook (#110) + - create new TSP notebook with pulp (#100) + - [WIP] TSP notebook (#386) + - [DOC] paths docstring missing (#394) + - correcting routes doc (#395) + +## Pull Requests + - updating README (#429) + - [WIP][ENH] longest and largest network components (#424) + - pushing fix for environment.yml (#423) + - Add 3.8 as a supported Python version in docs (#422) + - using a true scalebar in notebook plots (#421) + - adding notebook reqs files (#420) + - make sure data set is downloaded for appveyor.yml (#419) + - [ENH] moving towards multi-platform testing (#418) + - transportation problem ipynb and type-a to type-b shortest paths (#415) + - [WIP][ENH] origin for lattice (#405) + - adding py3.8 to travis (#409) + - [DOC] notebook doc pngs (#406) + - rebuilding docs for version bump (#402) + - Version bump to v1.4.1 (#401) + - Fix links 2 (#398) + - Fix links for notebooks (#397) + - [WIP] TSP notebook (#386) + - correcting routes doc (#395) + +The following individuals contributed to this release: + + - James Gaboardi + - Serge Rey \ No newline at end of file diff --git a/tools/gitcount.ipynb b/tools/gitcount.ipynb index 1ce5a2ff..5b9be6b6 100644 --- a/tools/gitcount.ipynb +++ b/tools/gitcount.ipynb @@ -24,15 +24,15 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:12.455611Z", - "start_time": "2020-01-25T23:55:12.451292Z" + "end_time": "2020-02-24T14:06:33.288500Z", + "start_time": "2020-02-24T14:06:33.282888Z" } }, "outputs": [], "source": [ "package_name = 'spaghetti'\n", - "release_date = '2020-01-25'\n", - "start_date = '2019-12-31'" + "release_date = '2020-02-24'\n", + "start_date = '2020-01-25'" ] }, { @@ -47,8 +47,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:14.126587Z", - "start_time": "2020-01-25T23:55:13.230593Z" + "end_time": "2020-02-24T14:06:35.012826Z", + "start_time": "2020-02-24T14:06:34.352940Z" } }, "outputs": [], @@ -79,8 +79,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:14.137776Z", - "start_time": "2020-01-25T23:55:14.129136Z" + "end_time": "2020-02-24T14:06:36.861285Z", + "start_time": "2020-02-24T14:06:36.856838Z" } }, "outputs": [], @@ -93,8 +93,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:14.162358Z", - "start_time": "2020-01-25T23:55:14.143484Z" + "end_time": "2020-02-24T14:06:37.288830Z", + "start_time": "2020-02-24T14:06:37.276315Z" } }, "outputs": [], @@ -107,8 +107,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:14.528633Z", - "start_time": "2020-01-25T23:55:14.520210Z" + "end_time": "2020-02-24T14:06:38.035917Z", + "start_time": "2020-02-24T14:06:38.027948Z" } }, "outputs": [], @@ -124,8 +124,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:15.004813Z", - "start_time": "2020-01-25T23:55:14.997152Z" + "end_time": "2020-02-24T14:06:38.721110Z", + "start_time": "2020-02-24T14:06:38.715028Z" } }, "outputs": [], @@ -150,8 +150,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:15.858281Z", - "start_time": "2020-01-25T23:55:15.752162Z" + "end_time": "2020-02-24T14:06:39.847848Z", + "start_time": "2020-02-24T14:06:39.796112Z" } }, "outputs": [], @@ -165,8 +165,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:16.264623Z", - "start_time": "2020-01-25T23:55:16.256632Z" + "end_time": "2020-02-24T14:06:40.324996Z", + "start_time": "2020-02-24T14:06:40.316521Z" } }, "outputs": [], @@ -193,8 +193,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:17.461140Z", - "start_time": "2020-01-25T23:55:17.445462Z" + "end_time": "2020-02-24T14:06:41.887851Z", + "start_time": "2020-02-24T14:06:41.880246Z" } }, "outputs": [], @@ -221,8 +221,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:17.931787Z", - "start_time": "2020-01-25T23:55:17.926004Z" + "end_time": "2020-02-24T14:06:43.606971Z", + "start_time": "2020-02-24T14:06:43.600819Z" } }, "outputs": [], @@ -235,8 +235,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:18.420624Z", - "start_time": "2020-01-25T23:55:18.412028Z" + "end_time": "2020-02-24T14:06:44.055911Z", + "start_time": "2020-02-24T14:06:44.050337Z" } }, "outputs": [], @@ -249,8 +249,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:18.712620Z", - "start_time": "2020-01-25T23:55:18.640137Z" + "end_time": "2020-02-24T14:06:44.522323Z", + "start_time": "2020-02-24T14:06:44.455791Z" } }, "outputs": [], @@ -269,8 +269,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:18.876737Z", - "start_time": "2020-01-25T23:55:18.871056Z" + "end_time": "2020-02-24T14:06:44.900347Z", + "start_time": "2020-02-24T14:06:44.894328Z" } }, "outputs": [], @@ -283,8 +283,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:19.093300Z", - "start_time": "2020-01-25T23:55:19.085565Z" + "end_time": "2020-02-24T14:06:45.382846Z", + "start_time": "2020-02-24T14:06:45.375837Z" } }, "outputs": [], @@ -304,8 +304,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:19.983472Z", - "start_time": "2020-01-25T23:55:19.976999Z" + "end_time": "2020-02-24T14:06:47.487252Z", + "start_time": "2020-02-24T14:06:47.476573Z" } }, "outputs": [], @@ -322,8 +322,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:20.318558Z", - "start_time": "2020-01-25T23:55:20.292315Z" + "end_time": "2020-02-24T14:06:48.066076Z", + "start_time": "2020-02-24T14:06:48.048169Z" } }, "outputs": [], @@ -423,8 +423,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.747537Z", - "start_time": "2020-01-25T23:55:20.691671Z" + "end_time": "2020-02-24T14:06:56.010097Z", + "start_time": "2020-02-24T14:06:48.723679Z" } }, "outputs": [], @@ -448,8 +448,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.759189Z", - "start_time": "2020-01-25T23:55:28.750227Z" + "end_time": "2020-02-24T14:06:56.018201Z", + "start_time": "2020-02-24T14:06:56.012914Z" } }, "outputs": [], @@ -465,8 +465,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.770445Z", - "start_time": "2020-01-25T23:55:28.764029Z" + "end_time": "2020-02-24T14:06:56.032127Z", + "start_time": "2020-02-24T14:06:56.024581Z" } }, "outputs": [], @@ -482,8 +482,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.787891Z", - "start_time": "2020-01-25T23:55:28.775054Z" + "end_time": "2020-02-24T14:06:56.042567Z", + "start_time": "2020-02-24T14:06:56.036296Z" } }, "outputs": [], @@ -496,8 +496,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.806017Z", - "start_time": "2020-01-25T23:55:28.799810Z" + "end_time": "2020-02-24T14:06:56.056454Z", + "start_time": "2020-02-24T14:06:56.047070Z" } }, "outputs": [], @@ -510,8 +510,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.833608Z", - "start_time": "2020-01-25T23:55:28.818017Z" + "end_time": "2020-02-24T14:06:56.066561Z", + "start_time": "2020-02-24T14:06:56.060563Z" } }, "outputs": [], @@ -524,8 +524,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.855450Z", - "start_time": "2020-01-25T23:55:28.840322Z" + "end_time": "2020-02-24T14:06:56.100461Z", + "start_time": "2020-02-24T14:06:56.075345Z" } }, "outputs": [], @@ -538,8 +538,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.884210Z", - "start_time": "2020-01-25T23:55:28.870908Z" + "end_time": "2020-02-24T14:06:56.111869Z", + "start_time": "2020-02-24T14:06:56.106071Z" } }, "outputs": [], @@ -552,8 +552,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.915101Z", - "start_time": "2020-01-25T23:55:28.894557Z" + "end_time": "2020-02-24T14:06:56.124516Z", + "start_time": "2020-02-24T14:06:56.116706Z" } }, "outputs": [], @@ -566,8 +566,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.932190Z", - "start_time": "2020-01-25T23:55:28.921164Z" + "end_time": "2020-02-24T14:06:56.157027Z", + "start_time": "2020-02-24T14:06:56.133987Z" } }, "outputs": [], @@ -584,8 +584,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.958916Z", - "start_time": "2020-01-25T23:55:28.938406Z" + "end_time": "2020-02-24T14:06:56.169294Z", + "start_time": "2020-02-24T14:06:56.160237Z" } }, "outputs": [], @@ -598,8 +598,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:28.981257Z", - "start_time": "2020-01-25T23:55:28.970070Z" + "end_time": "2020-02-24T14:06:56.183774Z", + "start_time": "2020-02-24T14:06:56.176441Z" } }, "outputs": [], @@ -612,8 +612,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.002826Z", - "start_time": "2020-01-25T23:55:28.987320Z" + "end_time": "2020-02-24T14:06:56.213124Z", + "start_time": "2020-02-24T14:06:56.198942Z" } }, "outputs": [], @@ -626,8 +626,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.021193Z", - "start_time": "2020-01-25T23:55:29.012348Z" + "end_time": "2020-02-24T14:06:56.232709Z", + "start_time": "2020-02-24T14:06:56.225990Z" } }, "outputs": [], @@ -640,8 +640,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.049417Z", - "start_time": "2020-01-25T23:55:29.026871Z" + "end_time": "2020-02-24T14:06:56.249725Z", + "start_time": "2020-02-24T14:06:56.237000Z" } }, "outputs": [], @@ -654,8 +654,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.066089Z", - "start_time": "2020-01-25T23:55:29.056811Z" + "end_time": "2020-02-24T14:06:56.342438Z", + "start_time": "2020-02-24T14:06:56.331143Z" } }, "outputs": [], @@ -668,8 +668,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.086588Z", - "start_time": "2020-01-25T23:55:29.075278Z" + "end_time": "2020-02-24T14:06:57.965946Z", + "start_time": "2020-02-24T14:06:57.960558Z" } }, "outputs": [], @@ -682,8 +682,8 @@ "execution_count": null, "metadata": { "ExecuteTime": { - "end_time": "2020-01-25T23:55:29.111702Z", - "start_time": "2020-01-25T23:55:29.100424Z" + "end_time": "2020-02-24T14:06:59.085702Z", + "start_time": "2020-02-24T14:06:59.079787Z" } }, "outputs": [], @@ -703,7 +703,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python [conda env:py3_spgh_dev]", + "display_name": "Python [conda env:py3_spgh_dev] *", "language": "python", "name": "conda-env-py3_spgh_dev-py" },