Skip to content

Commit

Permalink
Update to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Dec 1, 2020
1 parent 28ae937 commit 1beabe5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [0.1.9]

- Add feature dimension check on constructor
- Refactor FeaturedGraph constructor

## [0.1.8]

- Accept transposed matrix as node feature
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.1.8"
version = "0.1.9"

[deps]
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Expand Down

2 comments on commit 1beabe5

@yuehhua
Copy link
Collaborator Author

@yuehhua yuehhua commented on 1beabe5 Dec 1, 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:

  • Add feature dimension check on constructor
  • Refactor FeaturedGraph constructor

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

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.1.9 -m "<description of version>" 1beabe5828ec6975ae1ae3bb8070984f062deac0
git push origin v0.1.9

Please sign in to comment.