Skip to content

Resolve "DeprecationWarning: sorted_dict.iloc is deprecated. Use SortedDict.keys() instead."

Jorn Hoofwijk requested to merge 92--iloc-depricated into master

Closes #92 (closed)

This might impact performance, since sorted_dict.keys() might be O(N), but I am not 100 percent certain on this, but it sounds logical

Edited by Joseph Weston

Merge request reports