[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
pspp-1.2.0 released [stable]
From: |
Ben Pfaff |
Subject: |
pspp-1.2.0 released [stable] |
Date: |
Tue, 6 Nov 2018 06:47:27 -0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
I'm very pleased to announce the release of a new version of GNU PSPP.
PSPP is a program for statistical analysis of sampled data. It is a
free replacement for the proprietary program SPSS.
Here are the compressed sources and a GPG detached signature[*]:
ftp://ftp.gnu.org/gnu/pspp/pspp-1.2.0.tar.gz
ftp://ftp.gnu.org/gnu/pspp/pspp-1.2.0.tar.gz.sig
Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html
[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact. First, be sure to download both the .sig file
and the corresponding tarball. Then, run a command like this:
gpg --verify pspp-1.2.0.tar.gz.sig
If that command fails because you don't have the required public key,
then run this command to import it:
gpg --keyserver keys.gnupg.net --recv-keys 85199DE8C6648E90
and rerun the 'gpg --verify' command.
Changes from 1.0.1 to 1.2.0:
* New experimental command SAVE DATA COLLECTION to save MDD files.
* MTIME and YMDHMS variable formats now supported.
* Build changes:
- zlib is now a required dependency. (Previously it was optional.)
- Gtk+3.18.0 or later must now be used when building.
- The code implementing the sheet rendering has been removed. Instead we
use a third party library: spread-sheet-widget.
* The "NOMISSING" keyword when generating syntax for piecharts in the
frequencies command was omitted. This has been corrected.
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- pspp-1.2.0 released [stable],
Ben Pfaff <=