Skip to content

Commit

Permalink
New version: ContinuousNormalizingFlows v0.14.1
Browse files Browse the repository at this point in the history
UUID: 00b1973d-5b2e-40bf-8604-5c9c1d8f50ac
Repo: https://github.com/impICNF/ContinuousNormalizingFlows.jl.git
Tree: f3d1b634859392daa684fa302da4b3d0c9de5a78

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
  • Loading branch information
JuliaRegistrator committed Oct 27, 2023
1 parent f520eba commit 3501641
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
18 changes: 14 additions & 4 deletions C/ContinuousNormalizingFlows/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[0]
AbstractDifferentiation = "0.5"
ComputationalResources = "0.3"
Distributions = "0.25"
DistributionsAD = "0.6"
Expand All @@ -22,6 +21,9 @@ DifferentialEquations = "7"
["0-0.13"]
MLJBase = "0.21"

["0-0.14.0"]
AbstractDifferentiation = "0.5"

["0-0.5"]
DataFrames = "1.2.0-1"
FillArrays = ["0.13", "1"]
Expand Down Expand Up @@ -52,17 +54,25 @@ PackageExtensionCompat = "1"
["0.10.1-0"]
Preferences = "1"

["0.11-0"]
["0.11-0.14.0"]
ADTypes = "0.1-0.2"
Optimisers = "0.2-0.3"

["0.13-0"]
["0.13-0.14.0"]
ComponentArrays = "0.14-0.15"

["0.14-0"]
["0.14.0"]
MLJBase = ["0.21", "1"]
SciMLBase = "1-2"

["0.14.1-0"]
ADTypes = "0.2"
AbstractDifferentiation = "0.6"
ComponentArrays = "0.15"
MLJBase = "1"
Optimisers = "0.3"
SciMLBase = "2"

["0.6-0"]
DataFrames = "1"
FillArrays = "1"
Expand Down
3 changes: 3 additions & 0 deletions C/ContinuousNormalizingFlows/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ git-tree-sha1 = "09cb2eebd38e872180772f1eba31460d608aa1d5"

["0.14.0"]
git-tree-sha1 = "31d9ab84eede443ca9f8b7567df7990a6ec70d60"

["0.14.1"]
git-tree-sha1 = "f3d1b634859392daa684fa302da4b3d0c9de5a78"
5 changes: 4 additions & 1 deletion C/ContinuousNormalizingFlows/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
["0.10-0.13"]
CUDA = "4"

["0.14-0"]
["0.14.0"]
CUDA = "4-5"

["0.14.1-0"]
CUDA = "5"

0 comments on commit 3501641

Please sign in to comment.