Version 1.4 release
-
Ordering of duplicate keys is now preserved, through the introduction of two
new classes. TheCogroup
class extends thelist
previously associated
with the values of a duplicate key. TheNmlKey
class extendsstr
and
externally holds the namelist key, but also contains an internal key to
distinguish between duplicates. -
A repeated key is no longer initialized with a list, and must now be
explicitly declared as a cogroup with theadd_cogroup
function. -
A performance issue related to the detection of values in a line has been
fixed. Thanks to Stephen LeDoux for reporting and Philip Cross for fixing
this issue.