From 7a2c7dc4874363c2d5bc6d6e1aeb46b3277445c3 Mon Sep 17 00:00:00 2001 From: William Chen Date: Fri, 19 Mar 2021 10:48:45 -0400 Subject: [PATCH] Raise version number to v0.1.14 --- NEWS.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"