diff --git a/.github/workflows/boost_version.yml b/.github/workflows/boost_version.yml index 47836d51745..12446cd6749 100644 --- a/.github/workflows/boost_version.yml +++ b/.github/workflows/boost_version.yml @@ -131,5 +131,5 @@ jobs: sudo service postgresql start psql -c "CREATE DATABASE ___pgr___test___;" DIR=$(git rev-parse --show-toplevel) - bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.1" + bash "${DIR}/tools/testers/setup_db.sh" "${PGPORT}" ___pgr___test___ "${PG_RUNNER_USER}" "3.7.2" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 09360eccb59..3999985ddfe 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: boost_minor: [56] - old_pgr: [3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2] + old_pgr: [3.7.1, 3.7.0, 3.6.3, 3.6.2, 3.6.1, 3.6.0, 3.5.1, 3.5.0, 3.4.2, 3.4.1, 3.4.0, 3.3.5, 3.3.4, 3.3.3, 3.3.2, 3.3.1, 3.3.0, 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.6, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.2.0, 3.2.1, 3.2.2] steps: - uses: actions/checkout@v4 @@ -126,6 +126,6 @@ jobs: run: | sudo service postgresql start psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" - psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.1';" + psql -p "${PGPORT}" -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.7.2';" psql -p "${PGPORT}" -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();" pg_prove -Q -f --normalize --directives --recurse -U "${PG_RUNNER_USER}" -d ___pgr___test___ "pgtap" diff --git a/CMakeLists.txt b/CMakeLists.txt index c95d118d471..28ce8af810a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ include(pgr/BuildType) #--------------------------------------------- #--------------------------------------------- -project(PGROUTING VERSION 3.7.1 +project(PGROUTING VERSION 3.7.2 LANGUAGES C CXX ) set(PROJECT_VERSION_DEV "") string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER) @@ -33,6 +33,7 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d" UTC) set(MINORS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.6) set(OLD_SIGNATURES + 3.7.1 3.7.0 3.6.3 3.6.2 diff --git a/NEWS.md b/NEWS.md index eb011a8cf90..0214f3819a3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,11 @@ .. current + +### pgRouting 3.7.2 Release Notes + +No Changes Yet + ### pgRouting 3.7.1 Release Notes To see all issues & pull requests closed by this release see the [Git closed diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index ba1c510734d..9901433cfeb 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -37,6 +37,12 @@ pgRouting 3.7 .. current + +pgRouting 3.7.2 Release Notes +------------------------------------------------------------------------------- + +No Changes Yet + pgRouting 3.7.1 Release Notes ------------------------------------------------------------------------------- diff --git a/docqueries/version/full_version.result b/docqueries/version/full_version.result index 7d858d6672f..0b919edee1d 100644 --- a/docqueries/version/full_version.result +++ b/docqueries/version/full_version.result @@ -6,7 +6,7 @@ SET SELECT version, library FROM pgr_full_version(); version | library ---------+----------------- - 3.7.1 | pgrouting-3.7.1 + 3.7.2 | pgrouting-3.7.2 (1 row) /* -- q2 */ diff --git a/docqueries/version/version.result b/docqueries/version/version.result index 971b934de51..6a11e626079 100644 --- a/docqueries/version/version.result +++ b/docqueries/version/version.result @@ -6,7 +6,7 @@ SET SELECT pgr_version(); pgr_version ------------- - 3.7.1 + 3.7.2 (1 row) /* -- q2 */ diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index f366a8d0680..1535e61abb3 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po index ce77a916e0a..ccfebb19400 100644 --- a/locale/de/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/de/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,10 +1,10 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/en/LC_MESSAGES/index.po b/locale/en/LC_MESSAGES/index.po index e9864fc7373..f160fd6b734 100644 --- a/locale/en/LC_MESSAGES/index.po +++ b/locale/en/LC_MESSAGES/index.po @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po index 43cec8140ce..ecd3c5b6b49 100644 --- a/locale/en/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/en/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,21 +1,21 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-11 11:17-0600\n" +"POT-Creation-Date: 2025-01-06 09:19-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.12.1\n" +"Generated-By: Babel 2.16.0\n" msgid "BFS - Category" msgstr "" @@ -667,7 +667,7 @@ msgid "" "`__" msgstr "" -msgid "Vehicle Routing Functions - Category (Experimental)" +msgid "Vehicle Routing Functions - Category" msgstr "" msgid "Pickup and delivery problem" @@ -2587,9 +2587,6 @@ msgstr "" msgid ":doc:`aStar-family`" msgstr "" -msgid "Previous versions of this page" -msgstr "" - msgid "Bidirectional Dijkstra - Family of functions" msgstr "" @@ -3913,6 +3910,11 @@ msgid "" "of an undirected graph." msgstr "" +msgid "" +":doc:`pgr_topologicalSort` - Linear ordering of the vertices for directed" +" acyclic graph." +msgstr "" + msgid ":doc:`metrics-family`" msgstr "" @@ -3930,7 +3932,7 @@ msgstr "" msgid ":doc:`VRP-category`" msgstr "" -msgid "Unclassified" +msgid "Shortest Path Category" msgstr "" msgid ":doc:`pgr_bellmanFord`" @@ -3942,19 +3944,22 @@ msgstr "" msgid ":doc:`pgr_edwardMoore`" msgstr "" +msgid "Planar Family" +msgstr "" + msgid ":doc:`pgr_isPlanar`" msgstr "" -msgid ":doc:`pgr_stoerWagner`" +msgid "Miscellaneous Algoritms" msgstr "" -msgid ":doc:`pgr_topologicalSort`" +msgid ":doc:`pgr_lengauerTarjanDominatorTree`" msgstr "" -msgid ":doc:`pgr_transitiveClosure`" +msgid ":doc:`pgr_stoerWagner`" msgstr "" -msgid ":doc:`pgr_lengauerTarjanDominatorTree`" +msgid ":doc:`pgr_transitiveClosure`" msgstr "" msgid ":doc:`pgr_hawickCircuits`" @@ -4386,24 +4391,42 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" -msgid "pgRouting 4.0.0 Release Notes" +msgid "Current release" +msgstr "" + +msgid "pgRouting 3.7.2 Release Notes" +msgstr "" + +msgid "No Changes Yet" msgstr "" -msgid "Removal of deprecated functions and signatures" +msgid "pgRouting 3.7.1 Release Notes" msgstr "" +#, python-format msgid "" -"``pgr_trspviaedges(text,integer[],double " -"precision[],boolean,boolean,text)``" +"To see all issues & pull requests closed by this release see the `Git " +"closed milestone for 3.7.1 " +"`__" msgstr "" -msgid "pgRouting 3" +msgid "Bug fixes" msgstr "" -msgid "Minors 3.x" +msgid "" +"`#2680 `__ fails to " +"compile under mingw64 gcc 13.2" msgstr "" -msgid "pgRouting 3.7" +msgid "" +"`#2689 `__ When point " +"is a vertex, the withPoints family do not return results." +msgstr "" + +msgid "C/C++ code enhancemet" +msgstr "" + +msgid "TRSP family" msgstr "" msgid "pgRouting 3.7.0 Release Notes" @@ -4416,6 +4439,20 @@ msgid "" "`__" msgstr "" +msgid "Support" +msgstr "" + +msgid "" +"`#2656 `__ Stop support" +" of PostgreSQL12 on pgrouting v3.7" +msgstr "" + +msgid "Stopping support of PostgreSQL 12" +msgstr "" + +msgid "CI does not test for PostgreSQL 12" +msgstr "" + msgid "New experimental functions" msgstr "" @@ -5493,29 +5530,38 @@ msgstr "" msgid ":doc:`pgr_trspVia`:" msgstr "" -msgid "Migration of pgr_trspViaEdges" +msgid "Migration of ``pgr_trspViaEdges``" msgstr "" -msgid "In this section this set of points is going to be used:" +msgid "" +"And will travel thru the following Via points " +":math:`4\\rightarrow3\\rightarrow6`" msgstr "" -msgid "Migrating pgr_trspViaEdges using pgr_withPointsVia" +msgid ":doc:`pgr_withPointsVia` when there are no restrictions," msgstr "" -msgid "Using :doc:`pgr_withPointsVia`." +msgid ":doc:`pgr_trspVia_withPoints` when there are restrictions." msgstr "" -msgid "" -"When the need of using the same (meaningless) names and and strict types " -"then convert the result to the deprecated function columns:" +msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_withPointsVia``" +msgstr "" + +msgid "Use :doc:`pgr_withPointsVia` instead." +msgstr "" + +msgid ":doc:`pgr_withPointsVia`:" msgstr "" -msgid "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints" +msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_trspVia_withPoints``" msgstr "" msgid "Use :doc:`pgr_trspVia_withPoints` instead." msgstr "" +msgid ":doc:`pgr_trspVia_withPoints`:" +msgstr "" + msgid ":doc:`withPoints-category`" msgstr "" @@ -7034,7 +7080,7 @@ msgid "Upgrading the database" msgstr "" msgid "" -"To upgrade pgRouting in the database to version 3.7.1 use the following " +"To upgrade pgRouting in the database to version 3.7.2 use the following " "command:" msgstr "" @@ -8232,9 +8278,6 @@ msgstr "" msgid "Renamed from version 1.x" msgstr "" -msgid "Support" -msgstr "" - msgid "Returns the polygon part of an alpha shape." msgstr "" @@ -9732,9 +9775,6 @@ msgstr "" msgid "Name change from ``pgr_contractGraph``" msgstr "" -msgid "Bug fixes" -msgstr "" - msgid "" "Contraction reduces the size of the graph by removing some of the " "vertices and edges and, for example, might add edges that represent a " @@ -14255,6 +14295,11 @@ msgstr "" msgid "``pgr_trspViaVertices(text,anyarray,boolean,boolean,text)``" msgstr "" +msgid "" +"``pgr_trspviaedges(text,integer[],double " +"precision[],boolean,boolean,text)``" +msgstr "" + msgid "New prototypes" msgstr "" @@ -14737,7 +14782,7 @@ msgid "pgr_turnRestrictedPath - Experimental" msgstr "" msgid "" -"``pgr_turnRestrictedPath`` Using Yen's algorithm Vertex -Vertex routing " +"``pgr_turnRestrictedPath`` Using Yen's algorithm Vertex - Vertex routing " "with restrictions" msgstr "" @@ -15560,7 +15605,7 @@ msgstr "" msgid "From the :doc:`TRSP-family`:" msgstr "" -msgid "Utilities" +msgid "Utilities Category" msgstr "" msgid ":doc:`pgr_findCloseEdges`" @@ -15580,18 +15625,81 @@ msgstr "" msgid "Mayors" msgstr "" -msgid "pgRouting 4" +msgid "pgRouting 3" msgstr "" -msgid "Minors 4.x" +msgid "Minors 3.x" msgstr "" -msgid "pgRouting 4.0" +msgid "pgRouting 3.7" msgstr "" msgid "pgRouting 3.6" msgstr "" +msgid "pgRouting 3.6.3 Release Notes" +msgstr "" + +#, python-format +msgid "" +"To see all issues & pull requests closed by this release see the `Git " +"closed milestone for 3.6.3 " +"`__" +msgstr "" + +msgid "Build" +msgstr "" + +msgid "Explicit minimum requirements:" +msgstr "" + +msgid "postgres 11.0.0" +msgstr "" + +msgid "postgis 3.0.0" +msgstr "" + +msgid "g++ 13+ is supported" +msgstr "" + +msgid "Code fixes" +msgstr "" + +msgid "Fix warnings from cpplint." +msgstr "" + +msgid "Fix warnings from clang 18." +msgstr "" + +msgid "CI tests" +msgstr "" + +msgid "Add a clang tidy test on changed files." +msgstr "" + +msgid "" +"Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, " +"3.1.1, 3.1.2" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Results of documentation queries adujsted to boost 1.83.0 version:" +msgstr "" + +msgid "pgr_edgeDisjointPaths" +msgstr "" + +msgid "pgr_stoerWagner" +msgstr "" + +msgid "pgtap tests" +msgstr "" + +msgid "bug fixes" +msgstr "" + msgid "pgRouting 3.6.2 Release Notes" msgstr "" @@ -15608,9 +15716,6 @@ msgstr "" msgid "The upgrade was failing for same minor" msgstr "" -msgid "Code fixes" -msgstr "" - msgid "Fix warnings from cpplint" msgstr "" @@ -15737,9 +15842,6 @@ msgid "" " simplification." msgstr "" -msgid "Documentation" -msgstr "" - msgid "" "`#2490 `__ Automatic " "page history links." @@ -15797,7 +15899,7 @@ msgstr "" msgid "" "`#2565 `__ " -"pgr_pgr_lengauerTarjanDominatorTree triggers an assertion" +"pgr_lengauerTarjanDominatorTree triggers an assertion" msgstr "" msgid "SQL enhancements" @@ -15808,9 +15910,6 @@ msgid "" "wildcards on SQL" msgstr "" -msgid "pgtap tests" -msgstr "" - msgid "" "`#2559 `__ pgtap test" " using sampledata" @@ -15974,6 +16073,9 @@ msgstr "" msgid "``pgr_degree``" msgstr "" +msgid "Utilities" +msgstr "" + msgid "``pgr_findCloseEdges`` (One point)" msgstr "" @@ -15986,6 +16088,9 @@ msgstr "" msgid "``pgr_cuthillMckeeOrdering``" msgstr "" +msgid "Unclassified" +msgstr "" + msgid "Flow functions" msgstr "" @@ -16268,9 +16373,6 @@ msgid "" " on Github." msgstr "" -msgid "Build" -msgstr "" - msgid "" "`#1850 `__: Change " "Boost min version to 1.56" @@ -16842,9 +16944,6 @@ msgstr "" msgid "pgr_turnRestrictedPath" msgstr "" -msgid "pgr_stoerWagner" -msgstr "" - msgid "pgr_dagShortestpath" msgstr "" diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index e176889b902..eab7937eab8 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-09-29 16:37+0000\n" diff --git a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po index f0d2299afe5..89e257a6ce1 100644 --- a/locale/es/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/es/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Pedro Jose Rios Vergara , 2022. @@ -8,7 +8,7 @@ # DeepL , 2024. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2024-10-10 19:43+0000\n" diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index 1828aa5bb8e..94d698138cf 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-05-01 03:45+0000\n" diff --git a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po index 8b981050ccc..03a8e94e1d4 100644 --- a/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ja/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , 2022. # Translators: diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index e965b7f3d11..cbb8231af2b 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2022-11-15 15:30+0000\n" diff --git a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po index 091e4f55427..288efe44eba 100644 --- a/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/ko/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2022. # Hyung-Gyu Ryoo , 2022. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2022-12-13 12:30+0000\n" diff --git a/locale/pot/index.pot b/locale/pot/index.pot index ee39e020576..2938ac31f07 100644 --- a/locale/pot/index.pot +++ b/locale/pot/index.pot @@ -1,12 +1,12 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" diff --git a/locale/pot/pgrouting_doc_strings.pot b/locale/pot/pgrouting_doc_strings.pot index fbf6ed43687..52b33b4fcfc 100644 --- a/locale/pot/pgrouting_doc_strings.pot +++ b/locale/pot/pgrouting_doc_strings.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-12-11 11:17-0600\n" +"POT-Creation-Date: 2025-01-06 09:19-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -604,7 +604,7 @@ msgstr "" msgid "`Wikipedia: Traveling Salesman Problem `__" msgstr "" -msgid "Vehicle Routing Functions - Category (Experimental)" +msgid "Vehicle Routing Functions - Category" msgstr "" msgid "Pickup and delivery problem" @@ -2416,9 +2416,6 @@ msgstr "" msgid ":doc:`aStar-family`" msgstr "" -msgid "Previous versions of this page" -msgstr "" - msgid "Bidirectional Dijkstra - Family of functions" msgstr "" @@ -3532,6 +3529,9 @@ msgstr "" msgid ":doc:`pgr_cuthillMckeeOrdering` - Return reverse Cuthill-McKee ordering of an undirected graph." msgstr "" +msgid ":doc:`pgr_topologicalSort` - Linear ordering of the vertices for directed acyclic graph." +msgstr "" + msgid ":doc:`metrics-family`" msgstr "" @@ -3547,7 +3547,7 @@ msgstr "" msgid ":doc:`VRP-category`" msgstr "" -msgid "Unclassified" +msgid "Shortest Path Category" msgstr "" msgid ":doc:`pgr_bellmanFord`" @@ -3559,19 +3559,22 @@ msgstr "" msgid ":doc:`pgr_edwardMoore`" msgstr "" +msgid "Planar Family" +msgstr "" + msgid ":doc:`pgr_isPlanar`" msgstr "" -msgid ":doc:`pgr_stoerWagner`" +msgid "Miscellaneous Algoritms" msgstr "" -msgid ":doc:`pgr_topologicalSort`" +msgid ":doc:`pgr_lengauerTarjanDominatorTree`" msgstr "" -msgid ":doc:`pgr_transitiveClosure`" +msgid ":doc:`pgr_stoerWagner`" msgstr "" -msgid ":doc:`pgr_lengauerTarjanDominatorTree`" +msgid ":doc:`pgr_transitiveClosure`" msgstr "" msgid ":doc:`pgr_hawickCircuits`" @@ -3937,22 +3940,34 @@ msgstr "" msgid ":doc:`release_notes`" msgstr "" -msgid "pgRouting 4.0.0 Release Notes" +msgid "Current release" msgstr "" -msgid "Removal of deprecated functions and signatures" +msgid "pgRouting 3.7.2 Release Notes" msgstr "" -msgid "``pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)``" +msgid "No Changes Yet" msgstr "" -msgid "pgRouting 3" +msgid "pgRouting 3.7.1 Release Notes" msgstr "" -msgid "Minors 3.x" +msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.7.1 `__" msgstr "" -msgid "pgRouting 3.7" +msgid "Bug fixes" +msgstr "" + +msgid "`#2680 `__ fails to compile under mingw64 gcc 13.2" +msgstr "" + +msgid "`#2689 `__ When point is a vertex, the withPoints family do not return results." +msgstr "" + +msgid "C/C++ code enhancemet" +msgstr "" + +msgid "TRSP family" msgstr "" msgid "pgRouting 3.7.0 Release Notes" @@ -3961,6 +3976,18 @@ msgstr "" msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.7.0 `__" msgstr "" +msgid "Support" +msgstr "" + +msgid "`#2656 `__ Stop support of PostgreSQL12 on pgrouting v3.7" +msgstr "" + +msgid "Stopping support of PostgreSQL 12" +msgstr "" + +msgid "CI does not test for PostgreSQL 12" +msgstr "" + msgid "New experimental functions" msgstr "" @@ -4903,27 +4930,36 @@ msgstr "" msgid ":doc:`pgr_trspVia`:" msgstr "" -msgid "Migration of pgr_trspViaEdges" +msgid "Migration of ``pgr_trspViaEdges``" +msgstr "" + +msgid "And will travel thru the following Via points :math:`4\\rightarrow3\\rightarrow6`" msgstr "" -msgid "In this section this set of points is going to be used:" +msgid ":doc:`pgr_withPointsVia` when there are no restrictions," msgstr "" -msgid "Migrating pgr_trspViaEdges using pgr_withPointsVia" +msgid ":doc:`pgr_trspVia_withPoints` when there are restrictions." msgstr "" -msgid "Using :doc:`pgr_withPointsVia`." +msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_withPointsVia``" msgstr "" -msgid "When the need of using the same (meaningless) names and and strict types then convert the result to the deprecated function columns:" +msgid "Use :doc:`pgr_withPointsVia` instead." msgstr "" -msgid "Migrating pgr_trspViaEdges using pgr_trspVia_withPoints" +msgid ":doc:`pgr_withPointsVia`:" +msgstr "" + +msgid "Migrating ``pgr_trspViaEdges`` using ``pgr_trspVia_withPoints``" msgstr "" msgid "Use :doc:`pgr_trspVia_withPoints` instead." msgstr "" +msgid ":doc:`pgr_trspVia_withPoints`:" +msgstr "" + msgid ":doc:`withPoints-category`" msgstr "" @@ -6172,7 +6208,7 @@ msgstr "" msgid "Upgrading the database" msgstr "" -msgid "To upgrade pgRouting in the database to version 3.7.1 use the following command:" +msgid "To upgrade pgRouting in the database to version 3.7.2 use the following command:" msgstr "" msgid "More information can be found in https://www.postgresql.org/docs/current/sql-createextension.html" @@ -7210,9 +7246,6 @@ msgstr "" msgid "Renamed from version 1.x" msgstr "" -msgid "Support" -msgstr "" - msgid "Returns the polygon part of an alpha shape." msgstr "" @@ -8422,9 +8455,6 @@ msgstr "" msgid "Name change from ``pgr_contractGraph``" msgstr "" -msgid "Bug fixes" -msgstr "" - msgid "Contraction reduces the size of the graph by removing some of the vertices and edges and, for example, might add edges that represent a sequence of original edges decreasing the total time and space used in graph algorithms." msgstr "" @@ -12214,6 +12244,9 @@ msgstr "" msgid "``pgr_trspViaVertices(text,anyarray,boolean,boolean,text)``" msgstr "" +msgid "``pgr_trspviaedges(text,integer[],double precision[],boolean,boolean,text)``" +msgstr "" + msgid "New prototypes" msgstr "" @@ -12583,7 +12616,7 @@ msgstr "" msgid "pgr_turnRestrictedPath - Experimental" msgstr "" -msgid "``pgr_turnRestrictedPath`` Using Yen's algorithm Vertex -Vertex routing with restrictions" +msgid "``pgr_turnRestrictedPath`` Using Yen's algorithm Vertex - Vertex routing with restrictions" msgstr "" msgid "New experimental function" @@ -13216,7 +13249,7 @@ msgstr "" msgid "From the :doc:`TRSP-family`:" msgstr "" -msgid "Utilities" +msgid "Utilities Category" msgstr "" msgid ":doc:`pgr_findCloseEdges`" @@ -13234,18 +13267,75 @@ msgstr "" msgid "Mayors" msgstr "" -msgid "pgRouting 4" +msgid "pgRouting 3" msgstr "" -msgid "Minors 4.x" +msgid "Minors 3.x" msgstr "" -msgid "pgRouting 4.0" +msgid "pgRouting 3.7" msgstr "" msgid "pgRouting 3.6" msgstr "" +msgid "pgRouting 3.6.3 Release Notes" +msgstr "" + +msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.6.3 `__" +msgstr "" + +msgid "Build" +msgstr "" + +msgid "Explicit minimum requirements:" +msgstr "" + +msgid "postgres 11.0.0" +msgstr "" + +msgid "postgis 3.0.0" +msgstr "" + +msgid "g++ 13+ is supported" +msgstr "" + +msgid "Code fixes" +msgstr "" + +msgid "Fix warnings from cpplint." +msgstr "" + +msgid "Fix warnings from clang 18." +msgstr "" + +msgid "CI tests" +msgstr "" + +msgid "Add a clang tidy test on changed files." +msgstr "" + +msgid "Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Results of documentation queries adujsted to boost 1.83.0 version:" +msgstr "" + +msgid "pgr_edgeDisjointPaths" +msgstr "" + +msgid "pgr_stoerWagner" +msgstr "" + +msgid "pgtap tests" +msgstr "" + +msgid "bug fixes" +msgstr "" + msgid "pgRouting 3.6.2 Release Notes" msgstr "" @@ -13258,9 +13348,6 @@ msgstr "" msgid "The upgrade was failing for same minor" msgstr "" -msgid "Code fixes" -msgstr "" - msgid "Fix warnings from cpplint" msgstr "" @@ -13351,9 +13438,6 @@ msgstr "" msgid "`#2522 `__ bdAstar code simplification." msgstr "" -msgid "Documentation" -msgstr "" - msgid "`#2490 `__ Automatic page history links." msgstr "" @@ -13399,7 +13483,7 @@ msgstr "" msgid "Issue fixes" msgstr "" -msgid "`#2565 `__ pgr_pgr_lengauerTarjanDominatorTree triggers an assertion" +msgid "`#2565 `__ pgr_lengauerTarjanDominatorTree triggers an assertion" msgstr "" msgid "SQL enhancements" @@ -13408,9 +13492,6 @@ msgstr "" msgid "`#2561 `__ Not use wildcards on SQL" msgstr "" -msgid "pgtap tests" -msgstr "" - msgid "`#2559 `__ pgtap test using sampledata" msgstr "" @@ -13543,6 +13624,9 @@ msgstr "" msgid "``pgr_degree``" msgstr "" +msgid "Utilities" +msgstr "" + msgid "``pgr_findCloseEdges`` (One point)" msgstr "" @@ -13555,6 +13639,9 @@ msgstr "" msgid "``pgr_cuthillMckeeOrdering``" msgstr "" +msgid "Unclassified" +msgstr "" + msgid "Flow functions" msgstr "" @@ -13768,9 +13855,6 @@ msgstr "" msgid "To see all issues & pull requests closed by this release see the `Git closed milestone for 3.2.0 `_ on Github." msgstr "" -msgid "Build" -msgstr "" - msgid "`#1850 `__: Change Boost min version to 1.56" msgstr "" @@ -14242,9 +14326,6 @@ msgstr "" msgid "pgr_turnRestrictedPath" msgstr "" -msgid "pgr_stoerWagner" -msgstr "" - msgid "pgr_dagShortestpath" msgstr "" diff --git a/locale/zh_Hans/LC_MESSAGES/index.po b/locale/zh_Hans/LC_MESSAGES/index.po index 47698a53d9a..768909a5b9d 100644 --- a/locale/zh_Hans/LC_MESSAGES/index.po +++ b/locale/zh_Hans/LC_MESSAGES/index.po @@ -1,11 +1,11 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-06-25 12:55-0500\n" "PO-Revision-Date: 2024-09-23 14:18+0000\n" diff --git a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po index acbac04c433..7812a76b3ec 100644 --- a/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po +++ b/locale/zh_Hans/LC_MESSAGES/pgrouting_doc_strings.po @@ -1,5 +1,5 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) pgRouting Contributors - Version v3.7.1 +# Copyright (C) pgRouting Contributors - Version v3.7.2 # This file is distributed under the same license as the pgRouting package. # Regina Obe , 2023. # Wangdapeng , 2023. @@ -9,7 +9,7 @@ # DeepL , 2024. msgid "" msgstr "" -"Project-Id-Version: pgRouting v3.7.1\n" +"Project-Id-Version: pgRouting v3.7.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-10-17 00:50+0000\n" "PO-Revision-Date: 2024-10-10 19:47+0000\n" diff --git a/tools/developer/taptest.sh b/tools/developer/taptest.sh index 25777967ecc..e5461cee292 100755 --- a/tools/developer/taptest.sh +++ b/tools/developer/taptest.sh @@ -38,7 +38,7 @@ QUIET="-q" PGDATABASE="___pgr___test___" PGRVERSION="3.6.1 3.6.0 3.5.1 3.5.0 3.2.0 3.1.3 3.0.6" -PGRVERSION="3.7.0" +PGRVERSION="3.7.2" for v in ${PGRVERSION} diff --git a/tools/testers/pg_prove_tests.sh b/tools/testers/pg_prove_tests.sh index 268f2cb2dda..841ec5c5570 100755 --- a/tools/testers/pg_prove_tests.sh +++ b/tools/testers/pg_prove_tests.sh @@ -37,7 +37,7 @@ echo "$PGPORT" pushd ./tools/testers/ || exit 1 -bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.1" +bash setup_db.sh "${PGPORT}" "${PGDATABASE}" "${PGUSER}" "3.7.2" PGOPTIONS="-c client_min_messages=WARNING" pg_prove --failures --Q --recurse \ -S on_error_rollback=off \