Skip to content

Commit

Permalink
Update NEWS.md for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pearlzli committed Aug 16, 2017
1 parent 39cbbf4 commit 0b2ce85
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0b2ce85

Please sign in to comment.