Skip to content

Commit

Permalink
New version: AdvancedVI v0.3.0 (#122152)
Browse files Browse the repository at this point in the history
UUID: b5ca4192-6429-45e5-a2d9-87aec30a685c
Repo: https://github.com/TuringLang/AdvancedVI.jl.git
Tree: a704934b7a8a0d038e4476181b3182e3fa78887b

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Dec 30, 2024
1 parent 3c76d26 commit dc56e90
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 19 deletions.
45 changes: 31 additions & 14 deletions A/AdvancedVI/Compat.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[0]
DistributionsAD = "0.2-0.6"
ForwardDiff = "0.10.3-0.10"
ProgressMeter = "1"
Tracker = "0.2.3-0.2"

["0-0.1"]
julia = "1"

Expand All @@ -19,6 +13,12 @@ StatsFuns = "0.8-0.9"
["0-0.1.5"]
DocStringExtensions = "0.8"

["0-0.2"]
DistributionsAD = "0.2-0.6"
ForwardDiff = "0.10.3-0.10"
ProgressMeter = "1"
Tracker = "0.2.3-0.2"

["0-0.2.2"]
StatsBase = "0.32-0.33"

Expand All @@ -31,19 +31,19 @@ Distributions = "0.21-0.24"
["0.1.2-0.1.4"]
Bijectors = "0.4-0.9"

["0.1.3-0"]
["0.1.3-0.2"]
Distributions = "0.21-0.25"

["0.1.5-0"]
StatsFuns = ["0.8-0.9", "1"]

["0.1.5-0.1"]
Bijectors = "0.4-0.10"

["0.1.5-0.2"]
StatsFuns = ["0.8-0.9", "1"]

["0.1.6-0"]
DocStringExtensions = "0.8-0.9"

["0.2-0"]
["0.2"]
julia = "1.6.0-1"

["0.2-0.2.3"]
Expand All @@ -52,7 +52,7 @@ Bijectors = "0.11-0.12"
["0.2.10"]
Bijectors = "0.11-0.14"

["0.2.11-0"]
["0.2.11-0.2"]
Bijectors = "0.11-0.15"

["0.2.3-0"]
Expand All @@ -62,8 +62,25 @@ StatsBase = "0.32-0.34"
Bijectors = "0.11-0.13"

["0.2.5-0"]
ADTypes = ["0.2", "1"]
DiffResults = "1"
Requires = "1"

["0.2.5-0.2"]
ADTypes = ["0.2", "1"]
LinearAlgebra = "1.6.0-1"
Random = "1.6.0-1"
Requires = "1"

["0.3-0"]
ADTypes = "1"
Accessors = "0.1"
ChainRulesCore = "1.16.0-1"
DifferentiationInterface = "0.6"
Distributions = "0.25.111-0.25"
FillArrays = "1.3.0-1"
Functors = "0.4-0.5"
LinearAlgebra = "1"
LogDensityProblems = "2"
Optimisers = "0.2.16-0.4"
ProgressMeter = "1.6.0-1"
Random = "1"
julia = "1.10.0-1"
17 changes: 14 additions & 3 deletions A/AdvancedVI/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
[0]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

["0-0.2"]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"

["0.2.5-0"]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"

["0.3-0"]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
3 changes: 3 additions & 0 deletions A/AdvancedVI/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ git-tree-sha1 = "d23ac9ecdf0ba3dfdd8ea22f42793fabc763afdc"

["0.2.11"]
git-tree-sha1 = "e45e57cea1879400952fe34b0cbc971950408af8"

["0.3.0"]
git-tree-sha1 = "a704934b7a8a0d038e4476181b3182e3fa78887b"
9 changes: 8 additions & 1 deletion A/AdvancedVI/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@
Enzyme = "0.12"

["0.2.5-0"]
Flux = "0.14"
ReverseDiff = "1"
Zygote = "0.6"

["0.2.5-0.2"]
Flux = "0.14"

["0.2.6-0.2.8"]
Enzyme = "0.11"

["0.2.9-0"]
Enzyme = "0.13"

["0.3-0"]
Bijectors = "0.13-0.15"
ForwardDiff = "0.10"
Mooncake = "0.4"
9 changes: 8 additions & 1 deletion A/AdvancedVI/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
["0.2.5-0"]
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

["0.2.5-0.2"]
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"

["0.3-0"]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"

0 comments on commit dc56e90

Please sign in to comment.