Skip to content

Commit

Permalink
Raise version number to v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Mar 19, 2021
1 parent 4aaab3e commit 7a2c7dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# SMC.jl 0.1.14 Release Notes
Miscellaneous:
- Implement `add_parameters_to_cloud` to help construct
a bridge distribution for a new model by using an estimation of a previous
model, which uses only a subset of the new model's parameters (under some mild assumptions).
- Resolved `logpost` and `logprior` confusion in the source code

# SMC.jl 0.1.13 Release Notes
Miscelleanous:
- Moved `get_fixed_para_inds` and `get_free_para_inds` to ModelConstructors.jl
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SMC"
uuid = "c6043b28-c053-11e9-348c-19d3cb73bbb3"
authors = ["William Chen <[email protected]>", "Shlok Goyal <[email protected]>", "Alissa Johnson <[email protected]>"]
version = "0.1.13"
version = "0.1.14"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down

0 comments on commit 7a2c7dc

Please sign in to comment.