Commit Graph

429 Commits (master)

Author SHA1 Message Date
Stéphane Adjemian (Ryûk) 4982ce06b4
Remove unnecessary square brackets. 2023-12-18 10:49:49 +01:00
Sébastien Villemot 742a3101b1
Reporting is no longer a submodule 2023-11-17 12:08:56 +01:00
Johannes Pfeifer c19469f01a Make naming of globals consistent 2023-10-25 10:16:51 +02:00
Sébastien Villemot 5ae5102f89 CI: bump to MATLAB R2023b 2023-09-22 10:52:17 +02:00
Sébastien Villemot e14c59384d CI: adapt for new location of MATLAB binaries 2023-05-30 15:53:17 +02:00
Sébastien Villemot 5642e994fc CI: bump to MATLAB R2023a 2023-03-17 16:29:00 +01:00
Sébastien Villemot 704f3596cb CI: use system-wide Octave binary 2023-03-16 17:17:19 +01:00
Sébastien Villemot 3a5e38f49c CI: bump to Octave 7.3.0 2022-11-07 14:10:57 +01:00
Sébastien Villemot 9540313b93 CI: bump to MATLAB R2022b 2022-09-15 15:43:31 +02:00
Sébastien Villemot 550e48884a CI: bump to Octave 7.2.0 2022-09-06 11:17:59 +02:00
Sébastien Villemot 542e30d417 CI: bump to Octave 7.1.0 2022-04-15 14:29:20 +02:00
Sébastien Villemot eb6becfa82 Octave 7 compatibility fix: suppress spurious warnings
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).

We must therefore avoid to reenable all warnings after having disabled a
problematic one.
2022-04-15 14:17:34 +02:00
Sébastien Villemot 90484edb0e Use Unicode copyright symbol (in UTF-8 encoding) in all source files
It is now supported by the MATLAB editor (as of R2022a).

[skip ci]
2022-04-13 13:24:51 +02:00
Sébastien Villemot 62ff3f3194 CI: bump to MATLAB R2022a 2022-03-24 17:21:26 +01:00
Sébastien Villemot 95ce62b2f7 CI: bump to Octave 6.4.0 2021-11-09 18:10:21 +01:00
Sébastien Villemot 8ee74d84b0 Make method report_series/getRange.m public
It is called from top-level getMaxRange.m.

Closes: #18
2021-09-28 18:19:04 +02:00
Sébastien Villemot 13538155cc CI: bump to MATLAB R2021b 2021-09-24 15:34:10 +02:00
Sébastien Villemot ef84d0270d Fix detection of pdflatex following the deprecation of “which” in Debian Bookworm 2021-09-09 11:25:50 +02:00
Sébastien Villemot dc3aff7e1e CI: bump to Octave 6.3.0 2021-07-21 17:28:19 +02:00
Sébastien Villemot e3138abef8 Use secure URL for link to GNU licenses 2021-06-09 17:15:17 +02:00
Sébastien Villemot 19d7e2ce86 CI: bump to MATLAB R2021a 2021-03-17 17:42:20 +01:00
Sébastien Villemot 9b3d061f98 CI: bump Octave version to 6.2.0 2021-03-08 14:58:26 +01:00
Stéphane Adjemian (Charybdis) d1ff573c67 Do not rely on internal representation of @dates (use methods instead). 2021-01-15 20:35:47 +01:00
Sébastien Villemot d1ea4e75e5 CI: use variables for chosing MATLAB and Octave versions 2020-12-17 16:32:52 +01:00
Sébastien Villemot 68ae83c25c Rename @graph class to @report_graph, to avoid name clash with MATLAB’s @graph
Closes: #17
2020-10-20 14:38:18 +02:00
Sébastien Villemot 909025639c Bump old MATLAB version to R2014a 2020-04-07 11:52:48 +02:00
Houtan Bastani 9988ba358d handle `showDate` option of report class when creating title page 2019-11-29 11:59:05 +01:00
Houtan Bastani 48c58cd6c0 add missing argument from 081ca98851077266a15128eacbf5c0210c8889a0 2019-11-29 11:53:16 +01:00
Houtan Bastani 080f90119c fix comment for `maketoc` 2019-11-29 11:42:28 +01:00
Houtan Bastani cd483463b5 Create TOC
closes #12
2019-11-29 11:12:30 +01:00
Houtan Bastani 0c1569db72 report title was not being written 2019-11-28 16:25:22 +01:00
Houtan Bastani 1c7b3b09f5 allow for the removal of headers and footers from a given page. closes #15 2019-11-06 13:02:29 -05:00
Houtan Bastani 87f815d701 allow user to set page number. closes #14 2019-11-06 11:49:30 -05:00
Houtan Bastani 6fe23556f6 split up report output. closes #13
Create new files for the preamble, the body of the report, and each individual page of the report.
2019-11-06 11:12:43 -05:00
Houtan Bastani bc55bdb2a6 make horizontal line length == \linewidth 2019-10-25 17:25:01 +02:00
Houtan Bastani ce1c8c5bc2 add test for addData 2019-10-24 11:59:49 +02:00
Houtan Bastani b70a5269ee make column_names work correctly for addData 2019-10-24 11:59:48 +02:00
Houtan Bastani a717cc2ad4 only allow addData to be used once per table 2019-10-24 11:59:48 +02:00
Houtan Bastani 7e47f128d9 fix typo in comment 2019-10-24 11:20:41 +02:00
Houtan Bastani 933c1eeb72 remove meta class access specifiers as they are not supported in MATLAB < R2012a
Revert when minimum supported Matlab version >= R2012a
2019-10-23 17:24:51 +02:00
Houtan Bastani 388f92b607 replace `filesep` with `/`
On Windows, `filesep` evaluates to `\` and, in a `*printf` statement, this can have unintended consequences (e.g. `\t` evaluates to the tab character

Since '/' works on all systems, replace all occurrences of `filesep` with `/` in the codebase
2019-10-23 15:05:03 +02:00
Houtan Bastani 09b59aa321 capitalize MATLAB 2019-10-02 13:47:59 +02:00
Sébastien Villemot 6a2a1c9266 Testsuite: compatibility fix for older MATLAB
addpath does not deal well with relative path on older MATLABs.
2019-09-19 14:42:06 +02:00
Sébastien Villemot bbe24ad987 Add job to test against old MATLAB (R2009b)
Also shorten test names, because “testsuite_old_matlab” is too long and gets
truncated on the web interface.
2019-09-19 14:37:32 +02:00
Houtan Bastani 5d882351d0 suppress output from mkdir in octave, check for ‘dir’ instead of ‘file’ 2019-09-03 13:10:41 +02:00
Houtan Bastani edf1472f1b update tests to account for report created in different directory 2019-09-03 13:02:09 +02:00
Houtan Bastani 41a2072862 further changes linked to 130105a6c22096c3154b13825a971e4172a42f35 2019-09-03 12:49:45 +02:00
Houtan Bastani ccd4a416f7 use inplace dseries functions 2019-09-03 11:56:14 +02:00
Houtan Bastani 87ddce0dc3 change compilation message 2019-09-02 18:30:26 +02:00
Houtan Bastani 835be14b33 remove superfluous asserts 2019-09-02 17:52:09 +02:00