Discussion:
pspp-1.2.0 released [stable]
Ben Pfaff
2018-11-06 14:47:27 UTC
Permalink
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.
p***@free.fr
2018-11-06 22:34:30 UTC
Permalink
Great ! Thank you.

When you try to download pspp 4 windows you get a 64 bit version from
2017 09 09 as latest version at
https://sourceforge.net/projects/pspp4windows/files/ .

I want to install PSPP on a 32-bit windows pc. Is there a 32 bit version
of the 4th Nov 2018 version that runs on windows ?

Thanks

-ftr
Post by Ben Pfaff
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.
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
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
gpg --verify pspp-1.2.0.tar.gz.sig
If that command fails because you don't have the required public key,
gpg --keyserver keys.gnupg.net --recv-keys 85199DE8C6648E90
and rerun the 'gpg --verify' command.
* New experimental command SAVE DATA COLLECTION to save MDD files.
* MTIME and YMDHMS variable formats now supported.
- 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.
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.
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
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
gpg --verify pspp-1.2.0.tar.gz.sig
If that command fails because you don't have the required public key,
gpg --keyserver keys.gnupg.net --recv-keys 85199DE8C6648E90
and rerun the 'gpg --verify' command.
* New experimental command SAVE DATA COLLECTION to save MDD files.
* MTIME and YMDHMS variable formats now supported.
- 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.
_______________________________________________
Pspp-users mailing list
https://lists.gnu.org/mailman/listinfo/pspp-users
Harry Thijssen
2018-11-08 19:17:59 UTC
Permalink
Most likely I will build a new version on sunday.
You can try
https://sourceforge.net/projects/pspp4windows/files/2018-11-04-ForTestingOnly/
which is identical at the 1.2.0 version.
The upcoming MSWindows version will most likely only include updated
translations.

Have fun
Post by p***@free.fr
Great ! Thank you.
When you try to download pspp 4 windows you get a 64 bit version from
2017 09 09 as latest version at
https://sourceforge.net/projects/pspp4windows/files/ .
I want to install PSPP on a 32-bit windows pc. Is there a 32 bit version
of the 4th Nov 2018 version that runs on windows ?
Thanks
-ftr
Loading...