Releases: pszufe/SimpleHypergraphs.jl
Releases · pszufe/SimpleHypergraphs.jl
v0.1.9
SimpleHypergraphs v0.1.9
Merged pull requests:
- Install TagBot as a GitHub Action (#33) (@JuliaTagBot)
- Hypergraphs building models (#35) (@spagnuolocarmine)
- Functionalities (#36) (@spagnuolocarmine)
v0.1.8
SimpleHypergraphs v0.1.8
Merged pull requests:
- Install TagBot as a GitHub Action (#33) (@JuliaTagBot)
v0.1.7
v0.1.7 (2020-01-26)
Merged pull requests:
- Visualization functionalities and JSON serialization (#31) (aleant93)
- Flexible dict (#30) (pszufe)
- add random_walk functionality (#29) (bkamins)
- Adding function for finding connected components (#28) (askorupka)
- Add testing of has_edge functionality for bipartite view (#27) (askorupka)
- minor code layout improvement (#26) (bkamins)
v0.1.6
v0.1.5
v0.1.4
First release - ready for a public Julia package.
v0.1.3 Update Project.toml version
Initial release number
Input file improvement 2: skips a comment when reading a hgf file (#11) * Skip comments when reading hgf file - 2 * twosectiontest file removed * Merge conflict fix The line `l = split(readline(io))` has to be substituted with the comments checking.