- 25 Jan, 2018 2 commits
-
-
Houtan Bastani authored
(cherry picked from commit 3a622738)
-
Revert "macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578" Commit 204d9cd0 fails with gcc 4.9 (I checked that it works flawlessly with 6.x). The error message is: MacroDriver.cc:63:24: error: 'class std::basic_string<char>' has no member named 'front' if (it->second.front() == '[' && it->second.back() == ']') ^ MacroDriver.cc:63:53: error: 'class std::basic_string<char>' has no member named 'back' if (it->second.front() == '[' && it->second.back() == ']') Ideally we should bump the version of gcc used in the build system, but I will not do that before the next bug fix release. I suppose it is easier to replace the front() and back() methods. (cherry picked from commit 4d89452e)
-
- 24 Jan, 2018 5 commits
-
-
(cherry picked from commit ef797eec)
-
(cherry picked from commit 28b499af)
-
Stéphane Adjemian authored
(cherry picked from commit ad0bff37)
-
Workaround for Octave bug https://savannah.gnu.org/bugs/?52568 (cherry picked from commit 99e4cb6e)
-
Otherwise estimation with missing observations and prefilter option will crash (cherry picked from commit 92549e48)
-
- 23 Jan, 2018 1 commit
-
-
Houtan Bastani authored
macroprocessor: interpret arrays passed on the command line as arrays instead of strings. closes #1578 (cherry picked from commit 204d9cd0)
-
- 12 Jan, 2018 8 commits
-
-
- fix to the case when no plot is done when there are too few behavioral/non-behavioral runs [as it already happens when one of the two sets is empty] - added more explicit messages on screen (cherry picked from commit ec35210e)
-
(cherry picked from commit f4b25efc)
-
-
1) definition of annualized_realtime_conditional_shock_decomposition 2) making plots when vintage is not Q4. The latter required some restructuring and factorization of the code (cherry picked from commit 3e589d24) Fixed conflicts: matlab/annualized_shock_decomposition.m
-
(cherry picked from commit fd8a69d9)
-
- set xind_tick for very short time intervals in plots - provisions for change in behavior of matlab bar function since R2017b (cherry picked from commit a04b2876)
-
- wrong output list of evaluate_smoother (M missing_) - realtime option must be forced to be zero - wrong name of option fig_names (cherry picked from commit 5d6b688f)
-
(cherry picked from commit 45166aba)
-
- 08 Nov, 2017 1 commit
-
-
Closes #1548 (cherry picked from commit ff1ae57e)
-
- 19 Oct, 2017 4 commits
-
-
Stéphane Adjemian authored
(cherry picked from commit d57b0723)
-
Stéphane Adjemian authored
(cherry picked from commit 43d910a6)
-
Make isfile.m command work with Matlab versions before 9.1 (cherry picked from commit bb7c2450)
-
Stéphane Adjemian authored
(cherry picked from commit 5cfcadf9)
-
- 18 Oct, 2017 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
(cherry picked from commit 1f5fc8a8)
-
Stéphane Adjemian authored
(cherry picked from commit 798c22fb)
-
- 16 Oct, 2017 1 commit
-
-
Stéphane Adjemian authored
(cherry picked from commit d4e3dbe3)
-
- 13 Oct, 2017 3 commits
-
-
Houtan Bastani authored
(cherry picked from commit 87ea953a)
-
Houtan Bastani authored
(cherry picked from commit 372decfe)
-
Houtan Bastani authored
(cherry picked from commit 6d7ae68e)
-
- 10 Oct, 2017 4 commits
-
-
Stéphane Adjemian authored
This routine has been introduced in R2017b. Closes #1523. (cherry picked from commit 560a047a)
-
Stéphane Adjemian authored
(cherry picked from commit a83258d4)
-
Stéphane Adjemian authored
(cherry picked from commit ce7cfccd)
-
(cherry picked from commit da063b2e)
-
- 08 Oct, 2017 2 commits
-
-
Michel Juillard authored
(cherry picked from commit b1fc34ef) (cherry picked from commit 0068f9f6)
-
Michel Juillard authored
other variables (cherry picked from commit b1fc34ef)
-
- 05 Oct, 2017 1 commit
-
-
Get rid of setting variables from the base workspace in the function, making the function read-only (as the name suggests) (cherry picked from commit 818a07a4)
-
- 04 Oct, 2017 4 commits
-
-
In this case, interval length was 0, crashing the plotting (cherry picked from commit 86e64648)
-
(cherry picked from commit 8fa50ad0)
-
Closes #1487 (cherry picked from commit f0b9f453)
-
Prevents various crashes where functions called rely on fields existing at order>1 (cherry picked from commit 0f84dadb)
-
- 18 Sep, 2017 1 commit
-
-
Houtan Bastani authored
(cherry picked from commit dbe35d18)
-