sortedcontainers v0.9.2 Release Notes

Release Date: 2014-10-20 // over 9 years ago
  • API Changes

    • โœ‚ Removed value_orderable argument from SortedListWithKey initializer.
    • โž• Added key-callable argument to SortedDict initializer.
    • โž• Added key-callable argument to SortedSet initializer.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Changed SortedDict to inherit directly from dict.

    Miscellaneous

    • โž• Added PyPy3 support to tox testing.
    • โž• Added SortedListWithKey to sorted list performance comparison documentation.