- 05 Dec, 2019 2 commits
-
-
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 4 commits
-
-
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.
-
- 02 Oct, 2019 1 commit
-
-
Houtan Bastani authored
-
- 25 Sep, 2019 1 commit
-
-
Houtan Bastani authored
-
- 23 Sep, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 18 Sep, 2019 10 commits
-
-
Sébastien Villemot authored
All issues are now fixed, and we want to detect regressions early. Also shorten test names, because “testsuite_old_matlab” is too long and gets truncated on the web interface.
-
Sébastien Villemot authored
For unknown some reason, this fixes the test under Octave when run from the whole testsuite.
-
Sébastien Villemot authored
Previously, .mdl files would unnecessarily be passed through importdata(), which crashes on Octave. The nested “if”s (testing for the output file extension) have been reorganized, so that importdata() is not called on .mdl files (and neither on .acm and .rcm, where is not needed either).
-
Sébastien Villemot authored
@rdivide is actually more correct, because we’re not doing an element-by-element division. And, more importantly, MATLAB R2009b does not accept @mrdivide in bsxfun.
-
Sébastien Villemot authored
Provide alternative implementations, taken from Dynare.
-
Sébastien Villemot authored
prod() does not accept logical arrays, need to explicitly convert to doubles.
-
Sébastien Villemot authored
MATLAB R2009b is not able to handle HTTPS requests. Also, having the data in the git makes the testsuite robust to network failures.
-
Sébastien Villemot authored
Provide alternative implementations, taken from Dynare.
-
Sébastien Villemot authored
addpath does not deal well with relative path on older MATLABs.
-
Sébastien Villemot authored
-
- 10 Sep, 2019 2 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 26 Jul, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 14 Feb, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 09 Feb, 2019 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
for dseries (see 48115cb8, which does not work with Octave) or a method (see ef923e41, which does not work with all supported Matlab's versions) to initialize the dseries class.
-
- 04 Feb, 2019 4 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 01 Feb, 2019 3 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 29 Jan, 2019 1 commit
-
-
Houtan Bastani authored
-
- 28 Jan, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 23 Jan, 2019 1 commit
-
-
Stéphane Adjemian authored
Fixed dependency on m-unit-tests toolbox.
-