Skip to content

Commit

Permalink
Update to v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Dec 8, 2020
1 parent 6858f37 commit 01801c3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [0.7.5]

- FeaturedGraph API change
- Refactor graph net and message passing framework
- Improve differentiability test
- Refactor GCNConv and ChebConv operator
- Fix bug in GATConv layer
- Update GAT example
- Cast testing data to Float32
- Support CUDA up to v2.2
- Support transpose input of a layer
- Replace Travis CI by Github Action CI

## [0.7.4]

- Adjust edge_index_table API for directed
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GeometricFlux"
uuid = "7e08b658-56d3-11e9-2997-919d5b31e4ea"
authors = ["Yueh-Hua Tu <[email protected]>"]
version = "0.7.4"
version = "0.7.5"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand All @@ -24,7 +24,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"

[compat]
CUDA = "1.2 - 2.1, 2.2"
CUDA = "1.2 - 2.2"
DataStructures = "0.17 - 0.18"
FillArrays = "0.8 - 0.10"
Flux = "0.10 - 0.11"
Expand Down

2 comments on commit 01801c3

@yuehhua
Copy link
Member Author

@yuehhua yuehhua commented on 01801c3 Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

Patch notes:

  • FeaturedGraph API change
  • Refactor graph net and message passing framework
  • Improve differentiability test
  • Refactor GCNConv and ChebConv operator
  • Fix bug in GATConv layer
  • Update GAT example
  • Cast testing data to Float32
  • Support CUDA up to v2.2
  • Support transpose input of a layer
  • Replace Travis CI by Github Action CI

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/26083

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.5 -m "<description of version>" 01801c3aed0b0c5b0a440932932152a997c5781d
git push origin v0.7.5

Please sign in to comment.