Skip to content

The "Do it faster!" release

Latest

Choose a tag to compare

@AlexandreDecan AlexandreDecan released this 14 Jun 14:07
Immutable release. Only release title and notes can be modified.

Changed

  • Drop official support for Python 3.9 (EoL).
  • Improve performance of Interval creation and union for large disjunctions of overlapping intervals.
  • Improve performance of Interval.__contains__ for values.
  • Improve performance of Interval.overlaps, __and__, and __contains__ for large, complex intervals when applied to small subintervals (see #107, Henry Tung).
  • Improve performance of IntervalDict.update and IntervalDict constructor for hashable values (see #108).