EXAMINE: Implement the Shapiro-Wilk Test.
[pspp] / NEWS
1 PSPP NEWS -- history of user-visible changes.
2 Copyright (C) 1996-2000, 2008-2016, 2017, 2019 Free Software Foundation, Inc.
3 See the end for copying conditions.
4
5 Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
6
7 Changes from 1.2.0 to 1.3.0:
8
9  * FREQUENCIES will emit a warning if one or more weight values are missing.
10
11  * Plain text output is no longer divided into pages, since it is now
12    rarely printed on paper.
13
14  * pspp-convert: New "-a", "-l", "--password-list" options to search
15    for an encrypted file's password.
16
17  * Improvements to SAVE DATA COLLECTION support for MDD files.
18
19  * Bug fix for CVE-2018-20230.
20
21  * The EXAMINE command will now perform the Shapiro-Wilk test when
22    one or more plots are requested.
23
24 * The REGRESSION command now supports the /STATISTICS=TOL which
25    outputs tolerance and variance inflation factor metrics for the data.
26
27  * A bug where the GUI would crash when T-TEST was executed whilst
28    a filter was set has been fixed.
29
30  * The GUI now has a sub-dialog for post-hoc tests of the oneway
31    anova test.
32
33 Changes from 1.0.1 to 1.2.0:
34
35  * New experimental command SAVE DATA COLLECTION to save MDD files.
36
37  * MTIME and YMDHMS variable formats now supported.
38
39  * Build changes:
40
41    - zlib is now a required dependency.  (Previously it was optional.)
42
43    - Gtk+3.18.0 or later must now be used when building.
44
45    - The code implementing the sheet rendering has been removed.  Instead we
46      use a third party library: spread-sheet-widget.
47
48  * The "NOMISSING" keyword when generating syntax for piecharts in the
49    frequencies command was omitted.  This has been corrected.
50
51 Changes from 1.0.0 to 1.0.1:
52
53  * Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959,
54    CVE-2017-12960, and CVE-2017-12961.
55
56 Changes from 0.11.0 to 1.0.0:
57
58  * Translation updates.
59
60 Changes from 0.10.2 to 0.11.0:
61
62  * The REGRESSION command now has a /ORIGIN subcommand to perform
63    regression through the origin.
64
65  * The FACTOR command can now analyse matrix files prepared with MATRIX DATA.
66
67  * The FACTOR command can now print the anti-image matrices.
68
69  * The MATRIX DATA command has been added.
70
71  * Some inappropriate properties in selection dialogs have been corrected.
72
73  * A bug which could cause the HTML driver to go into a tight loop
74    has been fixed.
75
76  * An error in the FREQUENCIES procedure, where the word "Mean" was
77    printed when "Variance" was appropriate has been fixed.
78
79  * The ncurses library is no longer required or used.
80
81  * A bug where the Mann-Whitney test would give misleading results
82    if run on multiple variables and MISSING=ANALAYSIS was specified
83    has been fixed.
84
85  * Gtk+3.14.5 or later must now be used when building.
86
87  * Graphical user interface changes:
88
89  ** There is a new menu: Edit|Options
90
91  ** The Non Parametric Statistics Menu has a new item: "K Independent Samples".
92
93  ** Dialog boxes can now be canceled using the <Escape> key.
94
95  * The AUTORECODE command now accepts an optional / before INTO.
96
97  * The short form of the VECTOR command can now create string variables.
98
99  * Bug fixes, including fixes for CVE-2017-10791 and CVE-2017-10792.
100
101 Changes from 0.10.1 to 0.10.2:
102
103  * CROSSTABS implements a new COUNT subcommand to round case or cell
104    weights.
105
106  * Help will be opened as HTML in default browser if yelp
107    is not available.
108
109  * When plotting scatterplots with only one dataset (the simple case)
110    the colour used for the dataset is now black.  The previous default
111    from the Tango palette was too faint to see easily.
112
113  * The varible info dialog could previously only paste a single variable.
114    Now it can paste multiple variables.
115
116  * Bug fixes, including the following:
117
118    - T-test with independent samples GUI crashed with string
119      type variable as group variable.
120
121    - The variable info dialog showed the previous selected variable
122      superimposed with the currently selected one.
123
124    - The GLM command did not properly deal with missing values.  This
125      has been fixed.
126
127 Changes from 0.10.0 to 0.10.1:
128
129  * Bug fixes, including the following:
130
131    - A bug where certain dialog boxes could not be properly populated
132      has been fixed.
133
134    - Various commands have been hardened against errors when called
135      with invalid syntax.
136
137  * Translation updates.  Thanks to our translators!
138
139 Changes from 0.8.5 to 0.10.0:
140
141  * The QUICK CLUSTER command has a  /PRINT subcommand which shows
142    the initial cluster centres and the final cluster membership of
143    each case.  The clustering algorithm has also been updated, so
144    as to produce better separated clusters.
145
146  * A Russian localisation has been contributed.
147
148  * The GRAPH command now has a /BAR subcommand to draw barcharts.
149
150  * If the DECIMAL character is set to COMMA then the ',' character
151    will not be treated as a separator by DATA LIST.
152
153  * The graphical user interface (psppire) has been changed as follows:
154
155    - It now uses Gtk+ version 3 instead of version 2.  Accordingly, it has a 
156      somewhat different look and feel.
157
158    - There is now a Graphs menu to access the GRAPH command.
159
160    - The status of dialog box widgets are now preserved between calls
161      to the same dialog box for the same dataset.
162
163    - The dialog box for the Logistic Regression command will now
164      infer that string variables or any varible with a "measure"
165      of Nominal or Ordinal are to be treated as categorical variables
166      and will generate syntax accordingly.
167
168  * The pspp-convert utility can now decrypt encrypted syntax files.
169    The encrypted syntax file format is unacceptably insecure, so to
170    discourage its use PSPP and PSPPIRE do not directly read or write
171    this format.
172
173  * New commands:
174
175    - SORT VARIABLES.
176
177  * The following functions for transformation expressions are new:
178
179    - REPLACE, for search-and-replace of one string with another.
180
181    - STRUNC, to truncate a string and trim trailing spaces.
182
183    - MEDIAN, to compute the median of its arguments.
184
185    - The TRUNC function in expressions now supports additional arguments
186      for truncating to values other than integers and to indicate a level
187      of rounding fuzz.  The default rounding fuzz may now be controlled
188      and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
189
190  * Bug fixes, including the following notable ones:
191
192    - The correlation coefficient in the paired samples t-test
193      procedure is now correctly calculated when presented with
194      weighted data.
195
196    - The ESCAPE subcommand has been removed from GET DATA /TYPE=TXT.
197      For compatibility, the behavior that ESCAPE enabled is now the
198      default and only supported behavior.
199
200    - Rendering of the variable and data sheets in right-to-left locales
201      now works properly.
202
203    - The Mann-Whitney test, when run on a dataset containing values
204      of the group variable, other than those defining the test groups,
205      would incorrectly calculate the ranks.  This has been corrected.
206
207  * The IMPORTCASES subcommand on GET DATA is now ignored, for
208    compatibility.
209
210 Changes from 0.8.4 to 0.8.5:
211
212  * The FREQUENCIES and CROSSTABS commands can now generate barcharts.
213
214  * The FACTOR command can now perform PROMAX rotations.
215
216  * SPSS/PC+ system files are now supported on GET and other commands
217    that read SPSS system files.  The pspp-convert program can now read
218    SPSS/PC+ system files.  Writing the obsolete SPSS/PC+ system file
219    format is not supported.
220
221  * SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable
222    files.
223
224  * FREQUENCIES: A bug was fixed where an assertion failure occurred
225    when an empty dataset was presented.
226
227  * The GRAPH command is now available.  Initially it supports
228    scatterplots and histograms.
229
230  * The RND operator in expressions now supports additional operands
231    for rounding to values other than integers and to indicate a level
232    of rounding fuzz.  The default rounding fuzz may now be controlled
233    and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively.
234
235 Changes from 0.8.3 to 0.8.4:
236
237  * Formatting of SYSFILE INFO output was made easier to read.
238
239  * Bug fixes, including the following notable ones:
240
241    - FREQUENCIES works properly for string variables.  (This bug was
242      introduced in 0.8.2.)
243
244    - CROSSTABS now correctly computes all of the measures that it
245      offers.  Some measures have been removed because they were not
246      computed correctly.
247
248    - The NPAR TESTS calculation of significance for the RUNS
249      subcommand has been corrected.
250
251    - Planned comparisons in ONEWAY ANOVA now correctly handle negative
252      T-values.
253
254    - The COUNT command now correctly treats missing values as
255      documented.
256
257    - Conformance fixes to Open Document output format.
258
259 Changes from 0.8.2 to 0.8.3:
260
261  * Independent T-Tests displayed the standard error of the difference
262    and the confidence interval for the unequal variances case, where
263    the equal variances case should have been.  This has been fixed.
264
265  * REGRESSION now recognises /STATISTICS=CI(x) which causes confidence
266    intervals for the coefficients to be printed.
267
268  * When DESCRIPTIVES calculates Z scores, it now omits cases filtered
269    by the current FILTER settings.
270
271  * PSPPIRE graphical user interface improvements:
272
273    - Dialog boxes with source  variable lists can now choose the sort
274      order;  right click and select from the popup menu.
275
276    - File|Open now allows an encoding to be selected for opening
277      system files.
278
279    - File|Display Data File Information|External File... now allows an
280      encoding to be selected.
281
282    - A problem with the Means dialog has been resolved (bug #41433).
283
284    - Several problems related to the input of spreadsheets have been
285      fixed (bug #41657, #41620
286
287  * System file related improvements:
288
289    - With ENCODING="DETECT", SYSFILE INFO can now help the user to
290      pick an encoding for reading a system file that does not identify
291      its own encoding
292
293    - SYSFILE INFO now accepts an ENCODING subcommand to specify the
294      character encoding of string data in the system file.
295
296    - Variable labels over 255 bytes long are now accepted without
297      truncation (bug #41863).
298
299    - System files that contain duplicate variable names may now be
300      read successfully (bug #41475).
301
302 Changes from 0.8.1 to 0.8.2:
303
304  * Charts are now rendered with colours from the Tango palette instead
305    of fully saturated primaries.
306
307  * Support for new system file variants:
308
309    - PSPP can now read and write ZCOMPRESSED system files, which
310      compress data much more effectively than older "compressed"
311      files.  (The older format is still supported.)
312
313    - PSPP can now decrypt encrypted system files, using the new
314      pspp-convert utility.  The encrypted system file format is
315      unacceptably insecure, so to discourage its use PSPP and PSPPIRE
316      do not directly read or write this format.
317
318  * Missing values for long string variables are now read from and
319    written to system files in an SPSS-compatible fashion.
320
321    (Earlier versions of PSPP that supported missing values for long
322    string variables wrote them to system files in an SPSS-incompatible
323    way.  To fix the problem, read the system file with this version of
324    PSPP and then save a new copy of it.)
325
326  * pspp-convert, a new standalone utility for converting SPSS system
327    and portable files to other formats, is now included.  The initial
328    version supports comma-separated value files as output format.
329    pspp-convert can also decrypt encrypted system files.
330
331  * Build changes:
332
333    - zlib is now a required dependency.  (Previously it was optional.)
334
335 Changes from 0.8.0 to 0.8.1:
336
337  * New commands:
338
339    - VARIABLE ROLE.
340
341  * Changes to existing commands:
342
343    - CROSSTABS: The requirement that one expected count must be less than five
344         before Fishers Exact Test will be reported has been removed.
345
346  * PSPPIRE graphical user interface improvements:
347
348    - A new set of icons has been contributed.
349
350    - Syntax windows now parse syntax in "auto" mode, which in practice
351      should mean that both "batch" and "interactive" syntax now works,
352      instead of just "interactive" syntax.
353
354    - The variable pane of data windows now include a Role column.
355
356  * Notable bug fixes:
357
358    - System files written by IBM SPSS 21 are now read without warnings.
359
360    - System files written by "VOXCO INTERVIEWER 4.3" are now read
361      without warnings.
362
363    - PSPPIRE should now more gracefully handle syntax files that contain
364      errors.
365
366 Changes from 0.6.2 to 0.8.0:
367
368  * New commands:
369
370    - ADD FILES
371    - CORRELATIONS
372    - DATAFILE ATTRIBUTES
373    - DATASET ACTIVATE
374    - DATASET CLOSE
375    - DATASET COPY
376    - DATASET DECLARE
377    - DATASET DISPLAY
378    - DATASET NAME
379    - LOGISTIC REGRESSION
380    - MATCH FILES
381    - MEANS
382    - MRSETS
383    - PRESERVE and RESTORE
384    - QUICK CLUSTER
385    - RELIABILITY
386    - ROC
387    - SAVE TRANSLATE to CSV and tab-delimited files
388    - UPDATE
389    - VARIABLE ATTRIBUTES
390
391  * Changes to existing commands:
392
393    - AUTORECODE has a new GROUP subcommand.
394
395    - CROSSTABS has been re-implemented to fix numerous bugs.
396
397    - EXAMINE: /MISSING=LISTWISE is now the default.
398
399    - DO REPEAT command has been reimplemented.  Now, when DO REPEAT
400      contains an INCLUDE or INSERT command, substitutions are not
401      applied to the included file.
402   
403    - FILE HANDLE has a new ENDS subcommand to select CR or CRLF new-lines.
404
405    - HOST has been updated to use more modern syntax.
406
407    - Most commands that work with data files now support a new
408      ENCODING subcommand.
409
410    - MISSING VALUES can now assign missing values to long string
411      variables.
412
413    - ONEWAY: the POSTHOC subcommand is now implemented.
414
415    - The following new subcommands to NPAR TESTS have been implemented:
416      COCHRAN, FRIEDMAN, JONCKHEERE-TERPSTRA, KENDALL, KRUSKAL-WALLIS, MANN-WHITNEY, 
417      MCNEMAR, SIGN, WILCOXON, and RUNS
418
419    - SET and SHOW no longer have ENDCMD, NULLINE, PROMPT, CPROMPT, and
420      DPROMPT subcommands.  The defaults are now fixed values.
421
422    - SHOW now has a JOURNAL subcommand, to show the location of the
423      journal file.
424
425    - VALUE LABELS can now assign value labels to long string
426      variables.
427
428  * Other language changes:
429
430    - The new DATASET commands replace the "scratch file" PSPP
431      extension, which is no longer supported.
432
433    - Strings may now include arbitrary Unicode code points specified
434      in hexadecimal, using the syntax U'hhhh'.  For example, Unicode
435      code point U+1D11E, the musical G clef character, may be
436      expressed as U'1D11E'.
437
438      See the "Tokens" section in the PSPP manual for more information.
439
440    - In previous versions of PSPP, in a string expressed in
441      hexadecimal with X'hh' syntax, the hexadecimal digits expressed
442      bytes in the locale encoding.  In this version of PSPP, X'hh'
443      syntax always expresses bytes in UTF-8 encoding.
444
445      See the "Tokens" section in the PSPP manual for more information.
446
447  * PSPPIRE graphical user interface improvements:
448
449    - Added support for non-ASCII characters in strings, labels and
450      variable names.
451
452    - A "Split Window" function is available, which makes it easier to
453      see different parts of a large data file.
454
455    - Data files can now be opened by specifing their name as the first
456      argument.  This means that on a properly configured desktop, double
457      clicking on an icon will open the file.
458
459    - Foreign formats, such as Gnumeric, OpenDocument and CSV can be imported
460      via using an "intelligent" application assistant dialog.
461
462  * Output changes:
463
464    - The new "cairo" output driver supports output in PostScript, PDF,
465      and SVG formats.  Its functionality is a superset of that of the
466      "postscript" driver, which has been removed.  You must have Cairo
467      and Pango installed to build the "cairo" driver.
468
469    - Charts are now produced with Cairo and Pango, instead of libplot.
470      Without them, the new graphing features will not work.  If you do
471      not have Cairo and Pango installed, you must run `configure' with
472      --without-cairo.
473
474    - The plain text output driver now properly supports multibyte UTF-8
475      characters, including double-width characters and combining
476      accents.
477
478    - Output to OpenDocument format is now supported.
479
480    - The HTML output is much improved.
481
482  * The "pspp" program has a new option --batch (or -b) that selects
483    "batch" syntax mode.  In previous versions of PSPP this syntax mode
484    was the default.  Now a new "auto" syntax mode is the default.  In
485    "auto" mode, PSPP interprets most syntax files correctly regardless
486    of their intended syntax mode.
487
488    See the "Syntax Variants" section in the PSPP manual for more
489    information.
490
491  * The "pspp" program has a new option --syntax-encoding that
492    specifies the encoding for syntax files listed on the command line,
493    as well as the default encoding for syntax files included with
494    INCLUDE or INSERT.  The default is to accept the system locale
495    encoding, UTF-8, UTF-16, or UTF-32, automatically detecting which
496    one the system file uses.
497
498    See the documentation for the INSERT command in the PSPP manual for
499    more information.
500
501  * Text data files that PRINT and WRITE creates now use the system
502    native line ends by default (CRLF on Windows, LF only elsewhere).
503    Use the new ENDS subcommand on FILE HANDLE to override the default.
504
505  * A new Perl module allows Perl programs to read and write PSPP
506    system files.
507
508  * A tutorial chapter has been added to the user manual.
509 \f
510 Changes from 0.6.1 to 0.6.2:
511
512   * New translations:
513
514     - Dutch, thanks to Harry Thijssen.
515
516     - Brazilian Portuguese, thanks to Michel Boaventura.
517
518     Thanks for translations are also due to the coordinators at
519     translationproject.org.
520
521   * Statistical bug fixes:
522
523     - REGRESSION: Report correct standard error of the estimate (bug
524       #25677).
525
526     - T-TEST: Report correct significance of paired sample T-test in
527       the common case (bug #26936) and corner cases.  Thanks to Mike
528       Griffiths and Matej Cepl for reporting these bugs.
529
530   * Build fixes and changes:
531
532     - Fix build with GTK+ 2.17.4 and later.
533
534     - Make running "make" after running "configure" with different
535       settings reliably rebuild version.c.
536
537     - Cygwin and MinGW build fixes.
538
539     - Fixes for building with recent gnulib.
540
541     - The Makefile now honors two new variables, PSPP_LDFLAGS and
542       PSPPIRE_LDFLAGS, that affect linking of the PSPP and PSPPIRE
543       binaries, respectively.  This makes building easier for some
544       packagers.
545
546     - Fixes for "configure --enable-relocatable" (bug #25508).
547
548   * Data file bug fixes and changes:
549
550     - Fix reading text data files that contain a mix of white space
551       and commas.  Now "a ,b" is treated as two fields containing "a"
552       and "b"; previously it was treated as three, with an empty field
553       in the middle.
554
555     - Fix writing corrupted .sav files on Windows.
556
557     - Fix writing variable labels longer than 252 bytes to save files.
558       Thanks to Robert Westlund for reporting this bug.
559
560     - Fix writing corrupted .por files (bug #26034).
561
562     - Fix reading .por files whose initial lines are not padded out
563       with spaces as expected.
564
565     - PSPP will no longer issue warnings about some .sav file records
566       or values that it does not understand.  These warnings were
567       harmless, but needlessly alarmed some users.
568
569     - Fix crash reading empty string fields from PostgreSQL databases.
570
571   * Bug fixes that affect PSPP and PSPPIRE:
572
573     - Users may now control precision of output statistics.  Instead
574       of hard coding the width and decimals of output numbers, respect
575       the default format in most instances.  Counts are now normally
576       displayed with the format of the weight variable, if any.
577
578     - Fix crash when an INSERT command specifies the name of a file
579       that does not exist (bug #24569).
580
581     - Fix crash when CROSSTABS specifies a long-string variable (bugs
582       #24557 and #26131).
583
584     - Fix crash drawing pie charts with many segments.
585
586     - Fix crash when NUMERIC specifies an invalid format.
587
588   * PSPPIRE bug fixes and changes:
589
590     - On Windows, write the output file to the user's home directory
591       instead of the current directory, to better match user
592       expectations.
593
594     - Some data editor fixes.
595
596   * Documentation:
597
598     - Fix typo in BINOMIAL section of user manual (bug #25892).
599
600 Changes from 0.6.0 to 0.6.1:
601
602   * Statistical bug fixes:
603
604     - Report correct standardized regression coefficients in linear
605       regression output (bug #23567).
606
607   * Bug fixes that affect PSPP and PSPPIRE:
608
609     - Avoid crash with pie charts (bug #24014).
610
611     - Don't append % to count totals (bug #24003).
612
613     - Don't crash on bad input (bug #24031).
614
615     - Don't crash if "end data." is not left aligned (bug #24115).
616
617     - Change default workspace value to 64 MB, to avoid unnecessary
618       disk accesses on modern machines.
619
620   * PSPPIRE bug fixes:
621
622     - Add ".sav" or ".por" suffix to filename when saving with Save_As
623       (bug #23137).
624
625     - Make it possible to reopen the output window on Windows (bug
626       #24033).
627
628     - A POSIX regular expression library is now included and used
629       automatically if the host does not have one or has one that is
630       inadequate.
631
632   * Build fixes and changes:
633
634     - Work around bug in GSL that prevented build with recent GCC
635       versions without manually adding -fgnu89-inline to CFLAGS.
636
637     - Also warn about missing prerequisites as we encounter them (bug
638       #24445).
639
640     - Distribute necessary files to allow users working from the
641       distributed tarball to configure with --enable-gui-tools.
642
643     - Append $(EXEEXT_FOR_BUILD) to output file name when building
644       q2c, fixing build problems on Windows.
645
646     - GSL 1.8 or later is now required.
647
648     - Build errors with --enable-relocatable were fixed.
649
650   * The German translations were removed, since native German speakers
651     found them too poor to be useful.
652
653 Changes from 0.4.0 to 0.6.0:
654
655   * The PSPP license is now version 3 or later of the GNU General
656     Public License.  Previously, it was version 2 or later.
657
658   * PSPP now has a graphical interface, called PSPPIRE.  This
659     interface allows you to enter data and variable definitions
660     interactively.  Commands may be executed in syntax form, or by
661     using the interactive dialog boxes available from the dropdown
662     menus.
663
664   * A few sample syntax files are now included in the `examples'
665     directory.
666
667   * Numerous major and minor bugs have been fixed.
668
669   Build changes:
670
671     * The INSTALL file now reflects the details of how to install
672       PSPP.  It is a tailored version of the generic installation
673       instructions, instead of a verbatim copy.
674
675     * iconv, which is ordinarily installed as part of a Unix-like
676       system, is now required.  If you don't have it already, you can
677       install GNU libiconv (http://www.gnu.org/software/libiconv/).
678
679     * libxml2 and zlib are new optional dependencies.  They are
680       required to use PSPP's support for reading Gnumeric files.
681
682   Statistical procedure changes:
683
684     * REGRESSION is a new procedure for fitting linear models to data
685       via least-squares estimation.
686
687     * NPAR TESTS is a new procedure for non-parametric tests.  In this
688       release, it supports binomial and chi-square tests.
689
690     * RANK is a new procedure to rank variables.  It supports numerous
691       forms of ranking.
692
693     * FREQUENCIES can now output histograms and pie charts.  These
694       features were present in earlier releases, but not documented.
695
696   User interface changes:
697
698     * In many situations where PSPP once terminated with a fatal
699       error, PSPP now recovers and continues execution.
700
701     * PSPP is now able to start up and run even if it cannot find its
702       configuration files.
703
704     * Journaling of interactive commands to a disk file is now
705       implemented.  By default, journaling is enabled, to a file named
706       `pspp.jnl' in the current directory.  SET JOURNAL may be used to
707       control journaling.
708
709     * The use of `+' between syntax file names on the command line to
710       prevent the dictionary from being cleared between their
711       executions is no longer supported.  All syntax files are now
712       executed as if `+' had been specified.
713
714     * The -d/--define and -u/--undef command line options are no
715       longer supported.  Instead, use /usr/bin/env or shell primitives
716       to define or clear environment variables before invoking PSPP.
717
718     * If a syntax file named named `rc' is found in a configuration
719       directory (such as $HOME/.pspp), it is executed before any
720       syntax file specified on the command line.  The -r or
721       --no-statrc command line option may be used to disable this
722       behavior.
723
724   Output changes:
725
726     * Output configuration options have changed.  Please refer to the
727       manual for a full description of the available options.
728
729       In consequence, you will need to reinstall your "devices" file.
730       "make install" will do this for you.
731
732     * Most error messages are now written to PSPP output files by
733       default.  SET ERROR can be used to disable this behavior.
734
735     * When invoked interactively, PSPP now by default produces output
736       on the terminal, piping it through the "more" program.
737       Previously, by default output was written only to file
738       pspp.list.  On most terminals, the page length used for output
739       automatically adapts to the terminal size, even if the terminal
740       is resized.
741
742     * ASCII driver:
743
744       - This driver now supports charts in output.  Charts are written
745         as separate files that the main output file refers to.  By
746         default, charts are written in PNG format to files named
747         pspp-1.png, pspp-2.png, and so on.
748
749       - Configurations are provided that use VT100 (and xterm)
750         line-drawing characters in tables.  The option "-o list-vt100"
751         requests use of this device for output to pspp.list.
752
753     * PostScript driver:
754
755       - The default paper size is now determined using the PAPERSIZE
756         environment variable, or the LC_PAPER locale category on
757         systems that support it.  If these are not set, the default is
758         now A4, instead of US letter.  To make US letter the default,
759         set PAPERSIZE to "letter" in your environment.
760
761       - Font metrics are now read from AFM files, instead of
762         Groff-format metrics files.  PostScript fonts can now be
763         embedded in output.
764
765         In consequence, you will need to install an AFM file for each
766         font used in PostScript output.  "make install" will install
767         AFM files for the standard PostScript fonts, including the
768         ones that the PostScript driver uses by default.
769
770       - Standard paper sizes no longer need to be specified through a
771         configuration file.  The "papersize" configuration file is no
772         longer needed, or supported.
773
774       - The PostScript prologue is no longer obtained from the
775         "ps-prologue" configuration file.  This configuration file is
776         no longer needed, or supported.
777
778     * HTML driver:
779
780       - The HTML prologue is no longer obtained from the
781         "html-prologue" configuration file.  This configuration file
782         is no longer needed, or supported.
783
784   Command language changes:
785
786     * The following commands are new:
787
788       - GET DATA, which currently supports reading Gnumeric files and
789         text data files.  It will be extended later to read other
790         types of foreign data.
791
792       - CD, to change the current directory.
793
794       - INSERT, to execute a syntax file.
795
796       - DELETE VARIABLES, to remove variables from the active file
797         dictionary.
798
799       - ADD DOCUMENT, to add text to active file documents.
800
801       - CLOSE FILE HANDLE (a PSPP extension; see below).
802
803       - XEXPORT, a PSPP extension that is a transformation equivalent
804         to EXPORT.
805
806     * The following functions for transformation expressions are new:
807
808       - DATEDIFF, for computing the difference of two dates.
809
810       - DATESUM, for advancing a date by a specified duration.
811
812       - VALUELABEL, to obtain the value label for a value.
813
814     * PSPP now supports very long string variables (over 255 bytes
815       long).
816
817     * MATCH FILES now supports the FIRST and LAST subcommands.
818
819     * Previous versions of PSPP prohibited using commands to both read and
820       write a single file at the same time.  Now, PSPP allows this, and
821       the new version of the file atomically replaces the old version.
822
823     * The following commands are no longer available.  They will be
824       re-implemented in a later release:
825
826       - CLEAR TRANSFORMATIONS
827
828       - MATRIX DATA
829
830       - REPEATING DATA
831
832     * The PROCESS IF command, which was deprecated, has been removed.
833       You may replace any usage of it by SELECT IF following
834       TEMPORARY, which has the same effect.
835
836     * The output format for variables created by VECTOR may now be
837       specified as part of the VECTOR syntax.
838
839   "Scratch files", a new PSPP extension:
840
841     A scratch file, like a system file, consists of a dictionary and
842     any number of cases.  Small scratch files are stored in memory;
843     one that grows too large is written to disk.  By default, any file
844     handle whose name begins with # is assumed to refer to a scratch
845     file.
846
847     Scratch files can be used just about anywhere a system or portable
848     file can be used.  Also, portable files are now allowed in most
849     places that system files were allowed in previous PSPP version.
850
851     A new CLOSE FILE HANDLE command allows the storage associated with
852     scratch files to be freed.  It also allows file handles to be
853     reassigned to new files.
854
855     For more information on scratch files, refer to the "File Handles"
856     section in the PSPP manual.  For specifics of what commands now
857     allow what kinds of files to be specified, refer to the
858     documentation on those particular commands.
859
860   Data access changes:
861
862     * Binary formats and IBM/360 formats, including ASCII/EBCDIC
863       translation, are now supported.  Use FILE HANDLE to specify the
864       format of these files.
865
866     * Little-endian, big-endian, and VAX-endian formats are now
867       supported for integer binary formats when reading and writing
868       data files.  The new RIB and WIB subcommands on the SET command
869       control endianness of integer data.  The default is the host's
870       native endianness.
871
872     * IEEE 754, VAX, and IBM hexadecimal formats are now supported for
873       floating point binary formats when reading and writing data
874       files.  The new RRB and WRB subcommands on the SET command
875       control the floating point format.  The default is the host's
876       native floating point format.
877
878     * DATA LIST now supports the SKIP subcommand, to skip records at
879       the beginning of a file.  For compatibility, DATA LIST now
880       treats N format as F format for FREE and LIST format input.
881
882     * The SAVE and XSAVE commands now support the UNSELECTED,
883       PERMISSIONS, NAMES, and MAP subcommands.
884
885     * The EXPORT command has been re-implemented to obtain better
886       results.  Support for the UNSELECTED, DIGITS, and TYPE
887       subcommands has been added.
888
889     * For compatibility, PRINT now inserts a space at the beginning of
890       every output line, even lines that would otherwise be blank,
891       when OUTFILE is specified.  (The behavior of WRITE is
892       unchanged.)
893
894     * For compatibility, PRINT EJECT now inserts the digit `1' at the
895       beginning of each line that should begin a new page.
896
897     * For compatibility, WRITE now outputs the system-missing value as
898       a field filled with spaces.  Binary formats are an exception.
899       (The behavior of PRINT is unchanged.)
900
901   Documentation:
902
903     * Input and output format descriptions have been rewritten.  They
904       now precisely describe what is accepted on input and written on
905       output.
906
907     * The descriptions of the PSPP system and portable file formats
908       have been extensively revised and improved.
909
910   For developers, the build system now requires Autoconf 2.60 and
911   Automake 1.10.
912 \f
913 Changes from 0.3.0 to 0.4.0:
914
915   Changes in build dependencies:
916
917     * The GNU Scientific Library (libgsl), version 1.6 or later, is
918       now required.
919
920     * libplot from GNU plotutils is optional.  Without it, the new
921       graphing features will not work.  If you do not have it
922       installed, you must run `configure' with --without-libplot.
923
924     * libgmp2 is no longer a dependency.
925
926   Newly implemented commands and statistical features:
927
928     * EXAMINE, including its graphing features.
929
930     * FREQUENCIES now supports percentiles.
931
932     * ONEWAY.
933
934     * PERMISSIONS.
935
936     * SHOW.
937
938     * SORT CASES now sorts stably, that is, two cases with equal sort
939       criteria will be in the same relative order before and after the
940       sort.
941
942     * T-TEST (re-written).
943
944     * DATE and USE.  These commands are parsed but otherwise ignored,
945       to enhance compatibility with certain command files that invoke
946       them unnecessarily.
947
948     * VARIABLE WIDTH, VARIABLE ALIGNMENT, and VARIABLE LEVEL.  These
949       currently have no effect on PSPP output, but their values are
950       written to and read from system files and thus may affect
951       third-party software.
952
953     * SET EPOCH implemented.
954
955     * DATA LIST FREE and DATA LIST LIST now support arbitrary field
956       delimiters.
957
958     * FILE HANDLE now supports custom tab widths.
959
960   Long variable names (and other identifiers) are now supported.  Up
961   to the first 64 bytes of each identifier is significant.  PSPP now
962   reads and writes system files compatible with SPSS version 12.
963
964   New --algorithm and --syntax command line options allow
965   SPSS-compatible or enhanced modes to be selected.
966
967   Support for transformation expressions has been rewritten and
968   significantly improved.  Refer to the manual for details.
969
970   Calculation of moments (mean, standard deviation, kurtosis,
971   skewness) has been rewritten and should now be more accurate.  In
972   --algorithm=enhanced mode moments may be more accurate than SPSS in
973   some cases.
974
975   Numerous bugs have been fixed, too many to mention here.  Many new
976   tests have been added, leading to the discovery and fixing of many
977   of these bugs.
978
979   The ASCII output driver can now squeeze multiple blank lines into
980   single blank lines.
981
982   Much of the code has been rewritten and refactored.  It is now much
983   cleaner.
984
985   The FILE TYPE and REPEATING DATA commands have been disabled for
986   this release because their implementations were deemed too buggy to
987   be useful.  They will be fixed and replaced in a future release.
988
989   New pspp-mode for Emacs (in pspp-mode.el).
990
991   Added rudimentary command-line completion for interactive input.
992
993   lib/julcal and lib/dcdflib are no longer used, so they have been
994   removed.
995
996   For developers, the build system now requires Autoconf 2.58 and
997   Automake 1.7.  The included gettext has been updated to version
998   0.12.1.
999
1000   Some reports state that Texinfo 4.8, the latest version, may be
1001   necessary to successfully format the documentation on some systems.
1002
1003 Version 0.3.0 changes since 0.2.3:
1004
1005   Bugs fixed:
1006
1007     * Using alphanumeric variables in functions under AGGREGATE
1008       segfaulted.  Fixed.
1009
1010     * Under certain circumstances, the final case would be omitted
1011       from the results of an AGGREGATE operation.  Fixed.
1012
1013     * Undefined behavior was invoked by referencing a freed pointer
1014       under certain circumstances.  Fixed.
1015
1016     * A wrong record size was displayed when paging the active file to
1017       disk.  Fixed.
1018
1019     * Not having enough temporary space for sorting caused a core
1020       dump.  Fixed.
1021
1022     * Syntax errors in function descriptions on AGGREGATE caused core
1023       dumps.  Fixed.
1024
1025     * A null pointer was dereferenced, causing a core dump, when
1026       PERCENTILES was specified on FREQUENCIES.  This fixes the
1027       problem, but PSPP still doesn't calculate percentiles.
1028
1029     * SORT always sorted in ascending order.  Fixed.
1030
1031     * Some minor memory leaks in the expression parser were removed.
1032
1033     * Many assertions fixed for strict ANSI C compliance.
1034
1035   New features:
1036
1037     * SET ECHO ON now implemented, but turned off by default.
1038
1039     * PRINT specifier supported on END REPEAT.
1040
1041   Other:
1042
1043     * System libgmp2 library is used if installed instead of
1044       unconditionally using the included libgmp2 subset.
1045
1046     * Extensive code cleanup, which continues.
1047
1048     * Added CORRELATIONS command parser, but not implemented.
1049
1050 Version 0.2.3 changes since 0.2.2:
1051
1052   Bugs fixed:
1053
1054     * SPLIT FILE with a string variable caused a core dump.  Fixed.
1055
1056     * Nested INCLUDEs didn't work.  Fixed.
1057
1058     * The MATCH FILES procedure set the values of variables not present
1059       to 0.  It should have been SYSMIS.  This is now fixed.
1060
1061     * The REMARK command was too aggressive about skipping lines.  It
1062       didn't like being the last command in a file.
1063
1064     * Comment parsing wasn't consistent with the rest of the code in its
1065       idea of where one command ends and another starts.  This meant
1066       that sometimes commands would be mysteriously ignored.  Thanks to
1067       Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
1068
1069     * The TABLE subcommand on MATCH FILES worked only erratically at
1070       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1071       <BZN-mdksh@t-online.de> for reporting this bug.
1072
1073     * VARIABLE LABELS rejected a slash before the first variable
1074       specification, contradicting the documentation.  Thanks to Walter
1075       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1076
1077     * Because of an incorrect optimization in memory allocation,
1078       CROSSTABS sometimes segfaulted when asked to output multiple
1079       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1080       reporting this bug.
1081
1082     * CROSSTABS didn't display value labels for column and row
1083       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1084       reporting this bug.
1085
1086     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1087       <BZN-mdksh@t-online.de> for reporting this bug.
1088
1089     * The TABLE subcommand on MATCH FILES worked only erratically at
1090       best.  This fixes it.  Thanks to Dr. Dirk Melcher
1091       <BZN-mdksh@t-online.de> for reporting this bug.
1092
1093     * VARIABLE LABELS rejected a slash before the first variable
1094       specification, contradicting the documentation.  Thanks to Walter
1095       M. Gray <graywm@northernc.on.ca> for reporting this bug.
1096
1097     * Because of an incorrect optimization in memory allocation,
1098       CROSSTABS sometimes segfaulted when asked to output multiple
1099       tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1100       reporting this bug.
1101
1102     * CROSSTABS didn't display value labels for column and row
1103       variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
1104       reporting this bug.
1105
1106     * WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
1107       <BZN-mdksh@t-online.de> for reporting this bug.
1108
1109     * MATCH FILES corrupted memory and dumped core on some syntax
1110       errors.  Fixed.
1111
1112     * MATCH FILES should set numeric values not available to the
1113       system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
1114       <BZN-mdksh@t-online.de> for reporting this bug.
1115
1116     * KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
1117       to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
1118
1119     * Memory leak fix.
1120
1121     * Some systems didn't like the way open_file was coded.  Thanks to
1122       Hankin <hankin@rogue.consultco.com> for pointing this out.
1123
1124     * The SAVE procedure didn't save long string variables properly.
1125       Fixed by this patch.  Thanks to Hankin
1126       <hankin@rogue.consultco.com> for this patch.
1127
1128     * Minor documentation fixes for MATCH FILES.
1129
1130 Version 0.2.2 changes since 0.2.1:
1131
1132   Bugs fixed:
1133
1134     * Fix behavior of PRINT SPACE for negative arguments.
1135
1136     * Fix reading some unusual system files.
1137
1138     * Fix LIST problems with very long variables.  Thanks to Hankin
1139       <hankin@dunno.com> for this bug report.
1140
1141     * Fix problems with some string format specifiers.
1142
1143     * Fix use of $CASENUM in expressions.  Thanks to Dirk Melcher
1144       <BZN-mdksh@t-online.de> for reporting this bug.
1145
1146     * Additional DATA LIST FREE and DATA LIST LIST fixes.  Thanks to
1147       Hankin <hankin@dunno.com> again on this one.
1148
1149     * Sometimes you may encounter a PSPP script that has to be
1150       interpreted in interactive mode.  Now you can use the -i flag to
1151       do this.
1152
1153     * Warnings for egcs 1.1.1 cleaned up.  (However you'll get lots of
1154       `unused variable' warnings under gcc 2.7.2.3, fixing this will
1155       take more effort.)
1156
1157     * Tests fixed.
1158
1159     * The files in gmp need the internationalization directory in
1160       their include path.  Thanks to OKUJI Yoshinori
1161       <okuji@kuicr.kyoto-u.ac.jp> for pointing this out.
1162
1163 Version 0.2.1 changes since 0.2.0:
1164
1165   Bugs fixed:
1166
1167     * Remember to include examples/ directory in distribution :-)
1168
1169     * Fixed gmp compile problems for some non-i386 architectures.
1170       Thanks to Hans Olav Eggestad <olav@jordforsk.nlh.no> and others
1171       for reporting this.
1172
1173     * DATA LIST FREE and DATA LIST LIST parsing of input files is now
1174       matches the documented behavior exactly, and error messages are
1175       more helpful.  Thanks to Mark H. Wood <mwood@IUPUI.Edu>.
1176
1177 Version 0.2.0 changes since 0.1.0:
1178
1179   Procedures now implemented:
1180     * CROSSTABS.  Please see documentation for caveats.
1181
1182   Transformations and utilities now implemented:
1183     * AGGREGATE
1184     * APPLY DICTIONARY
1185     * CLEAR TRANSFORMATIONS
1186     * DISPLAY (all subcommands).
1187     * ERASE
1188     * FLIP
1189     * EXPORT
1190     * HOST
1191     * IMPORT
1192     * MATCH FILES
1193     * MATRIX DATA
1194     * NEW FILE
1195     * REPEATING DATA
1196
1197   Support for input and output through pipes: "|command" and
1198   "command|" filenames; support for special filenames "-", "stdin",
1199   "stdout", "stderr".
1200
1201   New command-line features:
1202     * New option --testing-mode: Invoke heuristics to assist testing.
1203     * New option --safer, -s: Don't allow certain unsafe operations.
1204     * New option --command=CMD, -c CMD: Perform literal command CMD.
1205     * rc file ~/.pspp/rc is executed before any other files.
1206     * Now multiple syntax files can be specified.
1207
1208   Operator LAG is now implemented.
1209
1210   Added missing FILE subcommand to REREAD.
1211
1212   Table output manager completely rewritten.
1213
1214   Device configuration file syntax changed.  You will need to
1215   reinstall your `devices' file.
1216
1217   New output driver for HTML.
1218
1219   PostScript driver and prologue simplified.
1220
1221   Many bugs fixed.  General source-code cleanup.
1222
1223   Added Texinfo documentation for:
1224     * PSPP system file format
1225     * PSPP portable file format
1226     * How to write input for q2c parser generator
1227     * HTML driver
1228
1229   PSPP language is now fully documented.  Please report any
1230   inaccuracies or omissions in the documentation.
1231
1232 Changes for version 0.1.0:
1233
1234   First public release.  For changes from unreleased development
1235   versions, please see ONEWS.
1236 \f
1237 ----------------------------------------------------------------------
1238 Copyright information:
1239
1240    Permission is granted to anyone to make or distribute verbatim
1241    copies of this document as received, in any medium, provided that
1242    the copyright notice and this permission notice are preserved, thus
1243    giving the recipient permission to redistribute in turn.
1244
1245    Permission is granted to distribute modified versions of this
1246    document, or of portions of it, under the above conditions,
1247    provided also that they carry prominent notices stating who last
1248    changed them.
1249 \f
1250 Local variables:
1251 version-control: never
1252 mode: indented-text
1253 end: