Skip to content

Commit

Permalink
NNlib compat entry
Browse files Browse the repository at this point in the history
  • Loading branch information
msainsburydale committed Jan 14, 2025
1 parent c350865 commit f5ac0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NeuralEstimators"
uuid = "38f6df31-6b4a-4144-b2af-7ace2da57606"
authors = ["Matthew Sainsbury-Dale <[email protected]> and contributors"]
version = "0.2.2"
version = "0.1.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand Down Expand Up @@ -51,6 +51,7 @@ GraphNeuralNetworks = "0.6, 1"
Graphs = "1"
InvertedIndices = "1"
Metal = "1"
NNlib = "0.9"
NamedArrays = "0.9, 0.10"
NearestNeighbors = "0.4"
RecursiveArrayTools = "2, 3"
Expand Down

2 comments on commit f5ac0dd

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

  • Updated package internals to comply with Flux v0.16

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

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

Please sign in to comment.