Skip to content

Commit

Permalink
Add AdvancedPS (#1482)
Browse files Browse the repository at this point in the history
* Add AdvancedPS

* Update tests

* Delete AdvancedSMCExtensions.jl

* Update runtests.jl

* Update Project.toml

* VarInfo not imported anymore

* Sampler is not imported anymore

Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
devmotion and yebai authored Dec 3, 2020
1 parent 936b45a commit f0cb89a
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 1,006 deletions.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.15.1"
version = "0.15.2"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
AdvancedHMC = "0bf59076-c3b1-5ca4-86bd-e02cd72cde3d"
AdvancedMH = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170"
AdvancedPS = "576499cb-2369-40b2-a588-c64705576edc"
AdvancedVI = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand Down Expand Up @@ -35,6 +36,7 @@ ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
AbstractMCMC = "2.1"
AdvancedHMC = "0.2.24"
AdvancedMH = "0.5.2"
AdvancedPS = "0.1"
AdvancedVI = "0.1"
BangBang = "0.3"
Bijectors = "0.8"
Expand Down
326 changes: 0 additions & 326 deletions src/contrib/inference/AdvancedSMCExtensions.jl

This file was deleted.

1 change: 1 addition & 0 deletions src/core/Core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ using StatsFuns: logsumexp, softmax
@reexport using DynamicPPL
using Requires

import AdvancedPS
import ZygoteRules

include("container.jl")
Expand Down
Loading

2 comments on commit f0cb89a

@devmotion
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/25781

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.15.2 -m "<description of version>" f0cb89a797ca57379557c61f2b17d0d399d24642
git push origin v0.15.2

Please sign in to comment.