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: CHANGES
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,17 @@ Release Notes
4
4
1.3.0 (2023-07-01)
5
5
++++++++++++++++++
6
6
7
+
This release drops support for Python versions below 3.7
8
+
7
9
* API changes:
8
10
- Added ``popvalue`` method to mirror recent ``topvalue`` addition.
9
-
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics, to return when the collection is empty.
11
+
- Added ``default`` argument to ``top`` and support for ``default`` using ``pop`` with PQ semantics. This value is returned when the collection is empty.
10
12
11
13
* Maintenance:
12
14
- Dropped support for Python 2.7, 3.4, 3.5, and 3.6 (#22).
13
15
- Inlined type annotations and removed stub file. Thanks for advice from `@aqeelat <https://github.com/aqeelat>_`.
0 commit comments