|
1 | 1 | name = "DynamicPPL" |
2 | 2 | uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" |
3 | | -authors = [ "mohamed82008 <[email protected]>"] |
4 | | -version = "0.8.2" |
| 3 | +version = "0.9.0" |
5 | 4 |
|
6 | 5 | [deps] |
7 | 6 | AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" |
8 | 7 | Bijectors = "76274a88-744f-5084-9051-94815aaf08c4" |
9 | 8 | Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" |
10 | 9 | MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" |
| 10 | +NaturalSort = "c020b1a1-e9b0-503a-9c33-f039bfc54a85" |
11 | 11 | Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
12 | 12 | ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444" |
13 | 13 |
|
14 | 14 | [compat] |
15 | 15 | AbstractMCMC = "1" |
16 | 16 | Bijectors = "0.5.2, 0.6, 0.7, 0.8" |
17 | | -Distributions = "0.22, 0.23" |
| 17 | +Distributions = "0.23.8" |
18 | 18 | MacroTools = "0.5.1" |
| 19 | +NaturalSort = "1" |
19 | 20 | ZygoteRules = "0.2" |
20 | | -julia = "1" |
21 | | - |
22 | | -[extras] |
23 | | -AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d" |
24 | | -AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170" |
25 | | -BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" |
26 | | -DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c" |
27 | | -DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" |
28 | | -EllipticalSliceSampling = "cad2338a-1db2-11e9-3401-43bc07c9ede2" |
29 | | -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
30 | | -Libtask = "6f1fad26-d15e-5dc8-ae53-837a1d7b8c9f" |
31 | | -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
32 | | -LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" |
33 | | -Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" |
34 | | -MCMCChains = "c7f686f2-ff18-58e9-bc7b-31028e88f75d" |
35 | | -Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" |
36 | | -PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150" |
37 | | -ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c" |
38 | | -Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
39 | | -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" |
40 | | -Requires = "ae029012-a4dd-5104-9daa-d747884805df" |
41 | | -SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" |
42 | | -Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" |
43 | | -StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" |
44 | | -StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" |
45 | | -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
46 | | -Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c" |
47 | | -UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" |
48 | | -Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" |
49 | | - |
50 | | -[targets] |
51 | | -test = ["AdvancedHMC", "AdvancedMH", "DistributionsAD", "DocStringExtensions", "EllipticalSliceSampling", "ForwardDiff", "Libtask", "LinearAlgebra", "LogDensityProblems", "Logging", "MCMCChains", "Markdown", "PDMats", "ProgressLogging", "Random", "Reexport", "Requires", "SpecialFunctions", "Statistics", "StatsBase", "StatsFuns", "Test", "Tracker", "UUIDs", "Zygote"] |
| 21 | +julia = "1.3" |
0 commit comments