Releases: JuliaGraphs/MetaGraphsNext.jl
Releases · JuliaGraphs/MetaGraphsNext.jl
v0.8.0
MetaGraphsNext v0.8.0
Breaking changes
- JLD2.jl needs to be loaded by the user in order to use the loadgraph and savegraph functions and is no longer automatically loaded together with MetaGraphsNext.jl
Merged pull requests:
- Replace CompatHelper with dependabot (#100) (@gdalle)
- Bump codecov/codecov-action from 4 to 5 (#101) (@dependabot[bot])
- Bump actions/checkout from 4 to 6 (#102) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#103) (@dependabot[bot])
- Bump the all-julia-packages group across 1 directory with 5 updates (#104) (@dependabot[bot])
- Remove dependabot grouping (#106) (@gdalle)
- Update Graphs requirement to 1.13.3 in /docs (#112) (@dependabot[bot])
- Move JLD2 dependency to package extension (#113) (@simsurace)
v0.7.5
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-juliaversion (#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: