sortedcontainers v2.0.3 Release Notes

Release Date: 2018-05-31 // almost 6 years ago
  • API Changes

    • ๐Ÿ—„ Accessing SortedDict.iloc will emit DeprecationWarning.

    ๐Ÿ›  Bugfixes

    • SortedSet.__rsub__ erroneously reversed its arguments. The method has been removed in favor of the inherited Set.__rsub__ which has a correct implementation.
    • :class:SortedKeysView and :class:SortedValuesView set-operations now return :class:SortedSet objects to better match the semantics of version 1.

    Miscellaneous

    • โœ… The source distribution no longer contains the docs and tests directories. If you need these, then please download an archive from Github. Version control is tagged with the version released to PyPI.