Skip to content
Open
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
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ To see all issues & pull requests closed by this release see the

**Summary of changes by function**

* pgr_coreNumbers

* New experimental function.

* pgr_edgeColoring

* Fix the way it builds the graph
Expand Down
2 changes: 2 additions & 0 deletions doc/_static/page_history.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var titles = [


var newpages = [
{v: '4.1', pages: ['pgr_coreNumbers']},

{v: '4.0', pages: ['pgr_bandwidth', 'pgr_kingOrdering', 'pgr_sloanOrdering']},

{v: '3.8', pages: ['pgr_contractionDeadEnd', 'pgr_contractionLinear', 'pgr_separateCrossing',
Expand Down
1 change: 1 addition & 0 deletions doc/metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
set(LOCAL_FILES
metrics-family.rst
pgr_betweennessCentrality.rst
pgr_coreNumbers.rst
pgr_degree.rst
pgr_bandwidth.rst
)
Expand Down
3 changes: 3 additions & 0 deletions doc/metrics/metrics-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,16 @@ Metrics - Family of functions

* :doc:`pgr_bandwidth` - Computes the bandwidth of a graph.

* :doc:`pgr_coreNumbers` - Computes the core number of each vertex.

.. experimental-end

.. toctree::
:hidden:

pgr_degree
pgr_betweennessCentrality
pgr_coreNumbers
pgr_bandwidth

See Also
Expand Down
Loading
Loading