The source project of this merge request has been removed.
SWIG: correctly implement and test transparent views/copies of LALStringVector
This patch series will allow LALStringVector
types to be transparently converted to/from native Python/Octave arrays of strings: any function argument of type LALStringVector
should accept a native Python sequence / Octave cell array of strings as input. This functionality has previously implemented for numeric arrays, e.g. REAL4Vector
, but was not functioning correctly for string arrays.
Possibly of relevance to !480 (merged)