Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 23:30
· 2 commits to master since this release

SimpleHypergraphs v0.3.0

Diff since v0.2.1

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: