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 branch 'WIP_main-refactoring' of https://github.com/fslaborg/Graphoscope into WIP_main-refactoring

f63a4c1c9c8e70af764989690523422abebc1d6a authored over 1 year ago by Christopher Lux <[email protected]>
Refactoring remove second hierarchy

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

b4c40a2dd8dd5bfa9a8f48f86cea5a977c074635 authored over 1 year ago by muehlhaus <[email protected]>
Add docs Dijkstra

1e2d055b4bd8c0b60e8d08df5fe3da17d0d0c3ec authored over 1 year ago by muehlhaus <[email protected]>
Add networkDensity tests

94797885c2e2555b23f3df376de8962eef5e8fec authored over 1 year ago by Christopher Lux <[email protected]>
Added tests for Degrees

237d889c9ebf5e43424a5b31e8b5f4f461c7902d authored over 1 year ago by Christopher Lux <[email protected]>
Add maximumInDegree and maximumOutDegree

70c5e69b0f3ace6bb6f95ff94ea7fb4eab35ae99 authored over 1 year ago by Christopher Lux <[email protected]>
Merge pull request #25 from omaus/WIP_main-refactoring

Add function to reverse an FGraph's Edges

8ae70acfa3202546f7e46895caae6407381a570a authored over 1 year ago by Christopher Lux <[email protected]>
Add measures to detect loops

cd7b428768a972cf888fa9885d04071d4478244d authored over 1 year ago by Libra_Chris <[email protected]>
Update Degree.fs

6aaf3f1cd24173fb73ca180f61ca5090a9c26930 authored over 1 year ago by Libra_Chris <[email protected]>
add mad degree

f7f99c6846ec827be724c6acd773373d7f3bd63d authored over 1 year ago by Libra_Chris <[email protected]>
Update unit tests according to comment

ff42990d953ecf80488d256c78dbcd19c6b7215e authored over 1 year ago by Oliver Maus <[email protected]>
Add the information entropy measurement for FGraph

c41db83c3af4365fe59e54d6ca18c058c7a14e4a authored over 1 year ago by Christopher Lux <[email protected]>
Add the BarabasiAlbert model for random graph creation

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

a219b5829e697887de7588eccc4ce4f937a16c87 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

f4d676311a6a6788fa8e5f72355bc072229adf5c authored over 1 year ago by Christopher Lux <[email protected]>
Add BollobasRiordan Random Graph generator

c396b15cdbd986e7b9e80c175ef1e63433fdca0d authored over 1 year ago by Christopher Lux <[email protected]>
Update Gilbert wo work for FGraph

de9dad52593f987f8792925612d2b896c539b48f authored over 1 year ago by Christopher Lux <[email protected]>
Move NetworkDensity to Measures

6583088085514fe8fec7a10a9c4760f09c451d52 authored over 1 year ago by Christopher Lux <[email protected]>
Add unit tests for Edge reverse function

fd4902cb718cd87ad5a36f2c4c71c7dc42027f64 authored over 1 year ago by Oliver Maus <[email protected]>
Add function to reverse edges of an FGraph

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

c44319b3d77def102514b021849c914453d6b624 authored over 1 year ago by muehlhaus <[email protected]>
Add cytoscape.min.js reference for docs

25342dcd60d2dabd5a503257102e96a18129c9b4 authored over 1 year ago by muehlhaus <[email protected]>
Add a function to calculate the graph density

071be0c705035b94fc191ba362c864676965c844 authored over 1 year ago by Christopher Lux <[email protected]>
Update FGraph remove functions

114f4917901d3c2fe3ca5d08e13ece28f100ca67 authored over 1 year ago by Christopher Lux <[email protected]>
Add function to remove nodes in FGraph

3d45e2e5f19b8b51d07d7ddb2c431ffdbc59e008 authored over 1 year ago by Libra_Chris <[email protected]>
Update FGraph remove Edges functions

9179df49813899d43931c628995445c608b88891 authored over 1 year ago by Libra_Chris <[email protected]>
Add functions to remove Edge in the FGraph

c83cdf107c829b9f311843439a67c461cef135ef authored over 1 year ago by Libra_Chris <[email protected]>
add FGraph.Edges.addMany

6fd725b6059eb006854728e5f61f2542bf2a59cf authored over 1 year ago by Libra_Chris <[email protected]>
add FGraph.Node.AddMany

f8c8f6160718c9f4733b94cb0ce305673b351c46 authored over 1 year ago by Libra_Chris <[email protected]>
Add BellmanFord hasNegativeCycles

0c23c3a37066b75aa355e96645d8a7ab2cad75e8 authored over 1 year ago by muehlhaus <[email protected]>
Add BellmanFord algorithm on FGraph

5bdf537b45a5f55636e4bb5e65c78e2ebe37dd31 authored over 1 year ago by muehlhaus <[email protected]>
Add documentation import and viz

db1dec94a0e052306937ee4ef309492af09d7130 authored over 1 year ago by muehlhaus <[email protected]>
Change Graphoscope.IO folder path

e16eb1eb59a87d2209529ae79ef7bb11a60b4487 authored over 1 year ago by muehlhaus <[email protected]>
Add Dijkstra for FGraph

6e22864bc002750c5a443094b4881aa36bb80538 authored over 1 year ago by muehlhaus <[email protected]>
Add DFS algorithm of FGraph

9e2316da0b02bc62fc424d9690568eb4480d8ffd authored over 1 year ago by muehlhaus <[email protected]>
Fix FloydWarshall on array2d

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

4c39fcf0835de57cdb86eeacafe692b2b4cf1aae authored over 1 year ago by muehlhaus <[email protected]>
Add BFS on FGraph

9e978e4fc344534f19536645f476c6b6527d49ce authored over 1 year ago by muehlhaus <[email protected]>
Add Graphoscope.IO.GDF Prototype

Add a prototype of the GDF format reader and writer

068c4e6323de756b530d8c89d116a0fe0db5aa83 authored over 1 year ago by Christopher Lux <[email protected]>
Update .gitignore

Update gitignore

915a363fe5a238f3e83cad6335883104882cfc23 authored over 1 year ago by Christopher Lux <[email protected]>
Fix typo Algorithms namespace

dd35ce2f06aa0f194b3c1f39a0a730c66178e31b authored over 1 year ago by muehlhaus <[email protected]>
Refactoring Graph.fs to allows pipeline style

0e82ad263ae4792e7cb5ec1165272e35a98522ea authored over 1 year ago by muehlhaus <[email protected]>
Add addElemet testing for FGraph

fc6eb6e16ceb4ef2f59f5ecd9394273229d6a7c3 authored over 1 year ago by muehlhaus <[email protected]>
Add IO extension project

38e3ceefa27c453efe79c6410a1dc883a88a17fe authored over 1 year ago by muehlhaus <[email protected]>
Add measure degree testing

162613c454ad42d95b4da87688d4c55eea062ce2 authored over 1 year ago by muehlhaus <[email protected]>
Add context function

b42b7ef0272daaf0f7b0931bb719296037912050 authored over 1 year ago by muehlhaus <[email protected]>
Add FloydWarshall algorithm

f789a2c558663c1d84b8e62719e9c573d41d73c9 authored over 1 year ago by muehlhaus <[email protected]>
FGraph: Add toSeq function

aef988971a5e3ddd4e3433cacbebbec028d92714 authored over 1 year ago by muehlhaus <[email protected]>
Add first FGraph test

0ebf3298b834b689d50e227fb97e7ea9215e64af authored over 1 year ago by muehlhaus <[email protected]>
Add AdjGraph testing

f6447c3775c64052fef5698a42e812ef1e84ff41 authored over 1 year ago by muehlhaus <[email protected]>
Add index.fsx

b4c31897353b5755fc5ec84a96209e4bb81209f8 authored over 1 year ago by muehlhaus <[email protected]>
Update Benchmark

983d7d37ca59634f3510eb77eff6334208e7927b authored over 1 year ago by muehlhaus <[email protected]>
Update FGraph according to module structure

8f967d90090c97460c29152a9b95981c97fd4a7b authored over 1 year ago by muehlhaus <[email protected]>
Add Breadth-First Search (BFS)

a302c0574aa60cc81cc18652d7ba0943bedd3f6b authored over 1 year ago by muehlhaus <[email protected]>
Update DiGraph according v0.1.0

fcf693798c892a9b9ce71d2e9230097a2e1fbd59 authored over 1 year ago by muehlhaus <[email protected]>
AdjGraph - add edge

f9bb0e7ae7ef614dd0377597b11b69866d7ee9ed authored over 1 year ago by muehlhaus <[email protected]>
Add gilbert random for AdjGraph

515c795b8d39538b6a960d82faf0b2d769f81494 authored over 1 year ago by muehlhaus <[email protected]>
Add toAdjMatrix

b958fa24e42d512b4b807bb8ca66e7def1591639 authored over 1 year ago by muehlhaus <[email protected]>
Remove adj components graph due to redundancy

ef93ed07da2ad1c35317c2d0ea804ca573497c00 authored over 1 year ago by muehlhaus <[email protected]>
Refactor AdjGraph according to graphoscope design principles

9c2a9a8cc425d8c5adf47e037cb3ca9f972fcae6 authored over 1 year ago by muehlhaus <[email protected]>
Add generic node and edge representation

4e542e6dc8d5dbd64645d5376303ce97828ae4d0 authored over 1 year ago by muehlhaus <[email protected]>
Inint adjacency matrix storing additional node information

7bc04588295aa584b01e62b7a0606b2671582ef4 authored over 1 year ago by muehlhaus <[email protected]>
Init adjacency matrix storing additional node information

8f13a158fe4685f3597c9f3410665eca947cf4f7 authored over 1 year ago by muehlhaus <[email protected]>
Add AdjMatrix

aeb7c5f75fd8c58f145ba511c746f15efc52e236 authored over 1 year ago by muehlhaus <[email protected]>
Merge branch 'main' of https://github.com/fslaborg/Graphoscope

5ee74e952b3647cb255f08888461781472df651b authored over 1 year ago by Harry McCarney <[email protected]>
Merge branch 'undirected'

9ead8956f679311812d6acae628cca83de78de56 authored over 1 year ago by Harry McCarney <[email protected]>
add nuget package metadata

e5344f4d4438ebf8b41b0e8ff1ba0ca3cc5b5b97 authored over 1 year ago by Kevin Schneider <[email protected]>
update release notes

b7beb897558b15c79a55fbf613d7762809d58271 authored over 1 year ago by Kevin Schneider <[email protected]>
Add benchmark into readme.md

a06b9c296df63e7beba95c7dbcd7ff89fa0622ce authored over 1 year ago by muehlhaus <[email protected]>
Update benchmark

ea4f982fb7de8d843768fb7bdd5a524d375052ba authored over 1 year ago by muehlhaus <[email protected]>
Refactoring AdjGraph using static member functions

aa6f1d0bce2dcacad0b5847eaf2d4f61911eee90 authored over 1 year ago by muehlhaus <[email protected]>
Add FGraph - with successor and predecessor

041fa0edccd52fa5d29ee585986e136e4e2dd961 authored over 1 year ago by muehlhaus <[email protected]>
Add AdjCompGraph as a variante of AdjGraph

aae4b59111c81424a4c0e56b378382b1b91501f6 authored over 1 year ago by muehlhaus <[email protected]>
Add AdjGaph

757b8bccda2a1702a9c211ae4a2181911450182d authored over 1 year ago by muehlhaus <[email protected]>
Add generic edgeData to DiGraph

a8f2bbc844b67114b6dbc208f3aa9016858ea88b authored over 1 year ago by muehlhaus <[email protected]>
Add generic EdgeData to DiGraph

91efeba12010028639f36e172a73a62556a33125 authored over 1 year ago by muehlhaus <[email protected]>
Add benchmarks

d35557a3e076e10002aa385dcfe1c2a358f42e12 authored over 1 year ago by muehlhaus <[email protected]>
initial commit

8a15bbb0549e0253e1270dc1ff5a4c0bb5a23800 authored over 1 year ago by Harry McCarney <[email protected]>
Init a structural scaffold

72e3ec6390ca578bcb91e8e3392e11e97a836d08 authored over 1 year ago by muehlhaus <[email protected]>
Init core DiGraph structure

ee923bda150ad7c9cb6fb65d0705cfd00338d6ce authored over 1 year ago by DoganCK <[email protected]>
Added principles to readme

2b82d10dd18584dde0afb98c341c7e10389e0616 authored over 1 year ago by Harry McCarney <[email protected]>
Add github test workflow

b99ef54fb0b17fbec79335b82a487eec72a7c47a authored over 1 year ago by Kevin Schneider <[email protected]>
init docs

ff8f02a64276b727f28a25f1932c160ce591faca authored over 1 year ago by Kevin Schneider <[email protected]>
set up test xUnit test project

155c4450e771de94bff12aba6d97b11ec6308fa7 authored over 1 year ago by Kevin Schneider <[email protected]>
Add project skeleton and build logic

feb8115c54d35741b245307781c2cb728d059b20 authored over 1 year ago by Kevin Schneider <[email protected]>
update readme

2bfbcd4fd78d2c1bbafe725ec4270b5c0ac34f4d authored over 1 year ago by Kevin Schneider <[email protected]>
Initial commit

d11e6d330aa5f003988ceeb3aecbdb72654b0662 authored over 1 year ago by Kevin Schneider <[email protected]>