Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.4 preparation for release #2369

Closed
cvvergara opened this issue Sep 19, 2022 · 2 comments
Closed

v3.4 preparation for release #2369

cvvergara opened this issue Sep 19, 2022 · 2 comments

Comments

@cvvergara
Copy link
Member

cvvergara commented Sep 19, 2022

some tasks

  • remove -dev from build
  • action update from 3.x works ok
  • action ubuntu works ok
  • consistency of deprecated function messages
  • comment of deprecated function to include the replacement function link
  • consistency of output of new functions

Documentation check the pages because of use of admonition

  • checked pgr_floydWarshall.html
    • file ok
  • checked pgr_johnson.html
    • file ok
  • checked pgr_alphaShape.html
    • file ok
  • checked pgr_aStar.html
    • file ok
  • checked pgr_aStarCost.html
    • file ok
  • checked pgr_aStarCostMatrix.html
    • file ok
  • checked pgr_bdAstar.html
    • file ok
  • checked pgr_bdAstarCost.html
    • file ok
  • checked pgr_bdAstarCostMatrix.html
    • file ok
  • checked pgr_bdDijkstra.html
    • file ok
  • checked pgr_bdDijkstraCost.html
    • file ok
  • checked pgr_bdDijkstraCostMatrix.html
    • file ok
  • checked pgr_bellmanFord.html
    • file ok
  • checked pgr_edwardMoore.html
    • file ok
  • checked pgr_binaryBreadthFirstSearch.html
    • file ok
  • checked pgr_breadthFirstSearch.html
    • file ok
  • checked pgr_chinesePostman.html
    • file ok
  • checked pgr_chinesePostmanCost.html
    • file ok
  • checked pgr_hawickCircuits.html
    • file ok
  • checked pgr_bipartite.html
    • file ok
  • checked pgr_edgeColoring.html
    • file ok
  • checked pgr_sequentialVertexColoring.html
    • file ok
  • checked pgr_articulationPoints.html
    • file ok
  • checked pgr_biconnectedComponents.html
    • file ok
  • checked pgr_bridges.html
    • file ok
  • checked pgr_connectedComponents.html
    • file ok
  • checked pgr_makeConnected.html
    • file ok
  • checked pgr_strongComponents.html
    • file ok
  • checked pgr_contraction.html
    • file ok
  • checked pgr_dagShortestPath.html
    • file ok
  • checked pgr_dijkstra.html
    • file ok
  • checked pgr_dijkstraCost.html
    • file ok
  • checked pgr_dijkstraCostMatrix.html
    • file ok
  • checked pgr_dijkstraNear.html
    • file ok
  • checked pgr_dijkstraNearCost.html
    • file ok
  • checked pgr_dijkstraVia.html
    • file ok
  • checked pgr_lengauerTarjanDominatorTree.html
    • file ok
  • checked pgr_drivingDistance.html
    • file ok
  • checked pgr_KSP.html
    • file ok
  • checked pgr_lineGraph.html
    • file ok
  • checked pgr_lineGraphFull.html
    • file ok
  • checked pgr_boykovKolmogorov.html
    • file ok
  • checked pgr_edgeDisjointPaths.html
    • file ok
  • checked pgr_edmondsKarp.html
    • file ok
  • checked pgr_maxCardinalityMatch.html
    • file ok
  • checked pgr_maxFlow.html
    • file ok
  • checked pgr_maxFlowMinCost.html
    • file ok
  • checked pgr_maxFlowMinCost_Cost.html
    • file ok
  • checked pgr_pushRelabel.html
    • file ok
  • checked pgr_stoerWagner.html
    • file ok
  • checked pgr_isPlanar.html
    • file ok
  • checked pgr_kruskal.html
    • file ok
  • checked pgr_kruskalBFS.html
    • file ok
  • checked pgr_kruskalDD.html
    • file ok
  • checked pgr_kruskalDFS.html
    • file ok
  • checked pgr_prim.html
    • file ok
  • checked pgr_primBFS.html
    • file ok
  • checked pgr_primDD.html
    • file ok
  • checked pgr_primDFS.html
    • file ok
  • checked pgr_cuthillMckeeOrdering.html
    • file ok
  • checked pgr_topologicalSort.html
    • file ok
  • checked pgr_analyzeGraph.html
    • file ok
  • checked pgr_analyzeOneWay.html
    • file ok
  • checked pgr_createTopology.html
    • file ok
  • checked pgr_createVerticesTable.html
    • file ok
  • checked pgr_degree.html
    • file ok
  • checked pgr_extractVertices.html
    • file ok
  • checked pgr_nodeNetwork.html
    • file ok
  • checked pgr_transitiveClosure.html
    • file ok
  • checked pgr_depthFirstSearch.html
    • file ok
  • checked pgr_trsp.html
    • file ok
  • checked pgr_trspVia.html
    • file ok
  • checked pgr_trspVia_withPoints.html
    • file ok
  • checked pgr_trsp_withPoints.html
    • file ok
  • checked pgr_turnRestrictedPath.html
    • file ok
  • checked pgr_TSP.html
    • file ok
  • checked pgr_TSPeuclidean.html
    • file ok
  • checked pgr_findCloseEdges.html
    • file ok
  • checked pgr_full_version.html
    • file ok
  • checked pgr_version.html
    • file ok
  • checked pgr_vrpOneDepot.html
    • file ok
  • checked pgr_withPoints.html
    • file ok
  • checked pgr_withPointsCost.html
    • file ok
  • checked pgr_withPointsCostMatrix.html
    • file ok
  • checked pgr_withPointsDD.html
    • file ok
  • checked pgr_withPointsKSP.html
    • file ok
  • checked pgr_withPointsVia.html
    • file ok
  • checked pgr_pickDeliver.html
    • file ok
  • checked pgr_pickDeliverEuclidean.html
    • file ok

Edit:

  • move documentation fixes to main
  • see what issue can be fixed in main
    • adjust news & issues milestones accordingly in main
    • adjust news & issues milestones accordingly in develop
  • translation to Spanish as much as possible (develop)
    • move translation to Spanish to main

What is ok?

Almost ok (options line is indented), but mark as ok.
image

These are not ok:

The options should be in a separate line
image

The fonts are larger
image

Each signature must be in a separate line
image

@cvvergara
Copy link
Member Author

@krashish8
Copy link
Member

krashish8 commented Oct 6, 2022

Released v3.4.0: https://github.com/pgRouting/pgrouting/releases/tag/v3.4.0
Pull request: #2395

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants