Path to this page:
./
devel/py-sortedcontainers,
Sorted collections library written in pure-Python
Branch: CURRENT,
Version: 2.3.0,
Package name: py38-sortedcontainers-2.3.0,
Maintainer: minskimSortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 68c81f9065bed49839e40d820c7bdf771a7f8296
RMD160: 5e362e64e697664424ab26ce0709db6c07d85ddd
Filesize: 29.794 KB
Version history: (Expand)
- (2020-12-14) Updated to version: py38-sortedcontainers-2.3.0
- (2020-06-08) Updated to version: py37-sortedcontainers-2.2.2
- (2018-11-28) Updated to version: py27-sortedcontainers-2.1.0
- (2018-10-07) Updated to version: py27-sortedcontainers-2.0.5
- (2018-05-24) Updated to version: py27-sortedcontainers-2.0.2
- (2017-12-10) Updated to version: py27-sortedcontainers-1.5.9
CVS history: (Expand)
2020-12-14 15:02:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sortedcontainers: updated to 2.3.0
2.3.0:
Bugfixes
Make sort order stable when updating with large iterables.
|
2020-06-08 08:55:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sortedcontainers: updated to 2.2.2
2.2.2:
Add “small slice” optimization to SortedList.__getitem__.
Silence warning when testing SortedList.iloc.
2.2.1:
Fix a warning regarding classifiers in setup.py.
2.2.0:
Change SortedDict to avoid cycles for CPython reference counting.
|
2018-11-28 15:40:49 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sortedcontainers: updated to 2.1.0
2.1.0:
Miscellaneous
Small updates to docs and tests for Python 3.7.
|
2018-10-07 10:35:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sortedcontainers: updated to 2.0.5
2.0.5:
Bug fixes.
|
2018-05-24 18:29:39 by Min Sik Kim | Files touched by this commit (2) |  |
Log message:
devel/py-sortedcontainers: Update to 2.0.2
Version 2 represents a significant update to the source base. The code
has been refactored and modernized to embrace Python 3 semantics while
also using `autodoc` in Sphinx for more maintainable
documentation. The core design and algorithms are all the same.
|
2017-12-10 11:05:55 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-sortedcontainers: updated to 1.5.9
1.5.9:
* Dropped CPython 2.6 testing.
1.5.8:
* Added ``SortedList.reverse`` to override ``MutableSequence.reverse`` and
raise ``NotImplementedError``.
|
2017-02-08 05:47:04 by Min Sik Kim | Files touched by this commit (4) |
Log message:
Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers
SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.
|