Releases: JuliaGraphs/MetaGraphsNext.jl
Releases · JuliaGraphs/MetaGraphsNext.jl
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:
v0.4.0
v0.3.0
v0.2.0
MetaGraphsNext v0.2.0
Closed issues:
- Move into JuliaGraphs? (#1)
- Throw a BoundsError when setting an attribute for a vertex that doesn't exist (#2)
- Make the custom vertex index optional (#3)
- Allow simultaneous use of the primitive index and the custom index (#4)
- version (#10)
- TagBot trigger issue (#11)
- Register package (#18)
Merged pull requests:
- Add code_for (#7) (@bramtayl)
- CompatHelper: bump compat for "JLD2" to "0.2" (#8) (@github-actions[bot])
- CompatHelper: bump compat for "JLD2" to "0.3" (#9) (@github-actions[bot])
- fix haskey(g, :v1, :v2) for nonexistent vertices (#12) (@bks-nist)
- CompatHelper: bump compat for "JLD2" to "0.4" (#13) (@github-actions[bot])
- Restructure package and documentation to make it more user- and developer-friendly (#16) (@gdalle)
- Correct Documenter bug (#19) (@gdalle)