- Nov 10, 2021
-
-
Sébastien Villemot authored
(cherry picked from commit bde57b55)
-
- Sep 24, 2021
-
-
Sébastien Villemot authored
(cherry picked from commit e4627641)
-
- Sep 09, 2021
- Sep 07, 2021
-
-
Sébastien Villemot authored
Ubuntu 20.04 LTS has Octave 5.2.0, and we want Dynare 4.7 to work on the latest Ubuntu LTS as of release time. This is a partial revert of a02a4ce6, which bumped the minimal requirement from 4.4 to 6.2.0.
-
- Jul 21, 2021
-
-
Sébastien Villemot authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
(manually cherry-picked from 246d66c0)
-
- May 13, 2021
-
-
Stéphane Adjemian authored
Concatenation was failing if the empty object had no frequency set. Closes #46
-
- May 03, 2021
-
-
Sébastien Villemot authored
Closes: #47
-
- Mar 17, 2021
-
-
Sébastien Villemot authored
-
- Mar 12, 2021
-
-
Sébastien Villemot authored
-
- Mar 08, 2021
-
-
Sébastien Villemot authored
-
- Feb 26, 2021
-
-
Stéphane Adjemian authored
-
- Feb 25, 2021
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
The returned argument is the first input argument.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Conversion to yearly and bi-annual frequencies.
-
Stéphane Adjemian authored
Returned year was wrong for yearly frequency.
-
- Feb 24, 2021
-
-
Stéphane Adjemian authored
The dates2S routine was plain wrong.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Feb 11, 2021
-
-
Stéphane Adjemian authored
H (half year) is still allowed.
-
Stéphane Adjemian authored
Bug introduced in 7bb6a68f when changing the implementation of the @dates class. Also: - added unit tests, - added conversion to bi annual dates.
-
- Jan 15, 2021
-
-
Stéphane Adjemian authored
For all frequencies, counts the number of subperiods since year 0.
-
- Jan 07, 2021
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 06, 2021
-
-
Stéphane Adjemian authored
First argument, specifying the frequency, can be an integer *or* a character.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Dec 18, 2020
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
This is not necessary since ordering in INFO should not matter, also this option is not available in Octave 5.x.
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
The round function in octave does not admit two arguments (the second being the rounding precision) as in recent versions of Matlab. The same trick should apply to old Matlab versions, but I do not know when Mathworks introduced the second argument… A simple solution could be to always use this trick, and never use the second argument.
-