Skip to content

Commit

Permalink
Add compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Jun 17, 2024
1 parent b5b39c5 commit 9cb21ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"

[compat]
Functors = "0.4"
NNlib = "0.9"
Optimisers = "0.3"
julia = "1.9"

[extras]
Expand Down

2 comments on commit 9cb21ed

@AntonOresten
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

Release notes:

  • Add RandomFourierFeatures type
  • Add RandomOrientationFeatures type

@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 updated: JuliaRegistries/General/109216

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 v0.1.0 -m "<description of version>" 9cb21ed56eceeef48e7f4135d3f2b456c70bcee0
git push origin v0.1.0

Please sign in to comment.