Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
remove long-term deprecation warnings (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbromberger authored and jpfairbanks committed Mar 8, 2018
1 parent d5550cd commit d8b39f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/deprecations.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,2 @@
@deprecate in_edges inneighbors
@deprecate out_edges outneighbors
@deprecate in_neighbors inneighbors
@deprecate out_neighbors outneighbors
@deprecate adjacency_matrix(g::AbstractGraph, dir::Symbol, T::DataType) adjacency_matrix(g, T; dir=dir)
@deprecate adjacency_matrix(g::AbstractGraph, dir::Symbol) adjacency_matrix(g; dir=dir)
@deprecate laplacian_matrix(g::AbstractGraph, dir::Symbol, T::DataType) laplacian_matrix(g, T; dir=dir)
@deprecate laplacian_matrix(g::AbstractGraph, dir::Symbol) laplacian_matrix(g; dir=dir)
@deprecate laplacian_spectrum(g::AbstractGraph, dir::Symbol) laplacian_spectrum(g; dir=dir)

0 comments on commit d8b39f5

Please sign in to comment.