- Sep 12, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 13, 2024
-
-
Sébastien Villemot authored
We now use clang-format. [skip ci]
-
Sébastien Villemot authored
[skip ci]
-
- Apr 16, 2024
-
-
Sébastien Villemot authored
-
- Apr 02, 2024
-
-
Sébastien Villemot authored
-
- Feb 14, 2024
-
-
Willi Mutschler authored
[skip ci] This creates the Docker containers for 5.5 and 6.0
-
- Jan 19, 2024
-
-
Sébastien Villemot authored
Also, use the local git checkout instead of downloading a source tarball from the website.
-
- Dec 21, 2023
-
-
Sébastien Villemot authored
xvfb-run is a Debian-specific program. Closes: #1892
-
Sébastien Villemot authored
-
- Dec 20, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Dec 14, 2023
-
-
Sébastien Villemot authored
The old name is still accepted, but will trigger a deprecation warning.
-
- Dec 12, 2023
-
-
Sébastien Villemot authored
– “bvar_irf” added to statements – “target”, “auxname_target_nonstationary”, “component”, “growth”, “auxname”, “kind” added to statements-like – “filter_initial_state” added to blocks
-
- Dec 08, 2023
-
-
Sébastien Villemot authored
-
- Dec 07, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Nov 22, 2023
-
-
Sébastien Villemot authored
MATLAB R2018b does not have a true batch mode, and will not exit if there is no final quit statement in a script. Hence ensure there is one when testing a .m file. By the way, remove a batch argument for Windows that is obviously incorrect.
-
- Nov 21, 2023
-
-
Sébastien Villemot authored
As a consequence, drop old uncrustify config file.
-
- Oct 13, 2023
-
-
Sébastien Villemot authored
If under a Wayland desktop session, some graphics would be displayed on the screen, despite Octave being run in the virtual X11 frame buffer (xvfb). Moreover, some unexplained random crashes would occur. This commit ensures that Wayland is never used when running the testsuite. By the way, add a command to explain why xvfb-run is needed and the --no-window-system option cannot be run (see commit 96346b77).
-
- Oct 11, 2023
-
-
Willi Mutschler authored
-
Willi Mutschler authored
-
- Oct 10, 2023
-
-
Willi Mutschler authored
XCode 15 (on Ventura and Sonoma) has a linker issue, see https://github.com/mesonbuild/meson/issues/12282, workaround is to use ld_classic
-
- Sep 26, 2023
-
-
Sébastien Villemot authored
-
- Sep 22, 2023
-
-
Sébastien Villemot authored
-
- Sep 20, 2023
-
-
Sébastien Villemot authored
By the way, switch the CI to use the Meson testsuite, because some test files have been modified and no longer work with the old build system.
-
- Sep 19, 2023
-
-
Sébastien Villemot authored
By the way, simplify the dependency build system by removing unused SLICOT builds.
-
- Sep 18, 2023
-
-
Sébastien Villemot authored
By the way, simplify the dependency build system by removing 32-bit SLICOT (was only used for the Octave package), and the symlinks for MatIO and GSL (no longer needed with Meson).
-
Sébastien Villemot authored
-
- Sep 16, 2023
-
-
Sébastien Villemot authored
The tests that are individually listed in {M,O}_TRS_FILES of tests/Makefile.am are still missing.
-
- Sep 04, 2023
-
-
Sébastien Villemot authored
Mostly working. The testsuite remains to be done. In particular, windows/deps/mkoctfile64 is modified to print its version number on stdout instead of stderr. This is what the standard mkoctfile does, and it allows easier capture of the output from Meson.
-
- Mar 03, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Jan 17, 2023
-
-
Sébastien Villemot authored
E.g. indentation was incorrect following “model(block);”. [skip ci]
-
Sébastien Villemot authored
-
- Jul 13, 2022
-
-
Sébastien Villemot authored
The configuration is still unsatisfactory for quite a few items. [skip ci]
-
- Apr 26, 2022
-
-
Sébastien Villemot authored
-
- Apr 13, 2022
-
-
Sébastien Villemot authored
It is now supported by the MATLAB editor (as of R2022a). The old ASCII notation is left in some files that we copy as-is from other sources (e.g. in the contrib/ and m4/ subdirectories). The particles submodule is not updated at this point, because it is in an inconsistent state. [skip ci]
-
- Mar 01, 2022
-
-
Sébastien Villemot authored
-
- Dec 17, 2021
-
-
Stéphane Adjemian authored
The taget in PAC equation can be decomposed into an arbitrary number of components (variables in the VAR auxiliary model). TODO Iterative OLS estimation (which is not the preferred estimation routine). TODO Decomposition in the routine evaluating the forecasts for each component.
-
- Dec 15, 2021
-
-
Sébastien Villemot authored
– multiple “model” and “estimated_params” block are supported – new “model_options” statement to set model options in a global fashion – new “model_remove” command to remove equations – new “model_replace” block to replace equations – new “var_remove” command to remove variables (or parameters) – new “estimated_params_remove” block to remove estimated parameters
-
Sébastien Villemot authored
-
- Dec 11, 2021
-
-
Sébastien Villemot authored
[skip ci]
-