File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Sorted Containers Release History
2
2
=================================
3
3
4
+ .. contents ::
5
+ :depth: 1
6
+ :local:
7
+
4
8
.. currentmodule :: sortedcontainers
5
9
10
+ .. _v2 :
11
+
6
12
2.0.0 (2018-05-04)
7
13
------------------
8
14
Original file line number Diff line number Diff line change @@ -749,8 +749,7 @@ couple of things to keep in mind.
749
749
750
750
:doc: `Sorted Containers<index> ` went through a major version change between
751
751
version one and version two. The goal of the change was to adopt Python 3
752
- semantics wherever possible. These changes are detailed on the :doc: `history
753
- <history>` page but a quick summary follows:
752
+ semantics wherever possible:
754
753
755
754
1. Several :class: `SortedList ` methods now raise :exc: `NotImplementedError `:
756
755
:func: `SortedList.__setitem__ `, :func: `SortedList.append `, and
@@ -768,6 +767,10 @@ semantics wherever possible. These changes are detailed on the :doc:`history
768
767
to `SortedKeyList ` but an alias remains for compatibility. Several methods
769
768
which accepted a `val ` parameter now accept `value ` for better readability.
770
769
770
+ The :doc: `history ` documents all the changes made in every version in the
771
+ history of the project. The :ref: `Version 2<v2> ` release notes detail all the
772
+ changes made.
773
+
771
774
The `blist `_ project remains the most similar as its API was the original
772
775
inspiration for :doc: `Sorted Containers<index> `. The main difference has always
773
776
been the :func: `SortedList.pop ` method. The `blist `_ project pops the first
You can’t perform that action at this time.
0 commit comments