Skip to content

Commit

Permalink
tag GraphNeuralNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Dec 21, 2024
1 parent 91d27d3 commit 7e07564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphNeuralNetworks/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GraphNeuralNetworks"
uuid = "cffab07f-9bc2-4db1-8861-388f63bf7694"
authors = ["Carlo Lucibello and contributors"]
version = "1.0.0-DEV"
version = "1.0.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

2 comments on commit 7e07564

@CarloLucibello
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=GraphNeuralNetworks

Release Notes:

Breaking Changes:

  • The temporal convolutional layers have been completely revised, both for adherence to the original papers (e.g. for the TGCN layer) and for compatibility with the new recurrence style in Flux v0.16

@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/121789

Tagging

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 GraphNeuralNetworks-v1.0.0 -m "<description of version>" 7e07564f69949251ac3d381f1a8e163b35c830b7
git push origin GraphNeuralNetworks-v1.0.0

Please sign in to comment.