diff --git a/NEWS.md b/NEWS.md index c62c1b2..cbcea70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/Project.toml b/Project.toml index 8d649b5..78ba2db 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SMC" uuid = "c6043b28-c053-11e9-348c-19d3cb73bbb3" authors = ["William Chen ", "Shlok Goyal ", "Alissa Johnson "] -version = "0.1.13" +version = "0.1.14" [deps] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"