Releases: pszufe/SimpleHypergraphs.jl
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:
v0.1.12
SimpleHypergraphs v0.1.12
v0.1.11
SimpleHypergraphs v0.1.11
Merged pull requests:
- Project structure and new network analysis functionalities (#39) (@aleant93)
v0.1.10
SimpleHypergraphs v0.1.10
Merged pull requests:
- Adding function for calculate conductance (#38) (@Inazuma110)