-
-
Notifications
You must be signed in to change notification settings - Fork 368
2.2 Development Plan
Vicky Vergara edited this page May 16, 2016
·
2 revisions
Continuing the work of using the internal C++ library, some functions have bein completely rewritten
- better argument type checking that appears to be implemented inconsistently across the code
- better consistency of results between the various algorithms, especially those using boost
- resolve the Milestone 2.2.0 issues where possible or push them to 2.3.0 if too risky
- updates to the cmake build system to better support postgresql version selection, creation of the sql files for installation and any updates that might be needed to support changes to the code
- adding support for postgresql version 9.5
- pgr_Johnson
- pgr_floydWarshall
- pgr_dijkstraCost
- pgr_dijkstraVia AS proposed function
- withPoints Family of functions AS proposed functions
- issues milestoned for 2.2
- work on other issues or in other routing functions
- Tickets: https://github.com/pgRouting/pgrouting/milestones/Release%202.2.0
- Development branch: https://github.com/pgRouting/pgrouting/tree/develop
- PostGIS Coding Styles: http://trac.osgeo.org/postgis/wiki/DevWikiMain
- Non for the moment