Skip to content

Releases: YichengDWu/NeuralGraphPDE.jl

v0.2.0

08 Jun 08:23
Compare
Choose a tag to compare

NeuralGraphPDE v0.2.0

Diff since v0.1.9

Merged pull requests:

  • CompatHelper: bump compat for MLUtils to 0.3, (keep existing compat) (#70) (@github-actions[bot])
  • CompatHelper: bump compat for GraphNeuralNetworks to 0.5, (keep existing compat) (#71) (@github-actions[bot])
  • CompatHelper: bump compat for GraphNeuralNetworks to 0.6, (keep existing compat) (#73) (@github-actions[bot])
  • CompatHelper: bump compat for CUDA to 4, (keep existing compat) (#75) (@github-actions[bot])

v0.1.9

27 Jul 03:24
4118e97
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.9

Diff since v0.1.8

Closed issues:

  • Implement GRAND (#28)
  • Cover AtomicGraphNetsjl (#64)

Merged pull requests:

  • ,, (#62) (@MilkshakeForReal)
  • Rprop (#63) (@MilkshakeForReal)
  • Update graph_node.md (#65) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#66) (@github-actions[bot])
  • reexport GNNs (#67) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#68) (@github-actions[bot])
  • CompatHelper: add new compat entry for MLUtils at version 0.2, (keep existing compat) (#69) (@github-actions[bot])

v0.1.8

14 Jul 04:21
035ccae
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.8

Diff since v0.1.7

Closed issues:

  • restore shape after flatten (#58)
  • better updategraph (#59)

Merged pull requests:

  • CompatHelper: add new compat entry for Functors at version 0.3, (keep existing compat) (#60) (@github-actions[bot])

v0.1.7

13 Jul 21:33
815a712
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.7

Diff since v0.1.6

Closed issues:

  • relax input dimensions (#54)

Merged pull requests:

  • Mppde (#52) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for CUDA at version 3, (keep existing compat) (#53) (@github-actions[bot])
  • add flatten (#55) (@MilkshakeForReal)
  • Revert "add flatten" (#56) (@MilkshakeForReal)
  • relax input size (#57) (@MilkshakeForReal)

v0.1.6

12 Jul 08:34
ea1f7a5
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.6

Diff since v0.1.5

Closed issues:

  • register (#4)

Merged pull requests:

  • edge feature (#51) (@MilkshakeForReal)

v0.1.5

05 Jul 01:09
7fc4fde
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.5

Diff since v0.1.4

Closed issues:

  • Add one example with VMHConv (#35)

Merged pull requests:

  • Vmh example (#44) (@MilkshakeForReal)
  • Edge features (#47) (@MilkshakeForReal)
  • Edge features (#48) (@MilkshakeForReal)
  • fix (#49) (@MilkshakeForReal)

v0.1.4

01 Jul 07:18
4934455
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.4

Diff since v0.1.3

Closed issues:

  • implement GNO (#25)
  • remove the typeof initial_graph (#36)
  • add a graph level task example (#38)

Merged pull requests:

  • fix MPPDEConv (#34) (@MilkshakeForReal)
  • Gno conv (#37) (@MilkshakeForReal)
  • add NNlibCUDA (#40) (@MilkshakeForReal)
  • CompatHelper: add new compat entry for NNlibCUDA at version 0.2, (keep existing compat) (#41) (@github-actions[bot])
  • remove the type of initalgraph (#42) (@MilkshakeForReal)

v0.1.3

27 Jun 07:35
7ea1c1f
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.3

Diff since v0.1.2

Closed issues:

  • add instructions on how to define custom layers (#10)
  • Move some stuff to developer documentation (#21)
  • Rethink initalgraph (#22)
  • Implement VMHConv (#24)
  • update function should be decoupled (#31)

Merged pull requests:

  • Doc (#13) (@MilkshakeForReal)
  • s (#14) (@MilkshakeForReal)
  • Doc (#15) (@MilkshakeForReal)
  • Merge pull request #15 from MilkshakeForReal/doc (#16) (@MilkshakeForReal)
  • Merge pull request #16 from MilkshakeForReal/main (#17) (@MilkshakeForReal)
  • try fix (#18) (@MilkshakeForReal)
  • fix doc (#19) (@MilkshakeForReal)
  • Doc (#20) (@MilkshakeForReal)
  • add empty graph (#23) (@MilkshakeForReal)
  • VMHConv (#26) (@MilkshakeForReal)
  • Dev doc (#27) (@MilkshakeForReal)
  • diffeq to sciml (#29) (@MilkshakeForReal)
  • add MPPDE (#32) (@MilkshakeForReal)

v0.1.2

23 Jun 22:06
15af6db
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.2

Diff since v0.1.1

Closed issues:

  • redesign EdgeConv (#8)
  • recursive updategraph (#9)

Merged pull requests:

  • update update (#11) (@MilkshakeForReal)
  • Edgeconv (#12) (@MilkshakeForReal)

v0.1.1

21 Jun 23:39
Compare
Choose a tag to compare

NeuralGraphPDE v0.1.1

Diff since v0.1.0

Closed issues:

  • Consider putting graph in st (#5)

Merged pull requests:

  • St (#7) (@MilkshakeForReal)