Skip to content

Commit

Permalink
Merge branch 'master' into compathelper/new_version/2023-06-20-00-28-…
Browse files Browse the repository at this point in the history
…18-752-01921173878
  • Loading branch information
yebai authored Aug 16, 2023
2 parents a2f3639 + 1b67694 commit e42eec9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.28.1"

version = "0.28.2"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -37,6 +36,14 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"

[weakdeps]
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"

[extensions]
TuringDynamicHMCExt = "DynamicHMC"
TuringOptimExt = "Optim"

[compat]
AbstractMCMC = "4"
AdvancedHMC = "0.3.0, 0.4.0, 0.5.2"
Expand All @@ -57,7 +64,7 @@ Libtask = "0.7, 0.8"
LogDensityProblems = "2"
LogDensityProblemsAD = "1.4"
MCMCChains = "5, 6"
NamedArrays = "0.9"
NamedArrays = "0.9, 0.10"
Optim = "1"
Reexport = "0.2, 1"
Requires = "0.5, 1.0"
Expand All @@ -70,14 +77,6 @@ StatsFuns = "0.8, 0.9, 1"
Tracker = "0.2.3"
julia = "1.7"

[extensions]
TuringDynamicHMCExt = "DynamicHMC"
TuringOptimExt = "Optim"

[extras]
DynamicHMC="bbc10e6e-7c05-544b-b16e-64fede858acb"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"

[weakdeps]
DynamicHMC="bbc10e6e-7c05-544b-b16e-64fede858acb"
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ForwardDiff = "0.10.12 - 0.10.32, 0.10"
LogDensityProblems = "2"
LogDensityProblemsAD = "1.4"
MCMCChains = "5, 6"
NamedArrays = "0.9.4"
NamedArrays = "0.9.4, 0.10"
Optim = "1"
Optimization = "3.5"
OptimizationOptimJL = "0.1"
Expand Down

0 comments on commit e42eec9

Please sign in to comment.