Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@ jobs:

- name: install deps
run: |
brew install postgresql@14 postgis boost
brew install postgresql@17 postgis boost
brew link postgresql@17

- name: Configure
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_DOC=OFF ..
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_SHARED_MODULE_SUFFIX_CXX=.dylib -DWITH_DOC=OFF ..

- name: Build
run: |
Expand All @@ -78,7 +79,7 @@ jobs:
- name: Test
run: |
export PATH=$(brew --prefix)/Cellar/perl/$(perl -e 'print substr($^V, 1)')/bin:$PATH
pg_ctl -D $(brew --prefix)/var/postgresql@14 start
pg_ctl -D $(brew --prefix)/var/postgresql@17 start
createuser -s postgres
createdb ___pgr___test___
bash ./tools/testers/pg_prove_tests.sh postgres 5432 Release
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include(pgr/BuildType)

project(PGROUTING VERSION 4.0.0
LANGUAGES C CXX )
set(PROJECT_VERSION_DEV "-beta1")
set(PROJECT_VERSION_DEV "-rc1")
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)

include(pgr/GitInfo)
Expand Down
4 changes: 2 additions & 2 deletions doc/bellman_ford/pgr_bellmanFord.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

.. index::
single: Shortest Path Category; pgr_bellmanFord - Experimental
single: bellmanFord - Experimental
single: bellmanFord - Experimental on v3.0

|

``pgr_bellmanFord - Experimental``
``pgr_bellmanFord`` - Experimental
===============================================================================

``pgr_bellmanFord`` — Shortest path using Bellman-Ford algorithm.
Expand Down
2 changes: 1 addition & 1 deletion doc/bellman_ford/pgr_edwardMoore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.. index::
single: Shortest Path Category; pgr_edwardMoore - Experimental
single: edwardMoore - Experimental
single: edwardMoore - Experimental on v3.0

|

Expand Down
2 changes: 1 addition & 1 deletion doc/contraction/pgr_contractionHierarchies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

.. index::
single: Contraction Family ; pgr_contractionHierarchies - Experimental
single: contractionHierarchies - Experimental
single: contractionHierarchies - Experimental on v3.8


``pgr_contractionHierarchies`` - Experimental
Expand Down
10 changes: 5 additions & 5 deletions doc/dagShortestPath/pgr_dagShortestPath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. index::
single: Shortest Path Category ; pgr_dagShortestPath - Experimental
single: Directed Acyclic Graph Category ; pgr_dagShortestPath - Experimental
single: dagShortestPath - Experimental
single: dagShortestPath - Experimental on v3.0

|

Expand Down Expand Up @@ -102,7 +102,7 @@ Signatures


.. index::
single: dagShortestPath - Experimental ; One to One - Experimental on v3.0
single: dagShortestPath - Experimental on v3.0 ; One to One - Experimental on v3.0

One to One
...............................................................................
Expand Down Expand Up @@ -142,7 +142,7 @@ One to Many
:end-before: -- q4

.. index::
single: dagShortestPath - Experimental ; Many to One - Experimental on v3.0
single: dagShortestPath - Experimental on v3.0 ; Many to One - Experimental on v3.0

Many to One
...............................................................................
Expand All @@ -162,7 +162,7 @@ Many to One
:end-before: -- q5

.. index::
single: dagShortestPath - Experimental ; Many to Many - Experimental on v3.0
single: dagShortestPath - Experimental on v3.0 ; Many to Many - Experimental on v3.0

Many to Many
...............................................................................
Expand All @@ -183,7 +183,7 @@ Many to Many
:end-before: -- q51

.. index::
single: dagShortestPath - Experimental ; Combinations - Experimental on v3.2
single: dagShortestPath - Experimental on v3.0 ; Combinations - Experimental on v3.2

Combinations
...............................................................................
Expand Down
10 changes: 5 additions & 5 deletions doc/max_flow/pgr_maxFlowMinCost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

.. index::
single: Flow Family ; pgr_maxFlowMinCost - Experimental
single: maxFlowMinCost - Experimental
single: maxFlowMinCost - Experimental on v3.0

|

Expand Down Expand Up @@ -76,7 +76,7 @@ Signatures
| OR EMPTY SET

.. index::
single: maxFlowMinCost - Experimental ; One to One - Experimental on v3.0
single: maxFlowMinCost - Experimental on v3.0 ; One to One - Experimental on v3.0

One to One
...............................................................................
Expand All @@ -96,7 +96,7 @@ One to One
:end-before: -- q2

.. index::
single: maxFlowMinCost - Experimental ; One to Many - Experimental on v3.0
single: maxFlowMinCost - Experimental on v3.0 ; One to Many - Experimental on v3.0

One to Many
...............................................................................
Expand Down Expand Up @@ -136,7 +136,7 @@ Many to One
:end-before: -- q4

.. index::
single: maxFlowMinCost - Experimental ; Many to Many - Experimental on v3.0
single: maxFlowMinCost - Experimental on v3.0 ; Many to Many - Experimental on v3.0

Many to Many
...............................................................................
Expand All @@ -156,7 +156,7 @@ Many to Many
:end-before: -- q5

.. index::
single: maxFlowMinCost - Experimental ; Combinations -- Experimental on v3.2
single: maxFlowMinCost - Experimental on v3.0 ; Combinations -- Experimental on v3.2

Combinations
...............................................................................
Expand Down
12 changes: 6 additions & 6 deletions doc/max_flow/pgr_maxFlowMinCost_Cost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. index::
single: Flow Family ; pgr_maxFlowMinCost_Cost - Experimental
single: Cost Category ; pgr_maxFlowMinCost_Cost - Experimental
single: maxFlowMinCost_Cost - Experimental
single: maxFlowMinCost_Cost - Experimental on v3.0

|

Expand Down Expand Up @@ -80,7 +80,7 @@ Signatures
| RETURNS FLOAT

.. index::
single: maxFlowMinCost_Cost - Experimental ; One to One - Experimental on v3.0
single: maxFlowMinCost_Cost - Experimental on v3.0 ; One to One - Experimental on v3.0

One to One
...............................................................................
Expand All @@ -99,7 +99,7 @@ One to One
:end-before: -- q2

.. index::
single: maxFlowMinCost_Cost - Experimental ; One to Many - Experimental on v3.0
single: maxFlowMinCost_Cost - Experimental on v3.0 ; One to Many - Experimental on v3.0

One to Many
...............................................................................
Expand All @@ -118,7 +118,7 @@ One to Many
:end-before: -- q4

.. index::
single: maxFlowMinCost_Cost - Experimental ; Many to One - Experimental on v3.0
single: maxFlowMinCost_Cost - Experimental on v3.0 ; Many to One - Experimental on v3.0

Many to One
...............................................................................
Expand All @@ -137,7 +137,7 @@ Many to One
:end-before: -- q3

.. index::
single: maxFlowMinCost_Cost - Experimental ; Many to Many - Experimental on v3.0
single: maxFlowMinCost_Cost - Experimental on v3.0 ; Many to Many - Experimental on v3.0

Many to Many
...............................................................................
Expand All @@ -157,7 +157,7 @@ Many to Many
:end-before: -- q5

.. index::
single: maxFlowMinCost_Cost - Experimental ; Combinations - Experimental on v3.2
single: maxFlowMinCost_Cost - Experimental on v3.0 ; Combinations - Experimental on v3.2

Combinations
...............................................................................
Expand Down
2 changes: 1 addition & 1 deletion doc/traversal/pgr_binaryBreadthFirstSearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. index::
single: Traversal Family ; pgr_binaryBreadthFirstSearch - Experimental
single: Breadth First Search Category ; pgr_binaryBreadthFirstSearch - Experimental
single: binaryBreadthFirstSearch - Experimental
single: binaryBreadthFirstSearch - Experimental on v3.0

|

Expand Down
6 changes: 3 additions & 3 deletions doc/traversal/pgr_breadthFirstSearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.. index::
single: Traversal Family ; pgr_breadthFirstSearch - Experimental
single: Breadth First Search Category ; pgr_breadthFirstSearch - Experimental
single: breadthFirstSearch - Experimental
single: breadthFirstSearch - Experimental on v3.0

|

Expand Down Expand Up @@ -64,7 +64,7 @@ Signatures
| Returns set of |result-spantree|

.. index::
single: breadthFirstSearch - Experimental ; Single vertex - Experimental on v3.0
single: breadthFirstSearch - Experimental on v3.0 ; Single vertex - Experimental on v3.0

Single vertex
...............................................................................
Expand All @@ -85,7 +85,7 @@ Single vertex
:end-before: -- q2

.. index::
single: breadthFirstSearch - Experimental ; Multiple vertices - Experimental on v3.0
single: breadthFirstSearch - Experimental on v3.0 ; Multiple vertices - Experimental on v3.0

Multiple vertices
...............................................................................
Expand Down
8 changes: 4 additions & 4 deletions doc/trsp/pgr_turnRestrictedPath.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
****************************************************************************

.. index::
single: Turn Restriction Shortest Path Family ; pgr_turnRestrictedPath
single: Shortest Path Category ; pgr_turnRestrictedPath
single: Restrictions Category ; pgr_turnRestrictedPath
single: turnRestrictedPath
single: Turn Restriction Shortest Path Family ; pgr_turnRestrictedPath - Experimental
single: Shortest Path Category ; pgr_turnRestrictedPath - Experimental
single: Restrictions Category ; pgr_turnRestrictedPath - Experimental
single: turnRestrictedPath - Experimental on v3.0

|

Expand Down
6 changes: 3 additions & 3 deletions docqueries/version/full_version.result
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ SET client_min_messages TO NOTICE;
SET
/* -- q1 */
SELECT version, library FROM pgr_full_version();
version | library
-------------+-----------------
4.0.0-beta1 | pgrouting-4.0.0
version | library
-----------+-----------------
4.0.0-rc1 | pgrouting-4.0.0
(1 row)

/* -- q2 */
Expand Down
2 changes: 1 addition & 1 deletion docqueries/version/version.result
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET
SELECT pgr_version();
pgr_version
-------------
4.0.0-beta1
4.0.0-rc1
(1 row)

/* -- q2 */
Expand Down
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/pgrouting_doc_strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-10-08 19:15+0000\n"
"POT-Creation-Date: 2025-10-28 20:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -9528,7 +9528,7 @@ msgstr ""
msgid "Use with :doc:`pgr_TSP`."
msgstr ""

msgid "``pgr_bellmanFord - Experimental``"
msgid "``pgr_bellmanFord`` - Experimental"
msgstr ""

msgid "``pgr_bellmanFord`` — Shortest path using Bellman-Ford algorithm."
Expand Down
Loading