[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-39-gcfe0d5
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-39-gcfe0d5929 |
Date: |
Sun, 28 Aug 2022 19:24:55 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via cfe0d592966e82229ea2892bd323f22ddd1b15a4 (commit)
from cf8aa1f317ac569ac742a597e6f7cf1b4cbb293c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cfe0d592966e82229ea2892bd323f22ddd1b15a4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sun Aug 28 16:23:46 2022 -0700
CTABLES: Make ID values reproducible when category labels are moved.
ID values were assigned in an arbitrary order when category labels were
moved, because the pivot table leaf index for the category dimension was
not included in the sort. This fixes the problem.
This also factors finding the category leaf index out of the inner loop in
ctables_table_output(). This index doesn't vary across that inner loop and
I simply hadn't noticed while writing the code.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/ctables.c | 104 +++++---
tests/language/stats/ctables.at | 560 ++++++++++++++++++++--------------------
2 files changed, 346 insertions(+), 318 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-39-gcfe0d5929,
Ben Pfaff <=