Skip to content

Commit

Permalink
update to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Apr 3, 2021
1 parent 242da8f commit a24fb1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.7.6]

- Add dimensional check for each layer
- Support Flux up to v0.12
- Support CUDA up to v2.6
- Support Zygote up to v0.6

## [0.7.5]

- FeaturedGraph API change
Expand Down
2 changes: 1 addition & 1 deletion 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.5"
version = "0.7.6"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down

4 comments on commit a24fb1e

@yuehhua
Copy link
Member Author

@yuehhua yuehhua commented on a24fb1e Apr 3, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Patch notes:

  • Add dimensional check for each layer
  • Support Flux up to v0.12
  • Support CUDA up to v2.6
  • Support Zygote up to v0.6

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@yuehhua
Copy link
Member Author

@yuehhua yuehhua commented on a24fb1e Apr 3, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Patch notes:

  • Add dimensional check for each layer
  • Support Flux up to v0.12
  • Support CUDA up to v2.6
  • Support Zygote up to v0.6

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

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.6 -m "<description of version>" a24fb1ebbefad43da4cc861efebac782f00b08f4
git push origin v0.7.6

Please sign in to comment.