Easy-Graph
Easy-Graph copied to clipboard
EasyGraph is an open-source network analysis library designed to cover advanced network processing methods. It includes functionalities for detecting structural hole spanners, network embedding, and v...
- [ ] I have searched the [issues](https://github.com/easy-graph/Easy-Graph/issues) of this repo and believe that this is not a duplicate. ## Issue
I think this is a common problem for several graph metrics and could be easily supported. Take node degree as an example. Suppose we have a graph with 100k nodes...
I recently started using this and I'm thoroughly impressed! The documentation is exceptionally clear and made it easy for me to get started. The API is intuitive, allowing me to...
Hello, easygraph developers I found that the betweenness_centrality function does not implement the feature of sampling k nodes to calculate the node betweenness centrality. But networkx has implemented it. This...
# Pull Request Check List Resolves: #issue-number-here - [x] Added **tests** for changed code. - [x] Updated **documentation** for changed code. ## Description Implements a capability discovery API to answer...
This pull request adds support for calculating eigenvector centrality in EasyGraph, including both Python and C++ implementations, integration with pybind11, and comprehensive unit tests. The changes also update the build...
### Summary Depends on #153. Closes #154. This PR is a comprehensive build system and packaging refactor following the pybind11 migration. It consolidates all build logic under a modern, reproducible...
### Summary of Observations The current setup presents a few challenges: - Slow Initial Setup: The reliance on standard pip and tox with virtualenv makes the initial dependency installation and...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.4 to 1.13.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.13.0 [!important] 🚨 This release includes fixes for GHSA-vxmw-7h4f-hqxh discovered by @woodruffw💰. We've also integrated Zizmor to catch...