simonpercivall / orderedset

Ordered Set implementation in Cython
Other
74 stars 14 forks source link

Make comparisons against all sets unordered. #9

Closed simonpercivall closed 8 years ago

simonpercivall commented 8 years ago

This is a breaking change. Comparisons against other OrderedSets are now performed unordered, except for equality checks.

Two new methods have been added to perform ordered comparisons.

Fixes #8