From 0b2ce8552ed065c79fbd7ec67c5e12ae98c5cd87 Mon Sep 17 00:00:00 2001 From: Pearl Li Date: Wed, 16 Aug 2017 17:57:15 -0400 Subject: [PATCH] Update NEWS.md for v0.3.1 --- NEWS.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.md b/NEWS.md index 8b5dfb46e..244443e56 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,20 @@ +# DSGE.jl v0.3.1 Release Notes + +## Bug fixes + +- Added the following subspecs: + + Model 990, subspec 3: fixes bugs 1-4 in + [FRBNY-DSGE/DSGE-2015-Apr#1](https://github.com/FRBNY-DSGE/DSGE-2015-Apr/issues/1) + + Model 1002, subspec 10: corrects the definition of `betabar` to use + `m[:σ_c]` instead of `σ_ω_star` + + Model 1010, subspec 20: similarly corrects the definition of `betabar` + +## Deprecation Fixes + +- Implemented `transpose` for `Parameter`s so that matrix division (i.e. the + `(\)` operator) no longer throws a warning + + # DSGE.jl v0.3.0 Release Notes ## New features