- Mar 12, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit e433f734)
-
Sébastien Villemot authored
If there were more than 10 files of Metropolis parameter draws, the ordering the files containing the posterior moments could be different from that of the parameter draws. This is because the “dir()” command was used to order the files containing the parameter draws, and because the command uses alphabetic ordering, file #10 would come before #2. This commit enforces the numerical ordering of files. (cherry picked from commit e93c7b6b)
-
Sébastien Villemot authored
(cherry picked from commit 8c6b24db)
-
- Mar 10, 2020
-
-
Sébastien Villemot authored
Thanks to checkcode(). (cherry picked from commit d01846e5)
-
Update parameter vector from steady state file and provide correct nocheck flag (cherry picked from commit 99f4fcad)
-
- Mar 09, 2020
-
-
(cherry picked from commit 16cbfa7f)
-
Prevents crashes in "prior moments" (cherry picked from commit 16f65a2f)
-
get_error_message.m needs to always provide the error string, only throwing out the error message needs to depend on noprint Closes Dynare/dynare#1714 (cherry picked from commit b7ef2181)
-
- Mar 07, 2020
- Mar 05, 2020
-
-
Houtan Bastani authored
(cherry picked from commit 0e6ba476)
-
Houtan Bastani authored
(cherry picked from commit a42ed77a)
-
Houtan Bastani authored
macOS installer: change website tested to `github.com` in case `google.com` is blocked in user's country (cherry picked from commit 76902841)
-
Houtan Bastani authored
(cherry picked from commit 72c7a9ff)
-
Houtan Bastani authored
(cherry picked from commit eb6ab069)
-
- Mar 02, 2020
-
-
Sébastien Villemot authored
Also add a corresponding regression test case. (manually cherry picked from commit 3ec1d151)
-
[skip ci] (cherry picked from commit 068a3e4b)
-
- Feb 26, 2020
-
-
Houtan Bastani authored
- did not account for cases when username not set (namely when remote is localhost) - did not account for cases when remote directory was not set (namely when remote is localhost) - added unnecessary `filesep` to `pname` when `pname` was empty - ignore unused output arguments (it is necessary to explicitly ignore them to prevent unwanted output from the `system` call) - globbing did not work as it was expanded on the calling machine not the remote; pass call to `bash -c` to handle this (cherry picked from commit 7a02b3bf)
-
Houtan Bastani authored
(cherry picked from commit 54fe1c75)
-
(cherry picked from commit 00747b49)
-
(cherry picked from commit c48542c3)
-
- Feb 25, 2020
-
-
Sébastien Villemot authored
Introduced in 2ae88722 (cherry picked from commit 1abd50c2)
-
Sébastien Villemot authored
-
Fixes Dynare/dynare#1711 together with Dynare/preprocessor!15 (cherry picked from commit 3cf622cd)
-
Sébastien Villemot authored
(cherry picked from commit 2ae88722)
-
Prevents aborting with a cryptic crash (cherry picked from commit b3849322)
-
Sébastien Villemot authored
(cherry picked from commit aca4aa7b)
-
Sébastien Villemot authored
(cherry picked from commit 31c19272)
-
Sébastien Villemot authored
The Emacs lisp source file was failing byte-compilation, because the “dynare-blocks” variable was used within an “eval-when-compile” block, while its definition was not in such a block. (cherry picked from commit 3a0327d3)
-
(cherry picked from commit 97f7b773)
-
- Feb 24, 2020
-
-
Sébastien Villemot authored
The copy of MathJax that we were embedding was not source code, because it contained minified Javascript. In particular, this is a problem for the official Debian package. We now strip the copy. Users compiling the HTML manual from the source tarball will therefore get MathJax from a CDN (this is the default behaviour of Sphinx). (cherry picked from commit d98cf641)
-
Sébastien Villemot authored
(cherry picked from commit 9ba634ad)
-
- Feb 21, 2020
-
-
Sébastien Villemot authored
[skip ci] (cherry picked from commit 3879ce08)
-
- Feb 20, 2020
-
-
Sébastien Villemot authored
(cherry picked from commit 69ea03b5)
-
- Feb 19, 2020
-
-
Houtan Bastani authored
a blank line is needed after a bulleted list (cherry picked from commit 2fea0338)
-
Sébastien Villemot authored
(cherry picked from commit 3e5508be)
-
Sébastien Villemot authored
(cherry picked from commit fbf97a0d)
-