Recent Releases of scgraph
scgraph - 2.13.0
What's Changed
- Add How to Cite in main Readme.md by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/25
- Integrate BMSSP algorithm into Graph class. by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/26
Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.12.0...2.13.0
- Python
Published by connor-makowski 11 months ago
scgraph - 2.11.0
What's Changed
- Increase performance speed
- Add support to get length only for getshortestpath calls. Improves performance (esp for cached graphs).
- 2.11.0 by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/24
Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.10.1...2.11.0
- Python
Published by connor-makowski 12 months ago
scgraph - 2.10.0
- Speedup getshortestpath method calls for GeoGraphs
- Implement custom KDTree for substantially faster closest node calculations
- Note: Initializing a GeoGraph now requires building the KDTree which slows down imports (esp from scgraph_data)
- This is worth the overhead, but a future release may find a way to delay this until needed.
- Update defaults for faster compute times Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.9.0...2.10.0
- Python
Published by connor-makowski 12 months ago
scgraph - 2.8.1
What's Changed
- Fix bug related to coordinate paths for new gridgraph off graph node features.
- V2.8.1 by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/23
Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.8.0...2.8.1
- Python
Published by connor-makowski 12 months ago
scgraph - 2.8.0
What's Changed
- Faster A* for dense graphs
- Add support to gridgraphs for off graph origin and destinations.
- Fix misc typos
- Doc Updates
- V2.8.0 by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/22
Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.7.0...2.8.0
- Python
Published by connor-makowski 12 months ago
scgraph - 2.7.0
What's Changed
- Add support for A* for both gridgraphs and geographs
- Increase precision beyond 4 decimal places for getshortestpath calls.
- V2.7.0 by @connor-makowski in https://github.com/connor-makowski/scgraph/pull/21
Full Changelog: https://github.com/connor-makowski/scgraph/compare/2.6.0...2.7.0
- Python
Published by connor-makowski about 1 year ago
scgraph - 1.2.0
Add new circuity features for off graph circuity calculations, add support to save geographs as geojsons for easy debugging, improve geograph docs with pictures, add us_freeway geograph. Full Changelog: https://github.com/connor-makowski/scgraph/compare/1.1.0...1.2.0
- Python
Published by connor-makowski about 2 years ago