Releases: pszufe/SimpleHypergraphs.jl
v0.3.4
SimpleHypergraphs v0.3.4
v0.3.3
SimpleHypergraphs v0.3.3
Implemented support for the HIF standard as described in https://github.com/pszufe/HIF-standard/
Reference:
https://doi.org/10.1017/nws.2025.10018
Changelog:
- added support for the HIF standard hypergraph input-output
- replace deprecated JSON3.jl with JSON.jl
Merged pull requests:
v0.3.2
SimpleHypergraphs v0.3.2
Quad clustering coefficients for undirected hypergraphs;
Implements quad clustering coefficients for undirected hypergraphs;
initial implementation of BFS distance and the notion of hypergraph
diameter (in terms of both node distances and edge distances)
Reference:
- DOI: 10.1063/5.0188246
See also https://github.com/Gyeong-GyunHa/qch
Changelog:
-added method quad_clustering_coefficient
-added method Graphs.diameter for AbstractSimpleHypergraph
Merged pull requests:
- New hypergraph (and hypergraph vertex) properties (#54) (@espottesmith)
v0.3.1
SimpleHypergraphs v0.3.1
Minor plotting bug fix-up
Changelog:
Handle empty hyperedges when plotting with JavaScript functionality.
v0.3.0
SimpleHypergraphs v0.3.0
This adds abstraction to the library that makes it possible to develop new types of hypegraphs.
This change is expected to be non breaking and the API from user point of view stays the same.
However, since the type hierarchy for Hypergraph changed it is marked with higher semver number.
If this change is breaking for your project please open an issue.
Changelog:
-
Add support for abstract hypergraphs for integration with other libraries (PR #52)
-
AbstractHypergraph
-
AbstractSimpleHypergraph{T} <: AbstractHypergraph{T} as the base type for Hypergraph
-
IsDirected trait for defining that a hypergraph is directed (for integration with extension libraries)\
-
HasVertexMeta and HasHyperedgeMeta traits for metadata presence
Merged pull requests:
- Add support for directed hypergraphs (#52) (@espottesmith)
v0.2.1. Minor updates - freeze on HyperNetX 1.2.5
<description of version>
v0.2.0
SimpleHypergraphs v0.2.0
v0.1.15
v0.1.14
SimpleHypergraphs v0.1.14
v0.1.13
SimpleHypergraphs v0.1.13
Merged pull requests: