pyradigm icon indicating copy to clipboard operation
pyradigm copied to clipboard

Moving to unordered dict, better data type management

Open raamana opened this issue 8 years ago • 2 comments

raamana avatar Nov 15 '17 03:11 raamana

this may create a problem with backward compatibility - previous versions saved the dataset with OrderedDict, so I need handle loading them in properly.

raamana avatar Nov 15 '17 03:11 raamana

Also, note that the regular dict in python 3.6 preserves insertion order, however this is not to be relied upon, as it is considered an "implementation detail" today and might change later on.

raamana avatar Nov 15 '17 16:11 raamana