|
1 | 1 | name = "AdvancedVI"
|
2 | 2 | uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
|
3 |
| -version = "0.2.4" |
| 3 | +version = "0.3.0" |
4 | 4 |
|
5 | 5 | [deps]
|
6 |
| -Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" |
| 6 | +ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" |
| 7 | +Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" |
| 8 | +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" |
| 9 | +DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" |
7 | 10 | Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
|
8 |
| -DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c" |
9 | 11 | DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
|
10 |
| -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
| 12 | +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" |
| 13 | +Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196" |
11 | 14 | LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
| 15 | +LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" |
| 16 | +Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" |
12 | 17 | ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
|
13 | 18 | Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
14 | 19 | Requires = "ae029012-a4dd-5104-9daa-d747884805df"
|
| 20 | +SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a" |
15 | 21 | StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
16 |
| -StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" |
17 |
| -Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" |
| 22 | + |
| 23 | +[weakdeps] |
| 24 | +Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" |
| 25 | +Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" |
| 26 | +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
| 27 | +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
| 28 | +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" |
| 29 | + |
| 30 | +[extensions] |
| 31 | +AdvancedVIEnzymeExt = "Enzyme" |
| 32 | +AdvancedVIForwardDiffExt = "ForwardDiff" |
| 33 | +AdvancedVIReverseDiffExt = "ReverseDiff" |
| 34 | +AdvancedVIZygoteExt = "Zygote" |
| 35 | +AdvancedVIBijectorsExt = "Bijectors" |
18 | 36 |
|
19 | 37 | [compat]
|
20 |
| -Bijectors = "0.11, 0.12, 0.13" |
21 |
| -Distributions = "0.21, 0.22, 0.23, 0.24, 0.25" |
22 |
| -DistributionsAD = "0.2, 0.3, 0.4, 0.5, 0.6" |
| 38 | +ADTypes = "0.1, 0.2" |
| 39 | +Accessors = "0.1" |
| 40 | +Bijectors = "0.13" |
| 41 | +ChainRulesCore = "1.16" |
| 42 | +DiffResults = "1" |
| 43 | +Distributions = "0.25.87" |
23 | 44 | DocStringExtensions = "0.8, 0.9"
|
24 |
| -ForwardDiff = "0.10.3" |
25 |
| -ProgressMeter = "1.0.0" |
26 |
| -Requires = "0.5, 1.0" |
| 45 | +Enzyme = "0.11.7" |
| 46 | +FillArrays = "1.3" |
| 47 | +ForwardDiff = "0.10.36" |
| 48 | +Functors = "0.4" |
| 49 | +LinearAlgebra = "1" |
| 50 | +LogDensityProblems = "2" |
| 51 | +Optimisers = "0.2.16, 0.3" |
| 52 | +ProgressMeter = "1.6" |
| 53 | +Random = "1" |
| 54 | +Requires = "1.0" |
| 55 | +ReverseDiff = "1.15.1" |
| 56 | +SimpleUnPack = "1.1.0" |
27 | 57 | StatsBase = "0.32, 0.33, 0.34"
|
28 |
| -StatsFuns = "0.8, 0.9, 1" |
29 |
| -Tracker = "0.2.3" |
| 58 | +Zygote = "0.6.63" |
30 | 59 | julia = "1.6"
|
31 | 60 |
|
32 | 61 | [extras]
|
| 62 | +Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" |
| 63 | +Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" |
| 64 | +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
33 | 65 | Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
| 66 | +ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" |
34 | 67 | Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
| 68 | +Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" |
35 | 69 |
|
36 | 70 | [targets]
|
37 | 71 | test = ["Pkg", "Test"]
|
0 commit comments