Skip to content

Commit

Permalink
Raise version number to v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwilliam77 committed Jan 4, 2021
1 parent 0f0c45f commit 37ef62d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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.12 Release Notes
New Features:
- Better print statements during estimation

Bug Fixes:
- Estimation of regime switching parameters works correctly

# SMC.jl 0.1.11 Release Notes
New Features:
- Estimate regime switching parameters
Expand Down
4 changes: 2 additions & 2 deletions 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.11"
version = "0.1.12"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down Expand Up @@ -31,7 +31,7 @@ Distributions = "0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24"
FileIO = "1.0.7, 1.1, 1.2, ^1.3"
HDF5 = "0.12, 0.13, 0.14"
JLD2 = "^0.1.3, 0.2, 0.3"
ModelConstructors = "0.1.10, 0.1.11, 0.1.12, 0.1.13"
ModelConstructors = "0.1.10, 0.1.11, 0.1.12, 0.2"
PDMats = "^0.9.10, 0.10"
Roots = "0.7, 0.8, 1"
StatsBase = "0.29, 0.30, 0.31, 0.32.0, 0.33.0"
Expand Down

0 comments on commit 37ef62d

Please sign in to comment.