Releases: JuliaGraphs/MetaGraphsNext.jl
Releases · JuliaGraphs/MetaGraphsNext.jl
v0.7.4
MetaGraphsNext v0.7.4
Merged pull requests:
- Bump JLD2 compat (#91) (@simsurace)
- MassInstallAction: Install the Downgrade workflow on this repository (#94) (@Krastanov)
v0.7.3
MetaGraphsNext v0.7.3
Merged pull requests:
- throw ArgumentError on transitiveclosure!(::MetaGraph) (#90) (@drbergman)
v0.7.2
v0.7.1
MetaGraphsNext v0.7.1
Merged pull requests:
- Add all_neighbor_labels function (#77) (@apriljunge)
- Update tutorial on adding edges (#79) (@bin-wang)
- Update JLD2 compat (#83) (@filchristou)
- Bump
actions/checkout
,julia-actions/setup-julia
version (#85) (@ReubenJ)
Closed issues:
v0.7.0
MetaGraphsNext v0.7.0
Merged pull requests:
- Bump version to 0.6.0 and stop testing on nightly (#66) (@gdalle)
- Fix documentation CI (#67) (@gdalle)
- fix #69 and #70 (#71) (@cecileane)
- induced_subgraph: new method based on a subset of edges (#72) (@cecileane)
Closed issues:
v0.6.0
What's Changed
- Prevent addition in underlying graph when dictionary operations failed by @gdalle in #52
- Add benchmark and remove warning for integer labels by @gdalle in #53
- Precisions on integer labels by @gdalle in #56
- Add double quotations for labels for savedot by @Paalon in #62 (BREAKING CHANGE)
- Shorten MetaGraph representation by @huguesmp in #64
- Bump version to 0.6.0 and stop testing on nightly by @gdalle in #66
New Contributors
Full Changelog: v0.5.0...v0.6.0
v0.5.0
MetaGraphsNext v0.5.0
Closed issues:
- Add constructors that infer the metadata types from the data values provided to constructor (#6)
- Type stability tests (#30)
- add_vertex! API (#41)
Merged pull requests:
- Use traits for (un)directed types (#40) (@filchristou)
- Type-stable constructors (#45) (@gdalle)
- Change internal handling of add_vertex! checks (#47) (@filchristou)
- Add data-free methods for
add_vertex!
andadd_edge!
(#48) (@thchr) - Fix doctests (#49) (@gdalle)
- Add label listing utilities (#50) (@gdalle)
v0.4.1
MetaGraphsNext v0.4.1
Merged pull requests: