Skip to content

Commit

Permalink
New version: DataDrivenLux v0.2.0 (#115633)
Browse files Browse the repository at this point in the history
UUID: 47881146-99d0-492a-8425-8f2f33327637
Repo: https://github.com/SciML/DataDrivenDiffEq.jl.git
Tree: d2780a72c6da2d7d26ed752915517a14e445323b

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Sep 21, 2024
1 parent 6b59b85 commit 5b08545
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
28 changes: 23 additions & 5 deletions D/DataDrivenLux/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
[0]
AbstractDifferentiation = "0.4"
ChainRulesCore = "1.15.0-1"
ComponentArrays = "0.13"
DataDrivenDiffEq = "1"
Distributions = "0.25"
DistributionsAD = "0.6"
ForwardDiff = "0.10"
IntervalArithmetic = "0.20"
InverseFunctions = "0.1"
Optim = "1.7.0-1"
ProgressMeter = "1.7.0-1"

["0-0.1"]
AbstractDifferentiation = "0.4"
ComponentArrays = "0.13"
IntervalArithmetic = "0.20"
Lux = "0.4"
NNlib = "0.8"
Optim = "1.7.0-1"
Optimisers = "0.2"
ProgressMeter = "1.7.0-1"
Reexport = "1.2.0-1"
TransformVariables = "0.7"
julia = "1.6.0-1"

["0.2-0"]
AbstractDifferentiation = "0.6"
CommonSolve = "0.2.4-0.2"
ComponentArrays = "0.15"
ConcreteStructs = "0.2.3-0.2"
DocStringExtensions = "0.9.3-0.9"
IntervalArithmetic = "0.22"
Lux = "1"
LuxCore = "1"
Optimisers = "0.3"
Setfield = "1"
StatsBase = "0.34.3-0.34"
TransformVariables = "0.8"
WeightInitializers = "1"
julia = "1.10.0-1"
15 changes: 13 additions & 2 deletions D/DataDrivenLux/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,21 @@ InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff"

["0-0.1"]
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

["0.2-0"]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
3 changes: 3 additions & 0 deletions D/DataDrivenLux/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ git-tree-sha1 = "0d54579e83438a1d2102421f6d77475f7fb312a5"

["0.1.1"]
git-tree-sha1 = "5f9bc19ca304da65f2d5da363b82faafe1afe997"

["0.2.0"]
git-tree-sha1 = "d2780a72c6da2d7d26ed752915517a14e445323b"

0 comments on commit 5b08545

Please sign in to comment.