- Jun 07, 2018
-
-
Stéphane Adjemian authored
(cherry picked from commit c5b7d57c)
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
Complete the fix started in 8913791f. Change the test case to prevent regressions. (cherry picked from commit 79484607)
-
(cherry picked from commit 09ac7f62)
-
(cherry picked from commit 8913791f)
-
- Jun 06, 2018
-
-
Sébastien Villemot authored
(cherry picked from commit b080e5d7)
-
Sébastien Villemot authored
Distinguish between a minimal version required (from a source code perspective, applicable on all platforms) and an exact version requirement (from a binary package perspective, in practice used only for our Windows package). (manually cherry picked from commits c1807778 and 88e89dfb)
-
Sébastien Villemot authored
(cherry picked from commit 57f6183d)
-
- Jun 05, 2018
-
-
Sébastien Villemot authored
Those have been moved to the statistics package. If that package is not there, use a fallback. (cherry picked from commit 933ed45e)
-
Sébastien Villemot authored
Packages are no longer autoloaded, so testing whether they are "Loaded" does not work in all cases. The function now ensures that the package is loaded. (cherry picked from commit 7cbac0c9)
-
Sébastien Villemot authored
(cherry picked from commit 8cadb2ac)
-
Sébastien Villemot authored
(manually cherry picked from commit c7a57e59)
-
Sébastien Villemot authored
(cherry picked from commit e1a3c40e)
-
- May 25, 2018
-
-
Sébastien Villemot authored
Fix bug when a trinary operator becomes a temporary term with block decomposition (without bytecode)
-
- May 16, 2018
-
-
Sébastien Villemot authored
(cherry picked from commit a3301777)
-
Sébastien Villemot authored
This breaks the matrix.h of older MATLABs (e.g. R2009a). Also see <uchar.h>. (cherry picked from commit f665379f)
-
Sébastien Villemot authored
(cherry picked from commit fbddfc0a)
-
Sébastien Villemot authored
This API was introduced in MATLAB 9.4 (R2018a), because the internal representation of complex numbers has changed. (cherry picked from commit 7a2aa211)
-
Sébastien Villemot authored
Take into account the API break in the MEX interface (new interleaved complex API). But do not split MEX directories on MacOS X for the time being. (cherry picked from commit 473b2f59)
-
- May 05, 2018
-
-
Stéphane Adjemian authored
(cherry picked from commit fa67aeb7)
-
- Apr 23, 2018
-
-
This fixes compilation with TeX Live 2018. (cherry picked from commit 9e06eb8e)
-
- Feb 02, 2018
- Feb 01, 2018
-
-
https://github.com/DynareTeam/dynare/commit/99dbc8c74d0ecf4c7a610c4a394fd85028cf2741 introduced a bug by disabling the resetting of the prior bounds used for the MCMC. The manual clearly states the bounds are only operational during mode-finding, but not during MCMC (and therefore prior sampling) (cherry picked from commit 127a543b)
-
Stéphane Adjemian authored
(cherry picked from commit 410f8bd0)
-
Comment: A user provided a file in which the Sylvester equation solved using doubling can evaluate to inf. When Doubling fails, one can try the Hessenberg-Schur algorithm.
-
- Jan 29, 2018
-
-
Stéphane Adjemian authored
(cherry picked from commit b91fa10f)
-
Stéphane Adjemian authored
(cherry picked from commit 2f4b883f)
-
Stéphane Adjemian authored
(cherry picked from commit 48b58394)
-
Stéphane Adjemian authored
-
Houtan Bastani authored
(cherry picked from commit bfe07d38)
-
- Jan 27, 2018
-
-
(cherry picked from commit b3bcd2c8) Fixed conflicts in matlab/initial_condition_decomposition.m.
-
(cherry picked from commit 5e7256da) Fixed conflicts in matlab/graph_decomp_detail.m. Also fixed issues due to the transition from char arrays to cell of row char arrays for the variable names.
-
The singularity branch did not correctly account for the switching number of observables (cherry picked from commit cbc0cdfe)
-
- Jan 26, 2018
-
-
(cherry picked from commit 8e73289f)
-
Stéphane Adjemian authored
(cherry picked from commit c4f19586)
-
(cherry picked from commit b9741548)
-
fix to the Kitigawa transformation that allows to reduce the computing time of the likelihood in large models, with a lot of static variables, by 30-50%. This fixes the bug in e97e5c34 that led to 2f9dc092 It is tested and completely fixes the issue highlighted in #1312. (cherry picked from commit cf8213f7)
-
Stéphane Adjemian authored
Fixes the bug introduced in bbdde462.
-
- Jan 25, 2018
-
-
Prevents freezing if dialog has not been opened before (cherry picked from commit 9fadf19b)
-