- 17 Dec, 2020 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 25 Jun, 2020 1 commit
-
-
Sébastien Villemot authored
Daily frequency Closes Enterprise/dseries#1 and #44 See merge request !38
-
- 24 Jun, 2020 2 commits
-
-
Dóra Kocsis authored
-
Dóra Kocsis authored
-
- 22 Jun, 2020 1 commit
-
-
Dóra Kocsis authored
-
- 17 Jun, 2020 1 commit
-
-
Dóra Kocsis authored
-
- 04 Jun, 2020 2 commits
-
-
Sébastien Villemot authored
Add bi-annual frequency. See merge request !37
-
Dóra Kocsis authored
-
- 30 Apr, 2020 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 07 Apr, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 02 Mar, 2020 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 23 Jan, 2020 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
It was no more possible to fill a variable with NaNs, after the switch to the new behaviour of the merge method (see test #5 in @dseries/merge.m). Added a legacy mode to the merge method to circumvent the issue (@dseries/subsasgn sets legacy equal to true when calling the merge method).
-
- 17 Jan, 2020 1 commit
-
-
Stéphane Adjemian authored
Second argument of merge overwrites its first argument except if second argument has NaNs (in this case first argument takes precedence). This commit reverts fd7476e6 and adds a new unit test.
-
- 09 Jan, 2020 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 06 Jan, 2020 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 14 Dec, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 13 Dec, 2019 4 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 12 Dec, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 05 Dec, 2019 5 commits
-
-
Stéphane Adjemian authored
Normally it should still be possible to instantiate dseries objects from mat files generated by previous versions of Dynare (before 4.6).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 26 Nov, 2019 1 commit
-
-
Houtan Bastani authored
warning doesn't print sprintf characters unless it is given more than one argument. hence use sprintf
-
- 23 Oct, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 16 Oct, 2019 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
If a variable, say x, is defined both in dseries objects o and p, then merge(o, p) will select the variable x as defined in the second input, p, except for NaNs elements in p if corresponding elements in the first input, o, are numbers.
-
Stéphane Adjemian authored
-
- 03 Oct, 2019 1 commit
-
-
Houtan Bastani authored
-