- Jun 24, 2020
-
-
Dóra Kocsis authored
-
Dóra Kocsis authored
-
- Jun 22, 2020
-
-
Dóra Kocsis authored
-
- Jun 17, 2020
-
-
Dóra Kocsis authored
-
- Jun 04, 2020
-
-
Sébastien Villemot authored
Add bi-annual frequency. See merge request Dynare/dseries!37
-
Dóra Kocsis authored
-
- Apr 30, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Apr 07, 2020
-
-
Sébastien Villemot authored
-
- Mar 02, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 23, 2020
-
-
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).
-
- Jan 17, 2020
-
-
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.
-
- Jan 09, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 06, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Dec 14, 2019
-
-
Stéphane Adjemian authored
-
- Dec 13, 2019
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Dec 12, 2019
-
-
Stéphane Adjemian authored
-
- Dec 05, 2019
-
-
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
-
- Nov 26, 2019
-
-
Houtan Bastani authored
warning doesn't print sprintf characters unless it is given more than one argument. hence use sprintf
-
- Oct 23, 2019
-
-
Stéphane Adjemian authored
-
- Oct 16, 2019
-
-
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
-
- Oct 03, 2019
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
— On GNU/Linux, the locally installed binary now has priority over the system-wide binary — Do not require 32-bit binary if we are on a 64-bit system and the 64-bit binary is there (or vice versa) — Code factorization in the detection logic
-
Sébastien Villemot authored
Closes: #41
-
Sébastien Villemot authored
On Windows and macOS, those binaries are now bundled in packages. On Debian, one can use the official x13as package.
-