Automatically infer variables' measurement level from format and data.
[pspp] / tests / language / data-io / matrix-data.at
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2021-12-06 Ben PfaffMATRIX DATA: Add test for factors and splits together.
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-06-20 John DarringtonDon't crash when parsing bad MATRIX DATA commands.
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-03 Ben PfaffSYSFILE INFO: Get rid of nested tables.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-08 John DarringtonFix erroneous subsitute by previous commit.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-06-16 John DarringtonMATRIX DATA: Add /N subcommand
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-11 John DarringtonDATA MATRIX: Avoid crash on invalid input
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-09 John DarringtonMATRIX DATA: Cope with long variable names
2017-05-01 John DarringtonMATRIX DATA: Fix crash when duplicate variables are...
2017-05-01 John DarringtonMATRIX DATA: Handle multiple splits properly
2017-04-30 John DarringtonMATRIX DATA: Rewrite to canonical rowtype values
2017-04-26 John DarringtonAdded the MATRIX DATA procedure.