Skip to content

Commit

Permalink
register for v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yuehhua committed Jun 17, 2022
1 parent c2ea457 commit cc22e92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

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

## [0.0.1]

- implement modern Hopfield layer
- support static patterns
- support multiple updates
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Hopfields"
uuid = "6768ce78-dd5b-4160-b677-5994b15e298d"
authors = ["Yueh-Hua Tu"]
version = "0.1.0"
version = "0.0.1"

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

2 comments on commit cc22e92

@yuehhua
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

Release notes:

  • implement modern Hopfield layer
  • support static patterns
  • support multiple updates

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

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.0.1 -m "<description of version>" cc22e928f85f86dfc1b955cbb5020417a138989c
git push origin v0.0.1

Please sign in to comment.