Skip to content

Commit

Permalink
julia 1.6, 1.7 added to matrix, minor docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreapasquale94 committed Nov 11, 2023
1 parent f4baffc commit 1958a14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.7'
- '1.8'
- '1.9'
- nightly
- 'nightly'
os:
- ubuntu-latest
arch:
Expand Down
12 changes: 1 addition & 11 deletions src/Graph.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,7 @@ For `JSMD` compatibility, see also:
[`add_vertex!`](@ref),
[`add_edge!`](@ref).
For `Graphs.jl` compatibility, see also:
[`has_vertex`](@ref Graphs.has_vertex)
[`has_edge`](@ref Graphs.has_edge)
[`edges`](@ref Graphs.edges)
[`edgetype`](@ref Graphs.edgetype)
[`inneighbors`](@ref Graphs.inneighbors)
[`ne`](@ref Graphs.ne)
[`nv`](@ref Graphs.nv)
[`outneighbors`](@ref Graphs.outneighbors)
[`vertices`](@ref Graphs.vertices)
[`is_directed`](@ref Graphs.is_directed)
For `Graphs.jl` compatibility, see also: [Graphs.jl interface](https://juliagraphs.org/Graphs.jl/dev/ecosystem/interface/)
"""
abstract type AbstractJSMDGraph{T} <: AbstractGraph{T} end

Expand Down

0 comments on commit 1958a14

Please sign in to comment.