Path: csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Ben Pfaff Newsgroups: gnu.announce Subject: pspp-1.4.0 released [stable] Date: Sat, 15 Aug 2020 23:24:27 +0000 Lines: 130 Approved: info-gnu@gnu.org Message-ID: References: <20200815232427.GA3614@li1182-242.members.linode.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" X-Trace: usenet.stanford.edu 1597536625 23108 209.51.188.17 (16 Aug 2020 00:10:25 GMT) X-Complaints-To: action@cs.stanford.edu To: info-gnu@gnu.org, pspp-dev@gnu.org, pspp-users@gnu.org, pspp-announce@gnu.org Envelope-to: info-gnu@gnu.org X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:pgp:user-agent; bh=rGhsG0Ue/mRNVkEHeveCrtrK0Iob16RfJnI6IyCg2LM=; b=TojJTf1WZYAvl6rAMziAFwbh3r/pzyDYcgm/mkfMXSLMERvyuUBX804GAWi44M8zfB jh7SKsP1/mTNfadY8cRNfejEHVMkoiHBAV57oHAuufL8sCKRDhX/iqS9VqxFOw5qYuN4 GURVFS/s1YdKLTPJTVOjHU7NEEHquS9QOhnq0pfkLrkfMMFAyO+yKQu6tzsQ44CbfY7t J4OR2FUxAqVjSQrPKHa4fobijKEFExFE2UQYSABa/QNM31wEKD4QsbnSBFTrYv+5zV6z hXWZAWudYD2Hj6T18nHPPqlA0HOlfwB1M0xIfaW8NKaAtye8pCzGjkfSkICTSUW+30Fm vUIA== X-Gm-Message-State: AOAM530Hp3h7pFu6pIFjJNS6sU9BrNyfCfe27x2LWVrKpcH3g32r4NFE 41QvPmXApGbOSqluIxf5Z1CBYWoMA5Q= X-Google-Smtp-Source: ABdhPJwde/Kr314Kmm/W2XcfAWbrryvBh48G83UM9L7GC8zTeWy0p2yID4LjC9ij64AZm2+jAGKKXQ== X-Received: by 2002:a17:902:9a81:: with SMTP id w1mr6497143plp.186.1597533869312; Sat, 15 Aug 2020 16:24:29 -0700 (PDT) Content-Disposition: inline Pgp: S User-Agent: Mutt/1.10.1 (2018-07-13) Received-SPF: pass client-ip=209.85.214.196; envelope-from=pfaffben@gmail.com; helo=mail-pl1-f196.google.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/15 19:24:30 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=1, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RCVD_IN_SBL_CSS=3.335, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 15 Aug 2020 20:10:23 -0400 X-BeenThere: info-gnu@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Announcements and Requests for Help from the GNU project and the Free Software Foundation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20200815232427.GA3614@li1182-242.members.linode.com> Xref: csiph.com gnu.announce:1773 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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://ftp.gnu.org/gnu/pspp/pspp-1.4.0.tar.gz https://ftp.gnu.org/gnu/pspp/pspp-1.4.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.4.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.2.0 to 1.4.0: * The file pspp-mode.el (the pspp-mode for Emacs) is no longer distributed with PSPP. Instead, it can be installed directly in emacs and is available from https://elpa.gnu.org/packages/pspp-mode.html * The Find dialog box, when searching for numeric values, will match only to the precision of the variable's print format. This avoids behaviour which is suprising to some users. * PSPP now supports the SPSS viewer (.spv) format that SPSS 16 and later use to save the contents of its output editor: - PSPP and PSPPIRE can write output to .spv files. - The new utility pspp-output can convert .spv files to other formats. - The pspp-convert utility can now decrypt encrypted .spv files. The encrypted viewer file format is unacceptably insecure, so to discourage its use PSPP and PSPPIRE do not directly read or write this format. * A bug where the Data|Select Cases|Random Sample menu would generate invalid syntax has been fixed. * FREQUENCIES will emit a warning if one or more weight values are missing. * Plain text output is no longer divided into pages, since it is now rarely printed on paper. * pspp-convert improvements: - New "-a", "-l", "--password-list" options to search for an encrypted file's password. - New "--keep" and "--drop" options to output only selected variables. - New "--recode", "--no-var-name", "--labels", "--print-formats", "--decimal", "--delimiter", and "--qualifier" options to control CSV output. * Improvements to SAVE DATA COLLECTION support for MDD files. * Bug fix for CVE-2018-20230. * The /RENAME subcommand in SAVE TRANSLATE et al. has been extended to support the syntax also accepted by other software. * The EXAMINE command will now perform the Shapiro-Wilk test when one or more plots are requested. * The REGRESSION command now supports the /STATISTICS=TOL option which outputs tolerance and variance inflation factor metrics for the data. * The QUICK CLUSTER command now supports the /SAVE option which can be used to save the cases' cluster membership and/or their distance from the cluster centre to the active file. * The MEANS command has been re-implemented. * The GUI now has a sub-dialog for post-hoc tests of the oneway anova test. * Gtk+3.22.0 or later must now be used when building. * GRAPH: Categorical barcharts displaying percentages now show the sub-category as a percentage of the primary category instead of the total. * The Syntax Window now has a Find function to perform simple text searching. * AUTORECODE: - The PRINT subcommand is now implemented. - Many bug fixes. --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEwtGrBhZWqsVLXpdUhRmd6MZkjpAFAl84bqgACgkQhRmd6MZk jpB4tQ//b1UfTjh1Au74+jE2Qt50ALiRisbTImQ9HlRtBHRzOvpJtM786Ln4TenQ ONRv/idzmdBbvR/V6WWVB8v3zcxHcF76dxdbpaamKwZaEX1mp+ad2IOk8guLseeD RGlwkbdVhhjWEVL2t/cKEnJJK8RIptXroTHTW8boiTfVb7PWeH7L0iYTlhs/NkSX uP0CnK+1181Ikso0hF+jnkr6w/Kw3R8IfS94x3IGLWUvnltX3rltN2XPMZfoUJaM LwFuOGl/6QvyotsKHL4FenQqWF2dRhVooU9qQsSpww8KeLRqWPDSuE/fcjp4dlsv bn2d1mvtNTdSRZ396sil8sCeKpfbBRTSc2Qb20olaoqgaqCsmeQWyIi6+Ypw4Z3I aLwHHlIRWSdSm9AphZ7k4ve6AuIAEDgOmli0+TIFpHGR2QnpJ0XZ+VfRJGjUSo4A Kac/9NjzABiBdZWgu9EUp7uG/Xx0nJl447gEMuVR8U7aqqQlMod9e463Gko11GCZ ZJZv/GtYjDeHZr+PA9M8JaxkK4aJx9jnIb+t+FmIFzzm3WgV78t9F/xF42HnFW/g oof30wCeGEhw//2bilPp1HxKoWG/LFGLhaz4NDwi2E3owajdauuxGmJKWqDOTm0h 8X9mRlncWtgtRU2hSiiZpFGWvcRW0jbjt2qvubjsuubFGY7PcFI= =4rCJ -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ--