You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Version 2.1.0
8
8
-`range()` method
9
9
-`span()` method, for returning the difference between `end()` and `begin()`
10
10
- Fixes:
11
-
-`begin()` and `end()` methods used iterative `min()` and `max()` builtins instead of the more efficient `iloc` member available to `SortedDict`
11
+
-Speed improvement: `begin()` and `end()` methods used iterative `min()` and `max()` builtins instead of the more efficient `iloc` member available to `SortedDict`
12
12
-`overlaps()` method used to return `True` even if provided null test interval
0 commit comments