File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 1010- Fixes:
1111 - ` Node.from_tuples() ` will now raise an error if given an empty iterable. This should never happen, and it should error if it does.
1212 - ` Interval.distance_to() ` gave an incorrect distance when passed the ` Interval ` 's upper boundary
13+ - ` IntervalTree.begin() ` and ` end() ` are O(1), not O(n). (@ProgVal )
1314- Maintainers:
1415 - use github.com/kennethreitz/pyandoc
1516 - reorganize tests
Original file line number Diff line number Diff line change @@ -386,6 +386,8 @@ Version 3.0.0
386386 does.
387387 - ``Interval.distance_to() `` gave an incorrect distance when passed
388388 the ``Interval ``'s upper boundary
389+ - ``IntervalTree.begin() `` and ``end() `` are O(1), not O(n).
390+ (@ProgVal)
389391
390392- Maintainers:
391393
You can’t perform that action at this time.
0 commit comments