File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 11name = " DataGraphs"
22uuid = " b5a273c3-7e6c-41f6-98bd-8d7f1525a36a"
3- version = " 0.2.11 "
3+ version = " 0.2.12 "
44authors = [" Matthew Fishman <mfishman@flatironinstitute.org> and contributors" ]
55
66[deps ]
Original file line number Diff line number Diff line change @@ -38,12 +38,6 @@ underlying_graph_type(graph::AbstractDataGraph) = typeof(underlying_graph(graph)
3838vertex_data_eltype(graph:: AbstractDataGraph ) = eltype(vertex_data(graph))
3939edge_data_eltype(graph:: AbstractDataGraph ) = eltype(edge_data(graph))
4040
41- # TODO : delete, defined for AbstractGraph{V}?
42- function GraphsExtensions. vertextype(graph_type:: Type{<:AbstractDataGraph} )
43- return vertextype(underlying_graph_type(graph_type))
44- end
45- GraphsExtensions. vertextype(graph:: AbstractDataGraph ) = vertextype(typeof(graph))
46-
4741Base. zero(graph_type:: Type{<:AbstractDataGraph} ) = graph_type()
4842
4943# Graphs overloads
You can’t perform that action at this time.
0 commit comments