- Nov 21, 2019
-
-
Sébastien Villemot authored
Laplace approximation: filter out non-positive definite Hessians Closes #1659 See merge request !1666
-
Sébastien Villemot authored
Shorten block in Tex-citation See merge request !1665
-
Johannes Pfeifer authored
Avoids arrows from linebreaks introduced by the software
-
Johannes Pfeifer authored
Closes #1659
-
Sébastien Villemot authored
There were previously two lists of members, which were inconsistent. By the way, add Sumudu to the list.
-
- Nov 19, 2019
-
-
Sébastien Villemot authored
We now support Octave ≥ 4.2 only. By the way, in another test, use the isoctave function instead of manual test.
-
Sébastien Villemot authored
Previously, if Blanchard-Kahn conditions were not satisfied, there was the possibility an exception about NaN/Inf values in gy/gu was raised *before* the exception about BK itself, leading to a confusing message. This commits moves the test for BK before the test for NaN/Inf in gy/gu. Closes: #674
-
Sébastien Villemot authored
In 98bdf765, all XLSX files were removed in favour of XLS, for compatibility with MATLAB R2009b. But this broke the very same tests under Octave, since XLS support is not very good there. This commit implements a solution that works everywhere, by using XLSX whenever possible, and XLS otherwise.
-
- Nov 18, 2019
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Nov 15, 2019
-
-
Sébastien Villemot authored
Was broken by the previous commit, which renamed some datafile without updating EXTRA_DIST in tests/Makefile.am.
-
Sébastien Villemot authored
— use XLS instead of XLSX in testsuite datafiles — use optimset instead of optimoptions — use quadv/quadl/quadgk instead of integral — fix race condition in load_m_file_data_legacy.m tests — use fallback implementation for intersect(…, 'stable')
-
- Nov 14, 2019
-
-
Sébastien Villemot authored
Also includes various modernizations.
-
Sébastien Villemot authored
Some URLs have changed with the new Dynare website. Also use HTTPS whenever possible.
-
Sébastien Villemot authored
Mentioning that Octave is a GNU project is pointless and maybe even confusing for users.
-
Sébastien Villemot authored
Previously, the solver would recompute the Jacobian at every iteration. But, if an iteration fails, the current point is not moved (only the radius of the trust region changes), hence it is not necessary to recompute the Jacobian in that case. This commit implements this optimization.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
When the model is linear, there is no need to reevaluate the Jacobian for each time period, since it is invariant. Closes: #1662
-
Sébastien Villemot authored
-
- Nov 13, 2019
-
-
Sébastien Villemot authored
Add fallback implementation for contains and splitlines functions. See merge request !1664
-
Dóra Kocsis authored
-
- Nov 06, 2019
-
-
Houtan Bastani authored
* split up report output, creating new files for the preamble, the body of the report, and each individual page of the report. * allow the user to set the page number * allow for the removal of headers and footers from a given page
-
- Oct 25, 2019
-
-
Houtan Bastani authored
-
- Oct 24, 2019
-
-
Houtan Bastani authored
-
- Oct 23, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Oct 22, 2019
-
-
Sébastien Villemot authored
-
- Oct 17, 2019
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
* The macOS snapshot until this point did not work unless the user had already installed `libmatio`, `gsl`, and `gcc` via Homebrew. * We are not modifying `m4/ax_matio.m4` as we want to still be able to compile against shared libraries in development
-
Sébastien Villemot authored
-
- Oct 16, 2019
-
-
Stéphane Adjemian authored
-
- Oct 15, 2019
-
-
Sébastien Villemot authored
-
- Oct 14, 2019
-
-
Sébastien Villemot authored
Closes #1478
-
Sébastien Villemot authored
In particular, mention the Linux Mint and Arch Linux packages.
-
- Oct 09, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
[skip ci]
-
Houtan Bastani authored
shorten test names because adding `_namespace` made some .mod file names too long
-
Houtan Bastani authored
-
Sébastien Villemot authored
[skip ci]
-