Releases: pgRouting/pgRoutingLayer
Releases · pgRouting/pgRoutingLayer
v3.0.2
v3.0.1
v3.0.0
This is the pgRoutingLayer version 3.0.0 works with python3.0 and QGIS 3.0 to 3.99
Includes only the following pgRouting functions
- pgr_aStar
- pgr_aStarCost
- pgr_bdAstar
- pgr_bdAstarCost
- pgr_bdDijkstra
- pgr_bdDijkstraCost
- pgr_dijkstra
- pgr_dijkstraCost
- pgr_KSP
Functions not known to be included on pgRouting v3.0.0 will not be included now or in the future
v3.0.0-rc
First version of pgRoutingLayer supporting QGIS 3 version and totally coded with Python 3. Release candidate.
v3.0.0-alpha1
First version of pgRoutingLayer supporting QGIS 3 version and totally coded with Python 3. Alpha 1 version.
v2.2.2
v2.2.1
v2.2.0
pgRoutingLayer-2.1.0
Whith this release of pgRoutingLayer
- Adds some of the new functionalities of pgRouting version 2.1
- See the list of supported functions: https://github.com/pgRouting/pgRoutingLayer/wiki#pgroutinglayer-for-21-supported-functions-work-in-progress
- See some documentation: https://github.com/pgRouting/pgRoutingLayer/wiki/pgRoutingLayers-for-2.1
- Queries use the BBOX of the Qgis plugin.
- The following pgRouting functions have being updated to follow pgRouting's signature changes:
- dijsktra
- ksp
- driving distance
The follwoing new functions have being added: - trsp (via nodes)
- trsp (via edges)
- Fixes some issues
- To see the full list of closed issues: https://github.com/pgRouting/pgRoutingLayer/issues?q=is%3Aissue+milestone%3A%22Release+2.1.0%22+is%3Aclosed
pgRoutingLayer-2.0.0
changelog 2.0
- support for pgRouting 2.0