Skip to content

Commit

Permalink
update to v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Sep 15, 2023
1 parent 48fab4f commit 2e427bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.9.1]

- fix `GraphSignals.scaled_laplacian` on `CuArray`

## [0.9.0]

- compatible to NNlib v0.9
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 = "GraphSignals"
uuid = "3ebe565e-a4b5-49c6-aed2-300248c3a9c1"
authors = ["Yueh-Hua Tu <[email protected]>"]
version = "0.9.0"
version = "0.9.1"

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

2 comments on commit 2e427bd

@yuehhua
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Patch notes:

  • fix GraphSignals.scaled_laplacian on CuArray

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

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.9.1 -m "<description of version>" 2e427bdc5a26d34b3187b7b31ae7fc7cc3529b7c
git push origin v0.9.1

Please sign in to comment.