Skip to content

Commit

Permalink
Add MLUtils compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten committed Sep 17, 2024
1 parent 4a0ac2b commit e0d6753
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ FunctorsExt = "Functors"
ChainRulesCore = "1"
Functors = "0.4"
LinearAlgebra = "1"
MLUtils = "0.4"
NNlib = "0.8, 0.9"
Random = "1"
julia = "1.9"
Expand Down

2 comments on commit e0d6753

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

  • Revamp type system.

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

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

Please sign in to comment.