Releases: thorek1/MacroModelling.jl
Releases · thorek1/MacroModelling.jl
v0.1.19
v0.1.18
v0.1.17
v0.1.16
MacroModelling v0.1.16
v0.1.15
MacroModelling v0.1.15
- New function names to get steady state: SS, steady_state, SSS
- Faster load times: Plots, StatsPlots no longer loaded with package
- Added convenience functions for defining estimation priors
v0.1.14
MacroModelling v0.1.14
- Improve solution plots
- Improve docs
- Improve tests
- Fix SSS
- add baseline RBC
- Improve LM custom solver
v0.1.13
MacroModelling v0.1.13
- custom Levenberg-Marquardt type non stochastic steady state solver
- derivatives (forward autodiff) of higher order perturbation solutions -> stochastic steady state derivatives
- fixed model translation on Windows
- improved tests and clean up of internals
- faster load times due to precompilation
v0.1.12
MacroModelling v0.1.12
v0.1.11
MacroModelling v0.1.11
Merged pull requests:
v0.1.10
MacroModelling v0.1.10
- implemented Binder and Pesaran (1997) first order solution method (quadratic iteration)
- better bounds checking
- better error messages for calibration equations in @parameters
- added NAWM EAUS (2008) model
- improved SS solver
- improved plot formatting for PlotlyJS -> Pluto
- model derivatives taken with Symbolics.jl instead of SymPy (up to 3x speedup)