Skip to content

Commit d292e32

Browse files
committed
Add v2.0.2 and v2.0.3 release notes
1 parent 01242ac commit d292e32

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

HISTORY.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1038
2.0.1 (2018-05-18)
1139
------------------
1240

0 commit comments

Comments
 (0)