- fix compatibility with DynarePreprocessor_jll
- fix initval with parameters
- fix occasionally binding constraints
- fix histval for models with lead or lag exogenous variable
- fix shocks for exogenous variables with steady state different from zero
- add tests for initialization
- add support for endval
- fix timing bug in perfect foreisght
- change location of Dynare model functions
- switch to sparse matrices for model derivatives
- add numerical solution for steady state
- fix mcp simulations
- update version of FastLapackInterface, PolynomialMatrixEquations and LinearRationalExpectations
- add line breaks to model in Latex reports using lstlisting
- provide an additional format where the parameter value is set after the parameter rather than below
- fix histval for auxiliary variables
- fix histval for prefect foresight models
- fix autocorrelation for stationary models
- don't compute autocorrelation for non stationary models
- add tolf option for steady and perfect foresight
- fix IRFs plotting in several panels (more than 6 variables)
- fix perfect foresight wit no exogenous variable or no shock
- change signature of steady_state_function
- force Int64 numerical constant (necessary for Julia 32bit)
- removing debug instructions
- fix reporting with end of line CR LF
- add plots for TimeDataFrames series
- add accessor functions
- fix
histval
- fix
ramsey_constraints
- add support for MCP problems in
perfect_foresight
- fix preprocessor problem with macOS
- fix backward-looking model simulation
- IRFs are now stored in a vector of TimeDataFrames
- fix graphs in Windows
- fix bugs in initval-file
- update to ExtendedDates v0.1.2
- fix bugs in
perfect_foresight
- adding moments and IRFs to stoch_simul
- open automatically image viewer in
graphs
directory upon exit - save
context
in a JLD2 file in theoutput
directory - fix bug in
perfect_foresight
- fixing bug linked to the use of StatsFuns in Dynare generated functions
- Moving project from https://git.dynare.org/DynareJulia/Dynare.jl to https://github.com/DynareJulia/Dynare.jl
- Adding project to Julia's General Registry