- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Jun 04, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1866
-
- May 31, 2021
-
-
Sébastien Villemot authored
Closes: #67
-
Related to dynare!1863
-
Sébastien Villemot authored
For the time being, the preprocessor will refuse that this option be used with any command other than estimation. By the way, remove occbin_likelihood and occbin_smoother options to estimation. Ref. dynare#569
-
- May 27, 2021
-
-
Sébastien Villemot authored
Add smoother_redux option See merge request !38
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
-
- May 26, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1844, dynare!1851
-
Sébastien Villemot authored
This will simplify the implementation of heteroskedastic_shocks.
-
Sébastien Villemot authored
-
- May 24, 2021
-
-
Sébastien Villemot authored
— drop Windows 32-bit support — drop -fno-omit-frame-pointer compilation flag under GNU/Linux — drop -static-libstdc++ flag under Windows — no longer link to -lstdc++ under GNU/Linux and macOS — gracefully fail when 'mexext' value is unknown
-
- May 11, 2021
-
-
Sébastien Villemot authored
Can be useful when resetting a filename option to an empty value, e.g. for the mh_initialize_from_previous_mcmc_* options. Ref. dynare!1841
-
Sébastien Villemot authored
Ref. dynare!1841
-
- May 10, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1842
-
Sébastien Villemot authored
-
- May 07, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1839
-
- May 06, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1843
-
- May 04, 2021
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
The result would be wrong. Ref. dynare#1726
-
- Apr 30, 2021
-
-
Sébastien Villemot authored
-
- Apr 26, 2021
-
-
Sébastien Villemot authored
If the old file and the new contents shared a common prefix, then the output in the generated file would be truncated at the start. Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
put get_power_deriv inside Julia module See merge request !37
-
-
- Apr 23, 2021
-
-
Sébastien Villemot authored
— rename the files with camel case — encapsulate the functions with modules — change the signature of function <MODFILE>_dynamic_set_series!, by removing the output argument and appending the exclamation mark, since this function modifies one of its arguments, and for symmetry with the static version Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
- Apr 22, 2021
-
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
Allows to write M_.NNZDerivatives_objective in the driver.m file See merge request !36
-
Normann Rion authored
Writes the number of non-zero derivatives of the planner objective function NNZDerivatives_objective in the driver.m file. Useful for the k-order approximations of welfare.
-
-
- Apr 20, 2021
-
-
Sébastien Villemot authored
This option was treated as a numeric value: it was a hack to ensure that the name of the dseries object was printed without quotes in the driver file. However, that would make the JSON output synctically incorrect. This commits removes the hack, and treats the “series” option as a string value (in the same way as for the “data” command). A modification of the MATLAB code will thus be needed to accomodate the change.
-
- Apr 19, 2021
-
-
Sébastien Villemot authored
Ref. DynareJulia/Dynare.jl#1
-
Sébastien Villemot authored
The Julia code now uses the JSON output for retrieving the information that previously was in the driver file.
-
- Apr 16, 2021
-
-
Sébastien Villemot authored
DataTree::operator=(): fix crash when symbol ID ordering of model local variables does not correspond to the recursive ordering in the model block Ref. dynare#1782
-
- Apr 06, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— add “-s” to LDFLAGS instead of manually calling strip — on GNU/Linux, do not pass “-static” to LDFLAGS. We can dynamically link against glibc, since in Artifacts.toml we explicitly mention that we compile for a glibc system (and not musl) — use --host=i686-linux-gnu to compile for GNU/Linux 32-bit, instead of passing “-m32” N.B.: Under Debian, g++-i686-linux-gnu must be installed. Otherwise this will silently use the 64-bit compiler — for symmetry, use --host=x86_64-linux-gnu for GNU/Linux 64-bit — on macOS, pass “-static-libgcc” through LDFLAGS rather than CXXFLAGS; this requires setting CC to gcc-10 — use better names for the jobs
-
- Apr 02, 2021
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-