File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,34 @@ Sorted Containers Release History
77
88.. currentmodule :: sortedcontainers
99
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+
10382.0.1 (2018-05-18)
1139------------------
1240
You can’t perform that action at this time.
0 commit comments