Skip to content

Releases: pszufe/SimpleHypergraphs.jl

v0.3.1

22 Jun 16:30
f70f82d
Compare
Choose a tag to compare

SimpleHypergraphs v0.3.1

Diff since v0.3.0

Minor plotting bug fix-up

Changelog:

Handle empty hyperedges when plotting with JavaScript functionality.

v0.3.0

28 Mar 23:30
Compare
Choose a tag to compare

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:

v0.2.1. Minor updates - freeze on HyperNetX 1.2.5

24 May 14:25
Compare
Choose a tag to compare

v0.2.0

09 Jan 11:04
34e19ab
Compare
Choose a tag to compare

SimpleHypergraphs v0.2.0

Diff since v0.1.15

v0.1.15

09 Jun 17:19
3800308
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.15

Diff since v0.1.14

Merged pull requests:

v0.1.14

11 Jan 18:00
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.14

Diff since v0.1.13

v0.1.13

22 Sep 00:00
fe923e4
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.13

Diff since v0.1.12

Merged pull requests:

  • Got tutorial (#41) (@aleant93)
  • Updating plotting references along with adjusting unit tests to Julia 1.5 (#42) (@pszufe)

v0.1.12

05 Jun 22:00
cd00d8e
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.12

Diff since v0.1.11

v0.1.11

05 Jun 13:00
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.11

Diff since v0.1.10

Merged pull requests:

  • Project structure and new network analysis functionalities (#39) (@aleant93)

v0.1.10

08 May 23:00
Compare
Choose a tag to compare

SimpleHypergraphs v0.1.10

Diff since v0.1.9

Merged pull requests: