File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,34 @@ Sorted Containers Release History
7
7
8
8
.. currentmodule :: sortedcontainers
9
9
10
+ 2.0.3 (2018-05-31)
11
+ ------------------
12
+
13
+ **API Changes **
14
+
15
+ * Accessing `SortedDict.iloc ` will emit `DeprecationWarning `.
16
+
17
+ **Bugfixes **
18
+
19
+ * `SortedSet.__rsub__ ` erroneously reversed its arguments. The method has been
20
+ removed in favor of the inherited `Set.__rsub__ ` which has a correct
21
+ implementation.
22
+ * :class: `SortedKeysView ` and :class: `SortedValuesView ` set-operations now
23
+ return :class: `SortedSet ` objects to better match the semantics of version 1.
24
+
25
+ **Miscellaneous **
26
+
27
+ * The source distribution no longer contains the `docs ` and `tests `
28
+ directories. If you need these, then please download an archive from
29
+ Github. Version control is tagged with the version released to PyPI.
30
+
31
+ 2.0.2 (2018-05-21)
32
+ ------------------
33
+
34
+ **API Changes **
35
+
36
+ * Add `SortedDict.iloc ` for improved backwards compatibility with version 1.
37
+
10
38
2.0.1 (2018-05-18)
11
39
------------------
12
40
You can’t perform that action at this time.
0 commit comments