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 10
10
- Fixes:
11
11
- ` Node.from_tuples() ` will now raise an error if given an empty iterable. This should never happen, and it should error if it does.
12
12
- ` 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 )
13
14
- Maintainers:
14
15
- use github.com/kennethreitz/pyandoc
15
16
- reorganize tests
Original file line number Diff line number Diff line change @@ -386,6 +386,8 @@ Version 3.0.0
386
386
does.
387
387
- ``Interval.distance_to() `` gave an incorrect distance when passed
388
388
the ``Interval ``'s upper boundary
389
+ - ``IntervalTree.begin() `` and ``end() `` are O(1), not O(n).
390
+ (@ProgVal)
389
391
390
392
- Maintainers:
391
393
You can’t perform that action at this time.
0 commit comments