- Additions:
- [#ed19b08] add StarGraph and tests
- [#239c8ac] Merge pull request #57 from fslaborg/Hackathon2023
- [#f08b392] Merge branch 'developer' into Hackathon2023
- [#14fc35b] Merge pull request #55 from fslaborg/WatsStrogatz
- [#ee4591a] Merge branch 'developer' into WatsStrogatz
- [#5a8bf8b] refactoring
graph[key]
value - [#2dace82] refactoring constant usage
- [#8836941] Wedge Count algorithm implemented with two tests
- [#f7a467a] Merge branch 'Hackathon2023' of github.com:fslaborg/Graphoscope into Hackathon2023
- [#8a2158c] add nodedata to diGraph
- [#e7d8ace] added Watts Stogatz and other graph generators
- [#1a00821] Clean
- [#555f438] Merge pull request #54 from timu/#52-fgraph-clone
- [#ea30967] #52 adds clone capability to undirected graphs
- [#b808107] Clean
- [#1d6f5b9] Update Louvain.fs
- [#e4124d8] Add setNodeData
- [#e11bdb6] Add Louvain.fs
- [#fd4d849] Add FGraph.toEdgeSeq
- [#2bf2a24] Add weightedDegreeOfFGraphNode
- [#c90eb04] Merge pull request #42 from fslaborg/consistencyUpdate
- [#9314692] Align Parameter Order for DiGraph.getInEdges with DiGraph.getOutEdges
- [#e39f00c] Merge pull request #38 from fslaborg/UpdateDegreeSequence
- [#154d483] Update the naming of Degree.distribution to sequence
- [#09a31df] Merge pull request #37 from fslaborg/UpdateNetworkDensity
- [#04aa1f9] Merge pull request #33 from fslaborg/degree-measures-for-digraph
- [#f77c4a2] Merge pull request #36 from fslaborg/UpdateNetworkDensity
- [#034f7a0] Update NetworkDensity in accordance to #35
- [#3069963] add degree tests for digraph
- [#2b1b36c] add degree measures for digraph
- [#f9c8554] Merge pull request #32 from fslaborg/Tests
- [#3804a80] Update Degree Tests
- [#3722fb3] Merge pull request #31 from LibraChris/updateDocs
- [#27b23a2] Update Docs
- [#6b82890] Merge pull request #30 from fslaborg/Djikstra
- [#1756d77] Update Dijkstra in accordance to #29
- [#791bf14] Merge pull request #27 from LibraChris/AddCodecov
- [#7bb2c3a] Add Codecov support
- [#c921693] Merge pull request #26 from fslaborg/updateNotes
- [#d39805b] Add ClusteringCoefficient Measure
- [#ad0599a] add ofSeq and toSeq functions to all graph types
- [#0b3c5f0] Added .NotImplementedException
- [#c1db954] Update Docs GraphStructures
- [#3f5b4eb] Upgrade RandomModelPerformance
- [#febbb46] Rename Graph to UndirectedGraph
- [#f0010d6] Add docs to solution file
- [#4651149] add addElement to DiGraph
- [#2ff74fb] Update FGraph graph creation functions
- [#54a79c4] Restructure
- [#24bb61a] Add volume and size to measures and adapt graphs
- [#bc92135] Update naming
- [#0eb28b9] Refactoring Dijkstra
- [#d4372bb] Update structure
- Bugfixes:
- Additions:
- [#a06b9c2] Add benchmark into readme.md
- [#ea4f982] Update benchmark
- [#aa6f1d0] Refactoring AdjGraph using static member functions
- [#041fa0e] Add FGraph - with successor and predecessor
- [#aae4b59] Add AdjCompGraph as a variante of AdjGraph
- [#757b8bc] Add AdjGaph
- [#a8f2bbc] Add generic edgeData to DiGraph
- [#91efeba] Add generic EdgeData to DiGraph
- [#d35557a] Add benchmarks
- [#72e3ec6] Init a structural scaffold
- [#ee923bd] Init core DiGraph structure
- [#2b82d10] Added principles to readme
- [#b99ef54] Add github test workflow
- [#ff8f02a] init docs
- [#155c445] set up test xUnit test project
- [#feb8115] Add project skeleton and build logic
- [#2bfbcd4] update readme
- [#d11e6d3] Initial commit
- Additions:
- Initial set up for RELEASE_Notes.md