- Aug 30, 2023
-
-
Stéphane Adjemian authored
x13: replace NaN by proper missingcode value of x13 Closes #57 See merge request !46
-
Sébastien Villemot authored
x13: allow for paths with spaces See merge request !50
-
- Aug 29, 2023
-
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
x13: allow for Windows paths with spaces See merge request !49
-
- Aug 24, 2023
-
-
Johannes Pfeifer authored
-
- Jul 19, 2023
-
-
Stéphane Adjemian authored
Avoiding multiple calls when deleting a list of variables in a dseries object.
-
- Jul 07, 2023
-
-
Stéphane Adjemian authored
--style followed by the name of a matlab script (without extension). This matlab script can be used to apply styling commands to the produced plot. --title followed by a row char array, used to set the plot title.
-
- Jun 22, 2023
-
-
Stéphane Adjemian authored
x13: save result of function=auto to results if savelog was requested See merge request !48
-
Stéphane Adjemian authored
lastobservedperiods.m: suppress unit test output See merge request !47
-
- Jun 15, 2023
-
-
Johannes Pfeifer authored
-
- Jun 14, 2023
-
-
Johannes Pfeifer authored
Accounts for leading missing value. Closes #56
-
Johannes Pfeifer authored
Closes #57
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
Second output provides the same information but is easier to use (for instance, the second unit test, we use the new ouput to select variables in a dseries object depending on the last observed period).
-
- Jun 05, 2023
-
-
Stéphane Adjemian authored
-
- May 30, 2023
-
-
Sébastien Villemot authored
-
- May 19, 2023
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
Names for dseries obkjects were wrong.
-
- May 15, 2023
-
-
Stéphane Adjemian authored
And show that an expression can include scalar variables (defined in the caller workspace).
-
- May 12, 2023
-
-
Stéphane Adjemian authored
Closes #53.
-
- May 11, 2023
-
-
Stéphane Adjemian authored
Example: >> ds1 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'}); >> ds2 = dseries(randn(100,3), dates('2000Q1'), {'x','y','z'}); >> dplot --expression 2*cumsum(x/y(-1)-1) --dseries toto --dseries noddy --range 2001Q1:2024Q1
-
- Mar 17, 2023
-
-
Sébastien Villemot authored
-
- Mar 16, 2023
-
-
Sébastien Villemot authored
-
- Mar 08, 2023
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Jan 02, 2023
-
-
- Dec 15, 2022
-
-
Stéphane Adjemian authored
This patch completes the change introduced in a519e8a6.
-
Stéphane Adjemian authored
-
- Dec 06, 2022
-
-
Sébastien Villemot authored
plot.m: fix typo in message See merge request !44
-
- Dec 05, 2022
-
-
Johannes Pfeifer authored
-
- Nov 07, 2022
-
-
Sébastien Villemot authored
-
- Sep 21, 2022
-
-
Stéphane Adjemian authored
dummy variable in a dseries object.
-
- Sep 15, 2022
-
-
Sébastien Villemot authored
-
- Sep 13, 2022
-
-
Sébastien Villemot authored
plot: do not try to reset xTickLabel based on new dates if hold on was used See merge request !43
-
- Sep 08, 2022
-
-
Johannes Pfeifer authored
-
- Sep 06, 2022
-
-
Sébastien Villemot authored
-
- Apr 15, 2022
-
-
Sébastien Villemot authored
In this version of Octave, “warning on” really enables all warnings (while this was not the case in Octave 6, suprisingly; I think this used to be different with even older Octave releases).
-
Sébastien Villemot authored
-
- Apr 13, 2022
-
-
Sébastien Villemot authored
It is now supported by the MATLAB editor (as of R2022a). [skip ci]
-