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

Fix sphinx for focal 3.3.4 #2402

Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
old_pgr: [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.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@v3
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
pushd "${DIR}/tools/testers" > /dev/null || exit 1
sudo -u postgres bash setup_db.sh 5432 ___pgr___test___ postgres "${{ matrix.old_pgr }}"
sudo -u postgres psql -p 5432 -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();"
sudo -u postgres psql -p 5432 -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.3.3';"
sudo -u postgres psql -p 5432 -d ___pgr___test___ -c "ALTER EXTENSION pgrouting UPDATE TO '3.3.4';"
sudo -u postgres psql -p 5432 -d ___pgr___test___ -c "SELECT * FROM pgr_full_version();"
sudo -u postgres pg_prove -Q -f --normalize --directives --recurse -d ___pgr___test___ "../../pgtap"

Expand Down
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include(pgr/BuildType)
#---------------------------------------------
#---------------------------------------------

project(PGROUTING VERSION 3.3.3
project(PGROUTING VERSION 3.3.4
LANGUAGES C CXX )
set(PROJECT_VERSION_DEV "")
string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
Expand All @@ -33,6 +33,7 @@ string(TIMESTAMP COMPILATION_DATE "%Y/%m/%d")

set(MINORS 3.3 3.3 3.2 3.1 3.0 2.6)
set(OLD_SIGNATURES
3.3.3
3.3.2
3.3.1
3.3.0
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
pgRouting 3.3.4 Release Notes
-------------------------------------------------------------------------------

To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.3.4
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.3.4%22>`_

**Issue fixes**

* [#2400](https://github.com/pgRouting/pgrouting/issues/2400):
pgRouting 3.3.3 does not build in focal

pgRouting 3.3.3 Release Notes
-------------------------------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ gettext_uuid = False
gettext_auto_build = True
#For example: gettext_additional_targets = ['literal-block','raw','index','doctest-block']
gettext_additional_targets = []
gettext_compact = "pgrouting_doc_strings"



Expand Down
13 changes: 13 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ To see the full list of changes check the list of `Git commits
:local:



pgRouting 3.3.4 Release Notes
-------------------------------------------------------------------------------

To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.3.4
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.3.4%22>`_

.. rubric:: Issue fixes

* `#2400 <https://github.com/pgRouting/pgrouting/issues/2400>`__:
pgRouting 3.3.3 does not build in focal

pgRouting 3.3.3 Release Notes
-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docqueries/version/doc-full_version.result
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET
SELECT version, library FROM pgr_full_version();
version | library
---------+-----------------
3.3.3 | pgrouting-3.3.3
3.3.4 | pgrouting-3.3.4
(1 row)

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

/* -- q2 */
Expand Down
290 changes: 290 additions & 0 deletions locale/en/LC_MESSAGES/BFS-category.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,290 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) pgRouting Contributors - Version v3.3.4
# This file is distributed under the same license as the pgRouting package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2022.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: pgRouting v3.3.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-06 14:22-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.10.3\n"

msgid ""
"**Supported versions:** `Latest <https://docs.pgrouting.org/latest/en"
"/BFS-category.html>`__ (`3.3 <https://docs.pgrouting.org/3.3/en/BFS-"
"category.html>`__)"
msgstr ""

msgid "BFS - Category"
msgstr ""

msgid ":doc:`pgr_kruskalBFS`"
msgstr ""

msgid ":doc:`pgr_primBFS`"
msgstr ""

msgid "Traversal using breadth first search."
msgstr ""

msgid "It's implementation is only on **undirected** graph."
msgstr ""

msgid "Process is done only on edges with positive costs."
msgstr ""

msgid "When the graph is connected"
msgstr ""

msgid "The resulting edges make up a tree"
msgstr ""

msgid "When the graph is not connected,"
msgstr ""

msgid "Finds a minimum spanning tree for each connected component."
msgstr ""

msgid "The resulting edges make up a forest."
msgstr ""

msgid "Parameters"
msgstr ""

msgid "Parameter"
msgstr ""

msgid "Type"
msgstr ""

msgid "Description"
msgstr ""

msgid "`Edges SQL`_"
msgstr ""

msgid "``TEXT``"
msgstr ""

msgid "`Edges SQL`_ as described below."
msgstr ""

msgid "**root vid**"
msgstr ""

msgid "``BIGINT``"
msgstr ""

msgid "Identifier of the root vertex of the tree."
msgstr ""

msgid ""
"When value is :math:`0` then gets the spanning forest starting in "
"aleatory nodes for each tree in the forest."
msgstr ""

msgid "**root vids**"
msgstr ""

msgid "``ARRAY`` [ **ANY-INTEGER** ]"
msgstr ""

msgid "Array of identifiers of the root vertices."
msgstr ""

msgid ":math:`0` values are ignored"
msgstr ""

msgid "For optimization purposes, any duplicated value is ignored."
msgstr ""

msgid "Where:"
msgstr ""

msgid "ANY-INTEGER"
msgstr ""

msgid "SMALLINT, INTEGER, BIGINT"
msgstr ""

msgid "ANY-NUMERIC"
msgstr ""

msgid "SMALLINT, INTEGER, BIGINT, REAL, FLOAT, NUMERIC"
msgstr ""

msgid "BFS optional parameters"
msgstr ""

msgid "Default"
msgstr ""

msgid "``max_depth``"
msgstr ""

msgid ":math:`9223372036854775807`"
msgstr ""

msgid "Upper limit of the depth of the tree."
msgstr ""

msgid "When negative throws an error."
msgstr ""

msgid "Inner Queries"
msgstr ""

msgid "Edges SQL"
msgstr ""

msgid "Column"
msgstr ""

msgid "``id``"
msgstr ""

msgid "**ANY-INTEGER**"
msgstr ""

msgid "Identifier of the edge."
msgstr ""

msgid "``source``"
msgstr ""

msgid "Identifier of the first end point vertex of the edge."
msgstr ""

msgid "``target``"
msgstr ""

msgid "Identifier of the second end point vertex of the edge."
msgstr ""

msgid "``cost``"
msgstr ""

msgid "**ANY-NUMERICAL**"
msgstr ""

msgid "Weight of the edge (``source``, ``target``)"
msgstr ""

msgid "``reverse_cost``"
msgstr ""

msgid "-1"
msgstr ""

msgid "Weight of the edge (``target``, ``source``)"
msgstr ""

msgid ""
"When negative: edge (``target``, ``source``) does not exist, therefore "
"it's not part of the graph."
msgstr ""

msgid "``SMALLINT``, ``INTEGER``, ``BIGINT``"
msgstr ""

msgid "ANY-NUMERICAL"
msgstr ""

msgid "``SMALLINT``, ``INTEGER``, ``BIGINT``, ``REAL``, ``FLOAT``"
msgstr ""

msgid "Result Columns"
msgstr ""

msgid "Returns SET OF ``(seq, depth, start_vid, node, edge, cost, agg_cost)``"
msgstr ""

msgid "``seq``"
msgstr ""

msgid "Sequential value starting from :math:`1`."
msgstr ""

msgid "``depth``"
msgstr ""

msgid "Depth of the ``node``."
msgstr ""

msgid ":math:`0` when ``node`` = ``start_vid``."
msgstr ""

msgid "``start_vid``"
msgstr ""

msgid "Identifier of the root vertex."
msgstr ""

msgid "``node``"
msgstr ""

msgid "Identifier of ``node`` reached using ``edge``."
msgstr ""

msgid "``edge``"
msgstr ""

msgid "Identifier of the ``edge`` used to arrive to ``node``."
msgstr ""

msgid ":math:`-1` when ``node`` = ``start_vid``."
msgstr ""

msgid "``FLOAT``"
msgstr ""

msgid "Cost to traverse ``edge``."
msgstr ""

msgid "``agg_cost``"
msgstr ""

msgid "Aggregate cost from ``start_vid`` to ``node``."
msgstr ""

msgid "See Also"
msgstr ""

msgid ""
"`Boost: Prim's algorithm "
"<https://www.boost.org/libs/graph/doc/prim_minimum_spanning_tree.html>`__"
msgstr ""

msgid ""
"`Boost: Kruskal's algorithm "
"<https://www.boost.org/libs/graph/doc/kruskal_min_spanning_tree.html>`__"
msgstr ""

#, python-format
msgid ""
"`Wikipedia: Prim's algorithm "
"<https://en.wikipedia.org/wiki/Prim%27s_algorithm>`__"
msgstr ""

msgid ""
"`Wikipedia: Kruskal's algorithm "
"<https://en.wikipedia.org/wiki/Kruskal's_algorithm>`__"
msgstr ""

msgid "Indices and tables"
msgstr ""

msgid ":ref:`genindex`"
msgstr ""

msgid ":ref:`search`"
msgstr ""

Loading