Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/fslaborg/Graphoscope

A pragmatic approach to network science.
https://github.com/fslaborg/Graphoscope

Merge pull request #57 from fslaborg/Hackathon2023

Hackathon2023

239c8ac22e15f685292505594da3ef4a32bc8614 authored over 1 year ago by Christopher Lux <[email protected]>
Merge branch 'developer' into Hackathon2023

f08b392efd82e617f9eca7a3a441ce4e47a917a2 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #55 from fslaborg/WatsStrogatz

added Watts-Stogatz and other graph generators

14fc35b8d0226746d5b45a36f963af3dc5eec4fc authored over 1 year ago by Christopher Lux <[email protected]>
Merge branch 'developer' into WatsStrogatz

ee4591a66c908a66ae693b55e55398eac4612a38 authored over 1 year ago by Christopher Lux <[email protected]>
refactoring constant usage

Co-authored-by: Valber M. Silva de Souza <[email protected]>

2dace825b4db7f574f9ab32bba3fd3976cf4cc50 authored over 1 year ago by Luis Ángel Méndez Gort <[email protected]>
refactoring `graph[key]` value

Co-authored-by: Valber M. Silva de Souza <[email protected]>

5a8bf8b360e8c7e16a38492ea1eda6a3261b1a1a authored over 1 year ago by Luis Ángel Méndez Gort <[email protected]>
Wedge Count algorithm implemented with two tests

88369414eb0f7c2f5eeb6d025293703988487e9e authored over 1 year ago by Luis Ángel Méndez Gort <[email protected]>
Merge branch 'Hackathon2023' of github.com:fslaborg/Graphoscope into Hackathon2023

f7a467aa53efe0f42898ecb3986b45c117d8a5a9 authored over 1 year ago by DoganCK <[email protected]>
add nodedata to diGraph

8a2158cb8c5247f158262ba54a3b57fce1216990 authored over 1 year ago by DoganCK <[email protected]>
added Watts Stogatz and other graph generators

e7d8ace0155fa139e97aed8dd4d7542a1545a320 authored over 1 year ago by Harry McCarney <[email protected]>
Clean

Clean code

1a008215c89c91b1c7c3a918b0474d2af1bd9d35 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #54 from timu/#52-fgraph-clone

#52 adds clone capability to undirected graphs

555f438662345b62f0b3566b15586edeea3c7749 authored over 1 year ago by Christopher Lux <[email protected]>
#52 adds clone capability to undirected graphs

ea30967e56d71df607123087a5a1cb59ffd4edd1 authored over 1 year ago by Timucin Kabak <[email protected]>
Clean

Remove unused or deprecated files

b80810778850f0897e4ff536b1c9d40b9e2491ad authored over 1 year ago by Christopher Lux <[email protected]>
add UndirectedFGraph

12e7186ba43dad7213c5c84a71974af2c8bd9ac7 authored over 1 year ago by Christopher Lux <[email protected]>
add undirectedBFS

f81ed9635aa3efa8fd6b5ef298a747992149a8d5 authored over 1 year ago by Christopher Lux <[email protected]>
Update M_4_CentralityMeasures.fsx

Add nuget Reference for OptimizedPriorityQueue

eba8ca443a1d5cfaf6fc896983b05f47815ecf25 authored over 1 year ago by Libra_Chris <[email protected]>
Update Dijkstra PriorityQueue

263f7c3e6309fd3cca7a2c4069cca2b3c72656b3 authored over 1 year ago by Christopher Lux <[email protected]>
Add docs for the Louvain Algorithm

466a404005fc650e3b7d94306c5575956f7925fe authored over 1 year ago by Libra_Chris <[email protected]>
Added docs for graph centrality measures

975ad7a64e3ff1efabef196d19d9bc564aa606f4 authored over 1 year ago by Christopher Lux <[email protected]>
Update functions

eeb02a481a651680529911d9cb30a26d21c0c564 authored over 1 year ago by Christopher Lux <[email protected]>
Add tests

add tests for:
- BetweennessCentrality
- Eccentricity
- ClosenessCentrality
- Distance functions

b8b26109823120cd89e5a7b6d938d528c8ba655f authored over 1 year ago by Christopher Lux <[email protected]>
Update Distance functions

f03e3ce5666d0d87510d0189c330ce197e1237bf authored over 1 year ago by Christopher Lux <[email protected]>
Update ClosenessCentrality.fs

d787e65997f5474f06892c5e60156a75b37a5a83 authored over 1 year ago by Christopher Lux <[email protected]>
add CodeComments

07798a6b21d9b7ef8c21e4e9cf3bbe84f9814ba8 authored over 1 year ago by Christopher Lux <[email protected]>
add toArray2DUndirected

8a7aabb6b09f63dd5b90ad8787634cf162bd4a23 authored over 1 year ago by Christopher Lux <[email protected]>
Add function annotations

09b079892c48f199fe0c11ba2fb5e71830669e63 authored over 1 year ago by Libra_Chris <[email protected]>
Update BetweennessCentrality.fs

1fec5e4fab0473e6d05c565c853774633cb616d1 authored over 1 year ago by Christopher Lux <[email protected]>
Update Distance.fs

984e87201051f4d0c59fead537b68b5501207ff7 authored over 1 year ago by Christopher Lux <[email protected]>
Rename Eccentricity

Rename EccentricityCentrality to just Eccentricity

094c6f1a2f3826ddf08e4ae998feabb7492e9492 authored over 1 year ago by Christopher Lux <[email protected]>
Update BetweennessCentrality.fs

61fee440a7c102537c5be67aa97a06520e4890c7 authored over 1 year ago by Libra_Chris <[email protected]>
Fix EccentricityCentrality

2c2b4ba6a04f279bd8717e6c7092ff1a1677c1f9 authored over 1 year ago by Libra_Chris <[email protected]>
Update Dijkstra.fs

3488e33172edf0997ada4ae5f2c5880fa5dea4c7 authored over 1 year ago by Christopher Lux <[email protected]>
Add Measures.EccentricityCentrality

b2e4ea0f67888d51dcfa4558e70c24887beaec4e authored over 1 year ago by Christopher Lux <[email protected]>
Added closeness functions

56bd50d48625e5025a7b32d8ea0b6a3ce0c22e96 authored over 1 year ago by Christopher Lux <[email protected]>
Added Measures.ClosenessCentrality

37a3ad7901027db97b2529dc58cb09df0edacefc authored over 1 year ago by Christopher Lux <[email protected]>
Update Distance Metric

Update Distance functions with FSharpAux functionality

fe67d2d38cfa5424b3d182159efadb431a047883 authored over 1 year ago by Christopher Lux <[email protected]>
Add FSharp.Aux Reference

88b74d8228d68fcb646e02e47a993e7350f64d1d authored over 1 year ago by Christopher Lux <[email protected]>
init Distance Metric

444f177f8ab4251412a46b63c7f57dc439b892d2 authored over 1 year ago by Christopher Lux <[email protected]>
Differentiate directed and undirected Dijkstra

6793039cbb2bb60307a9af1b81c4d7e7c99b6ea9 authored over 1 year ago by Christopher Lux <[email protected]>
add calculations for the MatchingIndex

8d78cb314bda2c71653c4daef2d53039ee62c9f5 authored over 1 year ago by Christopher Lux <[email protected]>
add cumulativeDegreeOfFGraph

4c9479517bf5d25950a10ceb8e9e785f8151acaa authored over 1 year ago by Christopher Lux <[email protected]>
Update Louvain.fs

1d6f5b9b2336d804faab682c76207fda70672d14 authored over 1 year ago by Christopher Lux <[email protected]>
Add setNodeData

e4124d877f0a8fcde0c29dfa96f2cc96949cfff5 authored over 1 year ago by Christopher Lux <[email protected]>
Add Louvain.fs

Add prototype for Louvain Algorithm based on FGraph

e11bdb6e59ee616ad99cd0a9c2869fd3e5ca168b authored over 1 year ago by Libra_Chris <[email protected]>
Add FGraph.toEdgeSeq

fd4d849150ca1f03c0858285fc92c7af2e45b145 authored over 1 year ago by Libra_Chris <[email protected]>
Add weightedDegreeOfFGraphNode

2bf2a24fe6e4181a4eb5f643b9fc341adb87d668 authored over 1 year ago by Libra_Chris <[email protected]>
Merge pull request #42 from fslaborg/consistencyUpdate

Align Parameter Order for DiGraph.getInEdges with DiGraph.getOutEdges

c90eb04116a9e95b4c557e538ff2c06799bb4dc8 authored over 1 year ago by Christopher Lux <[email protected]>
Align Parameter Order for DiGraph.getInEdges with DiGraph.getOutEdges

Align Parameter Order for DiGraph.getInEdges with DiGraph.getOutEdges as seen in #41 and #40

931469294fda5c614d7ec01fc1e05b01fd23ac82 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #38 from fslaborg/UpdateDegreeSequence

Update the naming of Degree.distribution to sequence in accordance with #34

e39f00cfdfb45a9cfbb5d7cf53e98b99f77793c7 authored over 1 year ago by Christopher Lux <[email protected]>
Update the naming of Degree.distribution to sequence

Update the naming of Degree.distribution to sequence in accordance with #34 and #33.

154d483afb59467b01b64ab5efb14988007a4027 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #37 from fslaborg/UpdateNetworkDensity

Fix NetworkDensity Tests

09a31df40ea628c06f5d49a735ef495d295f60f6 authored over 1 year ago by Christopher Lux <[email protected]>
Fix NetworkDensity Tests

5d3a4cf904ae2fb2f3f72a39791403e8383124ed authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #33 from fslaborg/degree-measures-for-digraph

Degree measures for digraph

04aa1f96c86b43e30568ee6f17afa04923fb3556 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #36 from fslaborg/UpdateNetworkDensity

Update NetworkDensity in accordance to #35

f77c4a2a7917704708522718ff67afaa3d7c0ac1 authored over 1 year ago by Christopher Lux <[email protected]>
Update NetworkDensity in accordance to #35

Update NetworkDensity for FGraph in accordance to #35, as mentioned in #33

034f7a04054b793d155a85bb409feaac1544831c authored over 1 year ago by Christopher Lux <[email protected]>
add degree tests for digraph

3069963874b25684ce1d309d52a311b58b028f97 authored over 1 year ago by DoganCK <[email protected]>
add degree measures for digraph

2b1b36ca3a1641916138e2b35402a6e549965d1c authored over 1 year ago by DoganCK <[email protected]>
Merge pull request #32 from fslaborg/Tests

Update Degree Tests

f9c855445bd2482123227641317d7826e60dc2cf authored over 1 year ago by Christopher Lux <[email protected]>
Update Degree Tests

3804a80d5d158dcbf7fe3c5d18bdf5a201baa222 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #31 from LibraChris/updateDocs

Update Docs

3722fb3a559c7d1846c4e99bfdf1a48645bc708b authored over 1 year ago by Christopher Lux <[email protected]>
Update Docs

27b23a28d67c91b66c97d422291b1c48fde743d9 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #30 from fslaborg/Djikstra

Update Dijkstra in accordance to #29

6b82890f07cebaed5ca6f0bc119305d0e77f03af authored over 1 year ago by Christopher Lux <[email protected]>
Update Dijkstra in accordance to #29

1756d7786248837c34e5143b7d6d6da36f7298ca authored over 1 year ago by Christopher Lux <[email protected]>
Fix github action

60b15ae6193e5385ee6a170be03fd1d9df7e128a authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #27 from LibraChris/AddCodecov

Add Codecov support

791bf141f3a36fd46a3d4f359b1faf873f20ce22 authored over 1 year ago by Christopher Lux <[email protected]>
Add Codecov support

7bb2c3a20a802e7c42a0c2c7ac636c4923af410a authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #26 from fslaborg/updateNotes

Update RELEASE_NOTES.md

c921693de13b597cf202f14eb2665e8603cbd7c7 authored over 1 year ago by Christopher Lux <[email protected]>
Update RELEASE_NOTES.md

5a9593a1da918b82c098481ccfb9fb0aaa36158e authored over 1 year ago by Christopher Lux <[email protected]>
Add ClusteringCoefficient Measure

d39805b5fe0cb07c83092267d202027c0151c261 authored over 1 year ago by Christopher Lux <[email protected]>
Fix Typo

c6a53238767d6b55aa0029c50a47e71d4633c77a authored over 1 year ago by Christopher Lux <[email protected]>
add ofSeq and toSeq functions to all graph types

ad0599ac457fcece01d0ca24165b2810516c2c62 authored over 1 year ago by Christopher Lux <[email protected]>
Added .NotImplementedException

Replace failwith "not implemented yet" with System.NotImplementedException

0b3c5f07db507d0eed4099c3aea73915f5f9ec3f authored over 1 year ago by Christopher Lux <[email protected]>
Update Docs

c1db9544e7ce064a9d3c669cc711f82bdc0eecda authored over 1 year ago by Christopher Lux <[email protected]>
Update Docs

cd5c379b6045282c253c103e5c57656b98cc045c authored over 1 year ago by Christopher Lux <[email protected]>
Update GraphStructures

097a52048474acd63dbc0d3ed0e4417f7b09a96e authored over 1 year ago by Christopher Lux <[email protected]>
Upgrade RandomModelPerformance

3f5b4eb73dfd42c72fb8cdd9a1561009391239a6 authored over 1 year ago by Christopher Lux <[email protected]>
Rename Graph to UndirectedGraph

febbb46e9fdfff6af1af79c0363a550348fb0f1e authored over 1 year ago by Christopher Lux <[email protected]>
Add docs to solution file

f0010d6ebf17e33c3667a6d82bd32deb84481641 authored over 1 year ago by muehlhaus <[email protected]>
Update Docs

ee09a55f96e79ead7f7f6718c63b308bd3045f16 authored over 1 year ago by Libra_Chris <[email protected]>
Update Docs

39c7ed2b876f24b2fc8bdfd2fb49f005bebfaa9c authored over 1 year ago by Christopher Lux <[email protected]>
Rework Graph

86388968a5d4d8b1f223e77e06e4bc7698b55ffc authored over 1 year ago by Christopher Lux <[email protected]>
Update DiGraph.fs

609d6882b0325a909c8ad467fb5e5b8f8fd882ca authored over 1 year ago by Christopher Lux <[email protected]>
Fix typo

d4df1c95733fe093c044e478d57799737ef98015 authored over 1 year ago by Christopher Lux <[email protected]>
Fix indenting

9fe089ff1329be0c3fbbe852a7bf11c1e445b9bb authored over 1 year ago by Christopher Lux <[email protected]>
add addElement to DiGraph

4651149d1c777416add6244f57ea3765dfe0a9c0 authored over 1 year ago by Christopher Lux <[email protected]>
Update FGraph graph creation functions

2ff74fbeb0f504c50e1c41b53657d90d947e66c0 authored over 1 year ago by Christopher Lux <[email protected]>
Restructure

54a79c4e17ac830694a0b47514c36c4ea8a2b2ef authored over 1 year ago by Christopher Lux <[email protected]>
Add volume and size to measures and adapt graphs

24bb61afd54eb0eb0e3d1ba592295aaab97fda70 authored over 1 year ago by Christopher Lux <[email protected]>
Fix Docs categoryindex

e6796f015c5d15b5f41fa1f0579602f65c440371 authored over 1 year ago by Christopher Lux <[email protected]>
Merge branch 'WIP_main-refactoring' of https://github.com/fslaborg/Graphoscope into WIP_main-refactoring

6dcb1093522eb069c897ae0d8b9d088f6b9a5c87 authored over 1 year ago by Christopher Lux <[email protected]>
Update naming

bc92135b38952984d0ad1c7811d4d0b7f61d1c5a authored over 1 year ago by Christopher Lux <[email protected]>
Merge branch 'WIP_main-refactoring' of https://github.com/fslaborg/Graphoscope into WIP_main-refactoring

6971a63cfc4ffa724871083b0233e554d318afc5 authored over 1 year ago by muehlhaus <[email protected]>
Refactoring Dijkstra

0eb28b91e2a98986fe053982a8caec8912516802 authored over 1 year ago by muehlhaus <[email protected]>
Update structure

d4372bb8a08735d2174d46731a6a9bc0621aae6b authored over 1 year ago by Christopher Lux <[email protected]>
Fix degree tests

f2cfe76d0fe1d544c733ec72cf95ea58169f6a6d authored over 1 year ago by Christopher Lux <[email protected]>
Update structure of Measures.Degree

15dca17b0c09a0a95e08d772336af0ca07d8050e authored over 1 year ago by Christopher Lux <[email protected]>
Update docs

837d6a8c4da6b4eb9cc64d1f1fc19b740e3f3fbc authored over 1 year ago by Libra_Chris <[email protected]>
Updated docs

3e509ace7bda7c5cdb34655c1f2f6c6b7103fa74 authored over 1 year ago by Christopher Lux <[email protected]>
Fix second hierarchy remnants

784859f6eb69e4530c4755fc6a2dc6140b01349f authored over 1 year ago by Christopher Lux <[email protected]>