Immutable
release. Only release title and notes can be modified.
Changed
- Drop official support for Python 3.9 (EoL).
- Improve performance of
Intervalcreation 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.updateandIntervalDictconstructor for hashable values (see #108).