All Versions
41
Latest Version
Avg Release Cycle
87 days
Latest Release
1073 days ago

Changelog History
Page 4

  • v0.9.1 Changes

    September 20, 2014

    ๐Ÿ›  Bugfixes

    • Changed SortedList.__setitem__ with slices to correctly update internal "maxes" index.
  • v0.9.0 Changes

    September 17, 2014

    API Changes

    • Added __ior__, __iand__, __isub__, and __ixor__ methods to SortedSet interface.

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Changed position-based indexing to use dense tree-based index.

    Miscellaneous

    • โž• Added workload-based performance comparison for sorted list: Priority Queue, Multiset, etc.
  • v0.8.5 Changes

    August 11, 2014

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”„ Changed copy methods to make shallow copies: values are not copied, only references to values are copied.

    Miscellaneous

    • โž• Added load-factor performance comparison documentation.
  • v0.8.4 Changes

    July 29, 2014

    API Changes

    • โž• Added value_orderable parameter to SortedListWithKey to support incomparable value types.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ”„ Changed repr methods to prevent infinite recursion and allow easier subclassing.
  • v0.8.3 Changes

    July 07, 2014

    Miscellaneous

    • โž• Added more testing for sorted lists with key-callable argument.
  • v0.8.2 Changes

    June 13, 2014

    API Changes

    • โž• Added SortedListWithKey type with implementation based on (key, value) tuples.
  • v0.8.1 Changes

    May 08, 2014

    ๐Ÿ›  Bugfixes

    • โž• Added contains-key check in sorted dict equality comparisons.

    Miscellaneous

    • โž• Added Python runtime comparison to documentation.
    • โž• Added sorted dict and set comparison to benchmark documentation.
    • โž• Added Travis-CI testing.
  • v0.8.0 Changes

    April 08, 2014

    API Changes

    • โž• Added bisect methods from SortedList to SortedDict interface.
  • v0.7.0 Changes

    April 02, 2014

    Miscellaneous

    • โž• Added Banyan module to benchmark documentation.
  • v0.6.0 Changes

    March 18, 2014

    Miscellaneous

    • โž• Added testing support for CPython 2.6, 2.7, 3.2, and 3.3 with full coverage.