0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated README.md. More... almost 12 years ago
Updated for Python3 compatibility. More... almost 12 years ago
Updated to GPLv3! More... about 12 years ago
Temporary change, because Yaser is needy. More... about 12 years ago
add comprehensive tests for undirected partitioning More... about 12 years ago
add comprehensive tests for undirected partitioning More... about 12 years ago
Updated package details. More... about 12 years ago
Updated distutils info. More... about 12 years ago
Added GNU GPLv2 license. More... about 12 years ago
Fixed reST syntax and formatting. More... about 12 years ago
Implemented check for directed random walk to ensure that each node has at least 1 outgoing hyperedge; fixed non-ASCII characters-in-comments issue; fixed pep8 compliance. More... about 12 years ago
Added directed random walk functionality. Removed old files as well. More... about 12 years ago
Minor addition to complete directed_paths test coverage More... about 12 years ago
Merge branch 'yaserkl' More... about 12 years ago
Merge branch 'master' into yaserkl More... about 12 years ago
Refactored undirected partitioning code and abstracted matrix-conversion functionality. More... about 12 years ago
Fixed pep8 issues. More... about 12 years ago
Primarily formatting, exception raising, and documentation changes. More... about 12 years ago
created function for hyperedge id to hyperedge name mapping More... about 12 years ago
Added undirected graph transformations + tests; also included necessary accessors for the undirected hypergraph that weren't previously included. More... about 12 years ago
Merge branch 'master' of https://github.com/tmmurali/hypergraph More... about 12 years ago
Updated expected release date. More... about 12 years ago
Replaced all occurrences of variables named 'hypergraph' with 'H' for brevity; its my new naming rule. More... about 12 years ago
Minor changes to directed paths + tests More... about 12 years ago
Minor changes to the undirected partitioning module and related files. More... about 12 years ago
Changed some properties of the undirected cuts and random walks, and made small skeleton for undirected_partitioning tests. More... about 12 years ago
Modified documentation and fixed pep8 issues; also modified iterators in undirected hypergraph class. More... about 12 years ago
Refactored and cleaned undirected hypergraph partitioning-related functions. More... about 12 years ago
Merge branch 'master' into yaserkl More... about 12 years ago
Added quick accessors to check if a hypergraph is an F-hypergraph of a BF-hypergraph + corresponding tests. More... about 12 years ago