pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pspp-2.0.0-pre1 released [testing]


From: Ben Pfaff
Subject: Re: pspp-2.0.0-pre1 released [testing]
Date: Sun, 7 May 2023 07:22:16 -0700

Friedrich, it looks like recent changes to the main PSPP autobuilder
(announced about a week ago) have been causing failures in the one
that you maintain. I hope you can take a look sometime soon.

On Sun, May 7, 2023 at 1:12 AM ft gmail <public.ftr@gmail.com> wrote:
>
> Excellent.
>
> When do you think a windows version will be ready to be tested ?
>
> Regards,
>
> ftr
>
> On 06/05/2023 17:58, Ben Pfaff wrote:
> > 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[*]:
> >    https://alpha.gnu.org/gnu/pspp/pspp-2.0.0-pre1.tar.gz
> >    https://alpha.gnu.org/gnu/pspp/pspp-2.0.0-pre1.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-2.0.0-pre1.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 
> > C2D1AB061656AAC54B5E975485199DE8C6648E90
> >
> > or obtain the project members' keys directly from Savannah:
> >
> >    wget -q -O- 
> > 'https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=pspp&download=1'
> >  | gpg --import -
> >
> > Either way, afterward, rerun the 'gpg --verify' command.
> >
> > Changes from 1.6.2 to 2.0.0-pre1:
> >
> >   * The CTABLES command is now implemented.
> >
> >   * FREQUENCIES now honors the LAYERED setting on SPLIT FILE.
> >
> >   * AGGREGATE:
> >
> >     - New aggregation functions CGT, CLT, CIN, and COUT.
> >
> >     - Break variables are now optional.
> >
> >   * ADD FILES, MATCH FILES, and UPDATE now allow string variables with
> >     the same name to have different widths.
> >
> >   * CROSSTABS now calculates significance of Pearson and Spearman
> >     correlations in symmetric measures.
> >
> >   * DISPLAY MACROS is now implemented.
> >
> >   * SHOW ENVIRONMENT is now implemented.
> >
> >   * Removed the MODIFY VARS command, which is not in SPSS.
> >
> >   * Building from a Git repository, which previously required GIMP, now
> >     requires rsvg-convert from librsvg2 instead.
> >
> >   * The pspp-dump-sav program is no longer installed by default.
> >
> >
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]