From cf41bd2c10bf10260e92aeb39c12d33c18314d1a Mon Sep 17 00:00:00 2001 From: William Chen Date: Thu, 18 Jun 2020 11:11:11 -0400 Subject: [PATCH] Update to Release v0.1.10 --- NEWS.md | 3 +++ Project.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 70b5685..3247f77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# ModelConstructors.jl v0.1.10 Release Notes +- Add random sampling with regime switching in Parameter types + # ModelConstructors.jl v0.1.9 Release Notes - Implement regime switching in Parameter types. diff --git a/Project.toml b/Project.toml index 583933d..9851aeb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ModelConstructors" uuid = "e47e5152-bd14-11e9-1b46-c951f0a7041d" authors = ["William Chen ", "Ethan Matlin ", "Reca Sarfati "] -version = "0.1.9" +version = "0.1.10" [deps] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"