On Tue, 27 Aug 2019, Sven Schreiber wrote:
Am 27.08.2019 um 05:20 schrieb Allin Cottrell:
> On Mon, 26 Aug 2019, Riccardo (Jack) Lucchetti wrote:
> >
> > <pseudo-hansl>
> > list X = matrix
> > </pseudo-hansl>
> >
> > which would generate the series X_01, X_02, etc (of course, if
> > rows(matrix) == $nobs). The identifiers could be taken from the column
> > labels, if present, or the list name by default as in my example. This
> > would be quite handy, I think.
>
> I agree. But several policies have to be decided in the implementation
> of this. Here's what's in current git on the "newcomplex" branch.
(As long as this is still fresh in your mind: Do you know which commits
are related to this? More than one? Perhaps other people -me- could
experiment with applying only those commits without the rest of the branch.)
The relevant commits were
b17d7aebf03b548e8a024f692a7937281a3678d0
bc6a18041eca1fafda1ec186cf6e6850dbf0fc0f
8e1cbad8ad740a2bf0a00fd2b604efb5557c948f
But pretty soon newcomplex will be merged into master then retired.
Allin