Remove dependence on `OrderedDict`?
loostrum opened this issue · 4 comments
loostrum commented
Some parts of kernel tuner require an OrderedDict
, however as of Python 3.7 the standard dict
is guaranteed to be insertion ordered. If this is the only reason OrderedDict
was required, perhaps the requirement could be removed to simplify the interface.
isazi commented
I believe that @fjwillemsen was going to do that, after we are done with the Kernel Tuner tutorial at RSECon23 in September.
fjwillemsen commented
Yes, I can do this!
loostrum commented
Great!
fjwillemsen commented
I've just resolved this issue in the commit linked above, which is part of a larger pull request (#214).