Skip to content

2.3.1 - Hotfix for #75

Compare
Choose a tag to compare
@AlexandreDecan AlexandreDecan released this 28 Jan 13:22
· 40 commits to master since this release

Changed

  • Speed up lookups in IntervalDict for non-interval keys.
  • Speed up iterate by no longer creating singleton instances under the hood.
  • Drop official support for Python 3.6.

Fixed

  • Infinite recursion when a subclass of an Interval is compared using > with an Interval instance (see #75).