Skip to content

Releases: JuliaOrphanage/GraphSignals.jl

v0.4.1

16 Mar 08:31
Compare
Choose a tag to compare

GraphSignals v0.4.1

Diff since v0.4.0

  • add has_all_self_loops and isneighbors

Merged pull requests:

  • Add has_all_self_loops and isneighbors (#94) (@yuehhua)

v0.4.0

13 Mar 15:55
Compare
Choose a tag to compare

GraphSignals v0.4.0

Diff since v0.3.13

  • add SparseSubgraph
  • relax FeaturedGraph
  • drop support of edge_scatter, neighbor_scatter, repeat_nodes and promote_graph

Merged pull requests:

v0.3.13

08 Mar 04:13
Compare
Choose a tag to compare

GraphSignals v0.3.13

Diff since v0.3.12

  • fix collect for edges

Merged pull requests:

v0.3.12

01 Mar 13:48
Compare
Choose a tag to compare

GraphSignals v0.3.12

Diff since v0.3.11

  • update docs

Merged pull requests:

v0.3.11

19 Feb 10:06
Compare
Choose a tag to compare

GraphSignals v0.3.11

Diff since v0.3.10

  • inplace normalized adjacency matrix
  • specify type for FeaturedGraph

Merged pull requests:

v0.3.10

18 Feb 08:19
Compare
Choose a tag to compare

GraphSignals v0.3.10

Diff since v0.3.9

  • add FeaturedSubgraph for subgraphing FeaturedGraph

Merged pull requests:

v0.3.9

26 Dec 00:48
Compare
Choose a tag to compare

GraphSignals v0.3.9

Diff since v0.3.8

  • add sample for generate random subgraph for FeaturedGraph and FeaturedSubgraph
  • drop cpu_neighbors and cpu_incident_edges
  • add neighbors, incident_edges, repeat_nodes for FeaturedGraph and FeaturedSubgraph
  • add parent for FeaturedGraph and FeaturedSubgraph
  • access features in FeaturedSubgraph change to FeaturedGraph

Merged pull requests:

v0.3.8

12 Dec 15:47
Compare
Choose a tag to compare

GraphSignals v0.3.8

Diff since v0.3.7

  • bug fix for message-passing network

Merged pull requests:

  • Fix message-passing network for CuArray (#79) (@yuehhua)

v0.3.7

08 Dec 06:11
Compare
Choose a tag to compare

GraphSignals v0.3.7

Diff since v0.3.6

  • correct edge direction for has_edge and edge_index
  • add has_edge for FeaturedGraph

Merged pull requests:

v0.3.6

06 Dec 07:33
Compare
Choose a tag to compare

GraphSignals v0.3.6

Diff since v0.3.5

  • add random walk and neighbor sampling on graph
  • add edges and neighbors as API for FeaturedGraph
  • add cpu_neighbors
  • add collect and sparse for SparseGraph

Closed issues:

  • Support sampling over graph (#35)
  • ne doesn't give a correct count on SimpleWeightGraph with self loop (#56)

Merged pull requests: