Skip to content

Tags: JuliaGraphs/MetaGraphsNext.jl

Tags

v0.7.0

Toggle v0.7.0's commit message
## MetaGraphsNext v0.7.0

[Diff since v0.6.0](v0.6.0...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:**
- deleting a node does not update keys in edge_data (#69)
- add_edge!(g, u, v) deletes existing edges if called twice with the same arguments (#70)

v0.6.0+doc1

Toggle v0.6.0+doc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #67 from JuliaGraphs/fix_docs_build

Fix documentation CI

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #66 from JuliaGraphs/bump_version

Bump version to 0.6.0 and stop testing on nightly

v0.5.0

Toggle v0.5.0's commit message
## MetaGraphsNext v0.5.0

[Diff since v0.4.1](v0.4.1...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!` and `add_edge!` (#48) (@thchr)
- Fix doctests (#49) (@gdalle)
- Add label listing utilities (#50) (@gdalle)

v0.5.0+doc1

Toggle v0.5.0+doc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #50 from JuliaGraphs/dev

Add label listing utilities

v0.4.1

Toggle v0.4.1's commit message
## MetaGraphsNext v0.4.1

[Diff since v0.4.0](v0.4.0...v0.4.1)



**Merged pull requests:**
- Doc and tests overhaul (#43) (@gdalle)

v0.4.0

Toggle v0.4.0's commit message
## MetaGraphsNext v0.4.0

[Diff since v0.3.0](v0.3.0...v0.4.0)



**Merged pull requests:**
- cleanup (#35) (@bramtayl)
- Fix vertex deletion (#36) (@bramtayl)

v0.3.0

Toggle v0.3.0's commit message
## MetaGraphsNext v0.3.0

[Diff since v0.2.0](v0.2.0...v0.3.0)

New documentation and restructured codebase

**Closed issues:**
- Replace "code" with "index" (#17)
- Check label uniqueness before inserting vertex (#21)
- Doc example doesn't work (#25)

**Merged pull requests:**
- Harmonize code and improve docs (#23) (@gdalle)
- Checked for uniqueness of the label (#24) (@DarkLord0206)

v0.2.0

Toggle v0.2.0's commit message
## 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)

v0.1.0

Toggle v0.1.0's commit message
Type stable metagraphs