Change Log¶
2.0.0 - Unreleased¶
Breaking Changes¶
Added¶
Added
IndexedDict
Improve efficiency for large bag operations
Add
setlist.swap()
Add
bag.count()
,CountsView
&UniqueElementsView
Add
bag.issubset()
andissuperset()
Add support for Python 3.8
Add
Sentinel
Make
MappedRange
a class instead of a namedtupleAdd change log
Fixed¶
Deprecated¶
Removed¶
1.0.2 - 2018-06-30¶
1.0.1 - 2018-04-14¶
1.0.0 - 2017-10-17¶
0.10.1 - 2017-10-20¶
0.10.0 - 2017-10-20¶
0.9.0 - 2017-01-28¶
0.8.2 - 2016-10-24¶
0.8.1 - 2016-10-24¶
0.8.0 - 2016-08-21¶
0.7.2 - 2016-08-07¶
0.7.1 - 2016-08-07¶
0.7.0 - 2016-01-13¶
0.6.0 - 2015-10-18¶
0.5.2 - 2015-07-09¶
0.5.1 - 2015-07-08¶
0.5.0 - 2015-07-08¶
0.4.0 - 2015-03-29¶
0.3.1 - 2015-01-31¶
0.3.0 - 2015-01-31¶
0.2.0 - 2015-01-20¶
Changed name from data-structures to collections-extended
0.1.6 - 2015-01-20¶
Deprecated data-structures
0.1.5 - 2015-01-20¶
0.1.4 - 2014-05-24¶
0.1.3 - 2014-05-24¶
0.1.2 - 2009-10-03¶
0.1.1 - 2009-10-03¶
0.1.0 - 2009-10-01¶
Initial release published to PyPi
0.0.0 - 2009-07-14¶
Repository created, modules organized in one package.