Spaghetti

Latest version: v1.7.6

Safety actively analyzes 640296 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.3rc1

We closed a total of 54 issues (enhancements and bug fixes) through 18 pull requests, since our last release on 2019-02-27.

Issues Closed
- Updating notebooks prior to v1.3 release (275)
- updating README (274)
- update notebooks following prior to v1.3 release (158)
- TypeError: '>' not supported between instances of '_NodeCursor' and '_NodeCursor' (196)
- Update docsite (273)
- fix docs building (272)
- docs failing with rtree (268)
- 3.5 --> 3.7 readthedocs (269)
- updating README.md (271)
- conda-forge recipe (265)
- Solo owner/maintainer (270)
- update requirements in README (266)
- updating requirements in README (267)
- Switch snapping to Rtree package? (259)
- update python versions in setup.py (262)
- updating supported python versions in setup.py (263)
- Drop 3.5, Add 3.7 testing (260)
- adding support for python3.7 (261)
- Update Facility_Location.ipynb (257)
- Further failures in TravisCI builds. (`rake`) (256)
- bumping down geopandas requirement to 0.3.0 (255)
- bumping geopandas req version to 0.4.1 (254)
- TravisCI build failing with `geopandas` (253)
- Streamline setup travis (252)
- Remove redundancies in `requirements_xxx.txt` files (250)
- Removing redundant requirements (251)
- pandas.core error leading to Travis CI failure (240)
- uniform .travis.yml (248)
- switching from pip to conda for reqs install resolves .travis error (249)
- v1.2.rc1? (246)
- updating GitHub version badge (247)
- update version badges (245)
- AttributeError: module 'spaghetti' has no attribute 'element_as_gdf' (242)
- bump from rc to stable (244)
- v1.2rc1 bump (243)
- adding pandas as a requirement (241)

Pull Requests
- Updating notebooks prior to v1.3 release (275)
- updating README (274)
- Update docsite (273)
- fix docs building (272)
- 3.5 --> 3.7 readthedocs (269)
- updating README.md (271)
- updating requirements in README (267)
- Switch snapping to Rtree package? (259)
- updating supported python versions in setup.py (263)
- adding support for python3.7 (261)
- Update Facility_Location.ipynb (257)
- bumping down geopandas requirement to 0.3.0 (255)
- bumping geopandas req version to 0.4.1 (254)
- Streamline setup travis (252)
- switching from pip to conda for reqs install resolves .travis error (249)
- updating GitHub version badge (247)
- bump from rc to stable (244)
- v1.2rc1 bump (243)

The following individuals contributed to this release:

- James Gaboardi
- Wei Kang
- Levi John Wolf
- Tomgertin


-----------------------------------------------------

1.2

This is a stable release of v1.2rc1 with no changes to code.



-----------------------------------------------------

1.2rc1

We closed a total of 160 issues (enhancements and bug fixes) through 60 pull requests, since our last release on 2018-11-01.

Issues Closed
- Coverage testing (239)
- update .travis.yml and introduce .coveragerc similar to pysal/giddy81 (238)
- Update `bug` template (237)
- Update issue templates (236)
- Add .github directory based on libpysal (234)
- Adding community info (235)
- remove README.rst (223)
- Removing README.rst and updating setup.py (233)
- pysal/giddy77 (reference labels) (231)
- Ref docs (232)
- Api site doc (230)
- correction in notebooks/Network_Usage.ipynb (229)
- edges_to_arcs naming convention (227)
- altering edges_to_arcs crosswalk name (228)
- Improve in-line docs -- 24PullRequests for Christmas (202)
- updating utils.py docs (226)
- updating all analysis.py docs (224)
- Docs split arcs (222)
- Docs allneighbordistances (221)
- updating docs for full_distance_matrix (220)
- notes for simulate_observations (219)
- Docs net funcs (218)
- bug in snapping points? (125)
- Deprecation: Container-Based Linux Build Environments (188)
- Remove sorted edges (216)
- purpose of class SortedEdges(OrderedDict)? (90)
- geometry notes in _newpoint_coords (215)
- count_per_link -- updating docs (214)
- TravisCI error raise ReadTimeoutError(self._pool, None, 'Read timed out.') (213)
- variable declaration correction in _snap_to_link (212)
- compute_distance_to_vertices -- in-line doc improvement (211)
- improved in-line comments in network.Network.distancebandweights (210)
- improved in-line comments in network.Network.contiguityweights (209)
- improved in-line comments in network.Network._docs_evaluate_napts (208)
- improved in-line comments in network.Network._yield_napts (207)
- improved in-line comments in network.Network.extractgraph (206)
- improved in-line comments in network.Network.extract_components (205)
- improved in-line comments in network.Network._round_sig (204)
- improved in-line comments in network.Network.__init__ (203)
- improved in-line comments in _extractnetwork (201)
- minor spaghetti/util.py doc clean (200)
- update notebooks following 185 (187)
- README graphic legend update (197)
- Update notebooks (199)
- correcting arc -- arcs attribute (193)
- attribute declaration error (network.Network.arc) (192)
- (from pysal.network) Edge ID data structure 933 (176)
- (from pysal.network) network ring bug 655 (184)
- Debug of data structure/algo that led to ring/graph errors (185)
- Creating Network instance from road shapefile fails; ValueError: list.remove(x): x not in list (9)
- (from pysal.network) Revisit graph weights in network module 496 (186)
- Updating spaghetti ReadTheDocs (183)
- tree not recorded in same network arc (180)
- Nearest tree update (182)
- clean/create more coherent and uniform variable names (49)
- Updating/standardizing network/graph element naming (181)
- Dijkstra maintenance (179)
- [MAINT] dijkstra (178)
- Adding .png of snapped point to README.md (177)
- fixing bug in distancebandweights (175)
- bug in network.Network.distancebandweights (174)
- determine necessity of test_distance_band_weights (62)
- updating ReadTheDocs following 172 (173)
- Pep8 docs review (172)
- record connected components (168)
- [WIP] contiguityweights and connected_components (171)
- add break condition in contiguityweights() (170)
- Edge Weighting pysal/pysal 609 (66)
- Merge unittest scripts (169)
- Further streamline unittests (157)
- api docs (162)
- network element as geodataframe (143)
- Refactor element as gdf (167)
- Restructure docs (166)
- Non responsive docs (165)
- typo in dijkstra reference (163)
- Update api docs (164)
- Update api (161)
- cleaning up notebooks/Snapping_Demonstration.ipynb (160)
- Update notebooks (159)
- add minor test for _round_sig (152)
- Round sig test (156)
- updating element_as_gdf.rst (155)
- Update doc element to gdf (154)
- Streamline unittests (147)
- Streamline unittests (153)
- ENH: element_to_gdf() (145)
- correcting list comp syntax in _round_sig (151)
- error in _round_sig() when a coordinate is 0.0 (150)
- [ENH] streets/network and points need to be in the same CRS/EPSG (71)
- update markdown docs fromSpaghetti_Pointpatterns_Empirical.ipynb (146)
- updating typo in notebooks/Spaghetti_Pointpatterns_Empirical.ipynb (149)
- Minor notebook update (148)
- update spaghetti info on pysal.site (144)
- fix RuntimeWarning in analysis.py (140)
- usage of networkx (141)
- updating notebooks (142)
- update spaghetti landing site notebook links (139)
- rerunning notebooks (138)
- travis build still failing (127)

Pull Requests
- Coverage testing (239)
- Update `bug` template (237)
- Update issue templates (236)
- Adding community info (235)
- Removing README.rst and updating setup.py (233)
- Ref docs (232)
- Api site doc (230)
- correction in notebooks/Network_Usage.ipynb (229)
- altering edges_to_arcs crosswalk name (228)
- updating utils.py docs (226)
- updating all analysis.py docs (224)
- Docs split arcs (222)
- Docs allneighbordistances (221)
- updating docs for full_distance_matrix (220)
- notes for simulate_observations (219)
- Docs net funcs (218)
- Remove sorted edges (216)
- geometry notes in _newpoint_coords (215)
- count_per_link -- updating docs (214)
- variable declaration correction in _snap_to_link (212)
- compute_distance_to_vertices -- in-line doc improvement (211)
- improved in-line comments in network.Network.distancebandweights (210)
- improved in-line comments in network.Network.contiguityweights (209)
- improved in-line comments in network.Network._docs_evaluate_napts (208)
- improved in-line comments in network.Network._yield_napts (207)
- improved in-line comments in network.Network.extractgraph (206)
- improved in-line comments in network.Network.extract_components (205)
- improved in-line comments in network.Network._round_sig (204)
- improved in-line comments in network.Network.__init__ (203)
- improved in-line comments in _extractnetwork (201)
- minor spaghetti/util.py doc clean (200)
- Update notebooks (199)
- correcting arc -- arcs attribute (193)
- Debug of data structure/algo that led to ring/graph errors (185)
- Updating spaghetti ReadTheDocs (183)
- Nearest tree update (182)
- Updating/standardizing network/graph element naming (181)
- Dijkstra maintenance (179)
- Adding .png of snapped point to README.md (177)
- fixing bug in distancebandweights (175)
- updating ReadTheDocs following 172 (173)
- Pep8 docs review (172)
- [WIP] contiguityweights and connected_components (171)
- Merge unittest scripts (169)
- Refactor element as gdf (167)
- Restructure docs (166)
- Non responsive docs (165)
- Update api docs (164)
- Update api (161)
- cleaning up notebooks/Snapping_Demonstration.ipynb (160)
- Update notebooks (159)
- Round sig test (156)
- updating element_as_gdf.rst (155)
- Update doc element to gdf (154)
- Streamline unittests (153)
- ENH: element_to_gdf() (145)
- correcting list comp syntax in _round_sig (151)
- updating typo in notebooks/Spaghetti_Pointpatterns_Empirical.ipynb (149)
- updating notebooks (142)
- rerunning notebooks (138)

The following individuals contributed to this release:

- James Gaboardi

-----------------------------------------------------

1.1.1

We closed a total of 5 issues (enhancements and bug fixes) through 2 pull requests, since our last release on 2018-10-30.

Issues Closed
- removed .txt format CHANGELOG (129)
- rel: v1.1.0 -- Adjusting CHANGELOG.md prior to tagged release (128)
- prepare new release for pypi -- v1.1.0 (57)

Pull Requests
- removed .txt format CHANGELOG (129)
- rel: v1.1.0 -- Adjusting CHANGELOG.md prior to tagged release (128)

The following individuals contributed to this release:

- James Gaboardi

-----------------------------------------------------

1.1.0

We closed a total of 82 issues (enhancements and bug fixes) through 25 pull requests, since our last release on 2018-08-10.

Issues Closed
- prepare new release for pypi -- v1.1.0 (57)
- refreshing documentation (124)
- option to add distance from point to snapped location (75)
- attempting pyproj_fix (122)
- [WIP] Add snap dist (123)
- travis CI build failing with `KeyError: 'PROJ_LIB'` (121)
- resolving obs_to_node question (120)
- why convert obs_to_node from defaultdict to list? (93)
- network.PointPatterns condense code chunk (74)
- condensing idvariable code chunk (119)
- Network Cross Nearest Neighbor (102)
- refreshing docs (117)
- shortest path look up from allneighborsdistances? (115)
- adding shortest path traceback for point patterns (116)
- ImportError: No module named 'boto3' (113)
- adding boto3 test req for current fiona bug (114)
- [WIP] cleanup_nearest_neighbor (112)
- duplicate neighbor distance functions? (91)
- network.allneighbordistances documentation not accurate (111)
- [WIP] General package maintenance (109)
- new badges (96)
- tools/ (99)
- updating thumbnails in docs (108)
- [WIP] updating docs, badges, tools, etc. (107)
- initializing new sphinx docs based on submodule_template (98)
- new labels for issues (105)
- populating sphinx docs (37)
- tests for analysis and util (44)
- NetworkF (94)
- rename functions to be more pythonic (104)
- add poisson distribution to tests (106)
- initial sphix docs attempt (67)
- bumping version to 1.1.0 (97)
- adding in new tests for utils.py (95)
- add flag for util.generatetree() (92)
- [completed atm] - docstrings cleanup (89)
- clean docstrings (77)
- adding MANIFEST.in (88)
- clearing Facility_Location.ipynb (87)
- removing typo in Facility_Location (86)
- clearing Facility_Location.ipynb (85)
- updating Facility_Location.ipynb for typos (84)
- adding Facility_Location.ipynb (83)
- new notebook ideas (48)
- adding windows functionality for 'last updated' (82)
- ensure nearest nodes are returned as np.array() (73)
- snapping trouble when the initial node in KDtree is the nearest (72)
- add Github version badge (80)
- add open issues badge (79)
- update notebooks as per pysal/pysal1057 (81)
- [Complete/Needs Review] updating `in_shp` parameter in spaghetti.Network (69)
- [ENH] geopandas.GeoDataFrame for PointPattern (28)
- update in_shp kwarg in spaghetti.Network (68)
- removing undeclared edge_time attribute (65)
- update README.txt (33)
- [ENH] Add badges (31)
- Publish on Zenodo (36)

Pull Requests
- refreshing documentation (124)
- attempting pyproj_fix (122)
- [WIP] Add snap dist (123)
- resolving obs_to_node question (120)
- condensing idvariable code chunk (119)
- refreshing docs (117)
- adding shortest path traceback for point patterns (116)
- [WIP] cleanup_nearest_neighbor (112)
- [WIP] General package maintenance (109)
- updating thumbnails in docs (108)
- [WIP] updating docs, badges, tools, etc. (107)
- initializing new sphinx docs based on submodule_template (98)
- bumping version to 1.1.0 (97)
- adding in new tests for utils.py (95)
- [completed atm] - docstrings cleanup (89)
- adding MANIFEST.in (88)
- clearing Facility_Location.ipynb (87)
- removing typo in Facility_Location (86)
- clearing Facility_Location.ipynb (85)
- updating Facility_Location.ipynb for typos (84)
- adding Facility_Location.ipynb (83)
- adding windows functionality for 'last updated' (82)
- ensure nearest nodes are returned as np.array() (73)
- [Complete/Needs Review] updating `in_shp` parameter in spaghetti.Network (69)
- removing undeclared edge_time attribute (65)

The following individuals contributed to this release:

- James Gaboardi


--------------------------------------------------------------


GitHub Stats for 2017/03/15 - 2018/07/28 (tag: None)

These lists are automatically generated,and may be incomplete or contain duplicates.


We closed a total of 39 issues, 12 pull requests and 27 regular issues;
this is the full list (generated with the script
:file:`tools/github_stats.py`):

Pull Requests (12):

* `25`: preparing for pypi release
* `23`: Py2topy3
* `24`: Spaghetti/update travis
* `16`: adding an api.py file to spaghetti
* `17`: Spag/analysis cosmetics
* `14`: removing `math` in favor of `numpy` for calcs
* `13`: minor doc commit to practice git workflow
* `11`: adding a license
* `10`: setting up travis ci
* `8`: the first of the new network tutorial notebooks for pysal/spaghetti
* `7`: rename makes geonet redundant
* `6`: updated package name and short description in __init__

Issues (27):

* `5`: update import scheme for new package name
* `26`: Prepare a release of spaghetti for pypi
* `32`: pip
* `25`: preparing for pypi release
* `19`: api.py tests
* `29`: trailing comma not allowed with surrounding parenthesis
* `27`: Necessity of __future__?
* `21`: `spaghetti` currently only python 2.7.x compatible
* `22`: Geopandas read
* `23`: Py2topy3
* `24`: Spaghetti/update travis
* `20`: Generalize the Network input API for libpysal/59
* `18`: adding gitter badge to README.md
* `15`: spaghetti needs an api.py module
* `17`: Spag/analysis cosmetics
* `16`: adding an api.py file to spaghetti
* `4`: test release and setup.py
* `3`: add a readme
* `14`: removing `math` in favor of `numpy` for calcs
* `13`: minor doc commit to practice git workflow
* `12`: Pp notebook
* `11`: adding a license
* `2`: set up testing for travis
* `10`: setting up travis ci
* `8`: the first of the new network tutorial notebooks for pysal/spaghetti
* `7`: rename makes geonet redundant
* `6`: updated package name and short description in __init__

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.