Skip to content

Commit

Permalink
New package: SymbolicNeuralNetworks v0.1.0
Browse files Browse the repository at this point in the history
UUID: aed23131-dcd0-47ca-8090-d21e605652e3
Repo: https://github.com/JuliaGNI/SymbolicNeuralNetworks.jl.git
Tree: 7af609706f841181109af7cc7e905d9177da6ebe

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Mar 21, 2024
1 parent 011a79e commit 1e9cfa0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7348,6 +7348,7 @@ aeaa251e-9d76-11e9-311b-83636bf44738 = { name = "LazyAlgebra", path = "L/LazyAlg
aebc047d-cbe2-4ea1-a181-a2987ad69fed = { name = "LinearFold", path = "L/LinearFold" }
aec56ffe-cd48-4f37-83c0-3fddfef137dd = { name = "SMRPInversion", path = "S/SMRPInversion" }
aed1982a-8fda-507f-9586-7b0439959a61 = { name = "XSLT_jll", path = "jll/X/XSLT_jll" }
aed23131-dcd0-47ca-8090-d21e605652e3 = { name = "SymbolicNeuralNetworks", path = "S/SymbolicNeuralNetworks" }
aed68c70-c8b0-4309-8cd1-d392a74f991a = { name = "SkipNan", path = "S/SkipNan" }
aedcc28f-63b5-4046-b467-b09cfa7c8db7 = { name = "FixedPointSinCosApproximations", path = "F/FixedPointSinCosApproximations" }
aedffcd0-7271-4cad-89d0-dc628f76c6d3 = { name = "Static", path = "S/Static" }
Expand Down
7 changes: 7 additions & 0 deletions S/SymbolicNeuralNetworks/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[0]
AbstractNeuralNetworks = "0.1"
KernelAbstractions = "0.9"
RuntimeGeneratedFunctions = "0.5"
SafeTestsets = "0.1"
Symbolics = "5"
julia = "1.6.0-1"
7 changes: 7 additions & 0 deletions S/SymbolicNeuralNetworks/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[0]
AbstractNeuralNetworks = "60874f82-5ada-4c70-bd1c-fa6be7711c8a"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
3 changes: 3 additions & 0 deletions S/SymbolicNeuralNetworks/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "SymbolicNeuralNetworks"
uuid = "aed23131-dcd0-47ca-8090-d21e605652e3"
repo = "https://github.com/JuliaGNI/SymbolicNeuralNetworks.jl.git"
2 changes: 2 additions & 0 deletions S/SymbolicNeuralNetworks/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "7af609706f841181109af7cc7e905d9177da6ebe"

0 comments on commit 1e9cfa0

Please sign in to comment.