Skip to content

Commit

Permalink
Revert "Betweenness centrality new function (#2644)"
Browse files Browse the repository at this point in the history
This reverts commit 641dc33.
  • Loading branch information
bedupako12mas authored Aug 16, 2024
1 parent 641dc33 commit bdc55d7
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 1,322 deletions.
6 changes: 0 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ To see all issues & pull requests closed by this release see the [Git closed
milestone for 3.7.0
](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22)

**New experimental functions**

* Metrics

* pgr_betweennessCentrality

**Official functions changes**

* [#2605](https://github.com/pgRouting/pgrouting/pull/2605) Standarize
Expand Down
1 change: 0 additions & 1 deletion configuration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ planar | Y | Y | Y
dominator | Y | Y | Y
ordering | Y | Y | Y
circuits | Y | Y | Y
metrics | Y | Y | Y
#----------------------
# SQL only directories
#----------------------
Expand Down
12 changes: 0 additions & 12 deletions doc/metrics/CMakeLists.txt

This file was deleted.

41 changes: 0 additions & 41 deletions doc/metrics/metrics-family.rst

This file was deleted.

148 changes: 0 additions & 148 deletions doc/metrics/pgr_betweennessCentrality.rst

This file was deleted.

7 changes: 0 additions & 7 deletions doc/src/experimental.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ Experimental Functions
:start-after: index from here
:end-before: index to here

:doc:`metrics-family`

.. include:: metrics-family.rst
:start-after: index experimental from here
:end-before: index experimental to here

:doc:`TRSP-family`

.. include:: TRSP-family.rst
Expand All @@ -102,7 +96,6 @@ Experimental Functions
transformation-family
components-family
ordering-family
metrics-family

.. rubric:: categories

Expand Down
6 changes: 0 additions & 6 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.7.0
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`__

.. rubric:: New experimental functions

* Metrics

* pgr_betweennessCentrality

.. rubric:: Official functions changes

* `#2605 <https://github.com/pgRouting/pgrouting/pull/2605>`__ Standarize
Expand Down
11 changes: 0 additions & 11 deletions docqueries/metrics/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions docqueries/metrics/betweennessCentrality.pg

This file was deleted.

21 changes: 0 additions & 21 deletions docqueries/metrics/betweennessCentrality.result

This file was deleted.

12 changes: 0 additions & 12 deletions docqueries/metrics/test.conf

This file was deleted.

64 changes: 0 additions & 64 deletions include/drivers/metrics/betweennessCentrality_driver.h

This file was deleted.

Loading

0 comments on commit bdc55d7

Please sign in to comment.