Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/grantjenks/python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
https://github.com/grantjenks/python-sortedcontainers

Simplify setup, be explicit about sortedcontainers package

6a0781fdb6e535c2c45b893af9b8b5ee9f1ace33 authored over 6 years ago by Grant Jenks <[email protected]>
Fixes for pylint

008fa62317d71a448c274b14e93a4a1db6015f02 authored over 6 years ago by Grant Jenks <[email protected]>
Emit deprecation warning on access to sorted_dict.iloc

2a00449622b402e0978dfb73337ae456da079090 authored over 6 years ago by Grant Jenks <[email protected]>
Sorted keys and items views set-operations return sorted sets

28e99c0f00aaef4b4aa53147ed0f2a3eee1d092c authored over 6 years ago by Grant Jenks <[email protected]>
Correct SortedValuesView docstring

9b2d38c6a2bdf0bec621b019975e36a4667672f8 authored over 6 years ago by Grant Jenks <[email protected]>
Bump version to 2.0.2

7d6a28cdcba2f46eb2ef6cb1cc33cd8de0e8f27f authored over 6 years ago by Grant Jenks <[email protected]>
Add SortedDict.iloc for improved backwards compatibility with V1

0ac84edb2d920ac233d36e7692aac52b55438749 authored over 6 years ago by Grant Jenks <[email protected]>
Bump version to 2.0.1

e434aa3a76d0eca9ac79680c09b19c08012511bf authored over 6 years ago by Grant Jenks <[email protected]>
Record Github repo rename and docs fixes

da3c25f22c061e9cdf7fc19c0ed7fab873a0304a authored over 6 years ago by Grant Jenks <[email protected]>
Update github repo name

2fbc21d58a8d128e3d8a86da70976196c07131ae authored over 6 years ago by Grant Jenks <[email protected]>
Update broken links

64f62ef620a4c846377084c79c73c773fad87e3b authored over 6 years ago by Grant Jenks <[email protected]>
Fix formatting typo in README

f6526b72cf4f5b8508052786b2aa3b0f27f406ed authored over 6 years ago by Grant Jenks <[email protected]>
Bump version to 2.0.0

680fad5621e0c0959af6947ff5deffe908788b5e authored over 6 years ago by Grant Jenks <[email protected]>
Improve formatting

dd1d435cfc5213f66a1152b0b502305e361f331f authored over 6 years ago by Grant Jenks <[email protected]>
Rename repo from sorted_containers to python-sortedcontainers

e0e7e5c71ebc0d0d6aade5a3247a627eaf0524a1 authored over 6 years ago by Grant Jenks <[email protected]>
Remove todos from readme

1dacd379fdc425c6ce3cc2f3dc3952690649ba5f authored over 6 years ago by Grant Jenks <[email protected]>
Add sample output from testing and coverage

fc768b5631fa326a2645ec97957a836b78ae5bc8 authored over 6 years ago by Grant Jenks <[email protected]>
Fixes for cross-platform doctests

31855aefc8a3a47c835c22bc14b20f2987644038 authored over 6 years ago by Grant Jenks <[email protected]>
Remove builtins from globals (artifact of previous refactor)

8ce7ead7ffce1aa8167366bae43bd2ef8d0a502b authored over 6 years ago by Grant Jenks <[email protected]>
Couple fixes for full coverage

352afe0246c5f01643a3471e0a43550be701f611 authored over 6 years ago by Grant Jenks <[email protected]>
Fixes for pylint

a74b58455526ac4a3e8ec1184ea65a498bc5a0bb authored over 6 years ago by Grant Jenks <[email protected]>
Add __delitem__ to sorted dict views

b3d0737180c10f9e9a1f3853b26d15d690d93b10 authored over 6 years ago by Grant Jenks <[email protected]>
Speedup doctest

1da26b48a583ac75a6a94c27d6c3d174c2b2bd82 authored over 6 years ago by Grant Jenks <[email protected]>
Update release history with link from intro

c723c10e33155a380e6975801ff55cd9f7b32457 authored over 6 years ago by Grant Jenks <[email protected]>
Add SortedKeyList.__init__ to docs

ddfbb4513f3f497dcce17ed4ceb2d0f00ee1a6fb authored over 6 years ago by Grant Jenks <[email protected]>
Update readme todos

ec7d17a013696567f2fbbf961afcf40d4cec0856 authored over 6 years ago by Grant Jenks <[email protected]>
Update benchmark results and graphs

706d3acd2e63f5fca702d5c84811482ecbeba1c8 authored over 6 years ago by Grant Jenks <[email protected]>
Increase limits for List

f86ddff69a61997465d1a23861ae5a636f3c3a55 authored over 6 years ago by Grant Jenks <[email protected]>
Apply shims to sortedcollection for benchmarking

c5a2d5a075e2d3225ebeb5ae2ac43c23f183592b authored over 6 years ago by Grant Jenks <[email protected]>
Small runtime perf update

11029c420ec7ee5a90ce9d7b310934c2abab086b authored over 6 years ago by Grant Jenks <[email protected]>
Move Python 3.6 runtime before Python 2.7

7d27e860e2651be71795f5aa9da73e78531d1023 authored over 6 years ago by Grant Jenks <[email protected]>
Add dash line grid and zorder

37d786b3a6026439a024a31916c9bdd3255b1fb9 authored over 6 years ago by Grant Jenks <[email protected]>
Add logging for benchmark error

fedd90aa6db48a3ede3a0224b4c13f5523a50656 authored over 6 years ago by Grant Jenks <[email protected]>
Update more docs: implementation and development

cb968f95aaddebdbd5b9c99222f61d0328eca06d authored over 6 years ago by Grant Jenks <[email protected]>
Update readme notes

8bf352ca2ce78505890e099d16f7cd3108f97db7 authored over 6 years ago by Grant Jenks <[email protected]>
Update history with v2 summary

dca620c12c8e4e9e8be591c992fd650954bf39cc authored over 6 years ago by Grant Jenks <[email protected]>
Change variable name for readability

aa6c6291bf8e292197c3c02a9a666dd50691faef authored over 6 years ago by Grant Jenks <[email protected]>
Add note about bintrees and fix typo

77edde026551c9a4a4212c24c14a8a7a423b7396 authored over 6 years ago by Grant Jenks <[email protected]>
Update name and demo docstring

44621bf613b93ebbf4949aba76a4561aa2884c00 authored over 6 years ago by Grant Jenks <[email protected]>
Fix benchmark sizes

e02da5cbcc3b7d1aad7a53bed8df3211a93ce711 authored over 6 years ago by Grant Jenks <[email protected]>
Update README

acbb13b3514c884726819fb7a5c06d4e1d7c7831 authored over 6 years ago by Grant Jenks <[email protected]>
Update performance comparison docs, fix names and formatting

1ee43efa9e93c5a8185cfbb0661dcd6e044da705 authored over 6 years ago by Grant Jenks <[email protected]>
Update perf pages with link to init

8826cceefde09db85fc8afb13699889dd3197701 authored over 6 years ago by Grant Jenks <[email protected]>
Small changes to perf pages, update names and references

8766afd461893c63d38ee17d74de74bdfbab83a0 authored over 6 years ago by Grant Jenks <[email protected]>
Adjust wording

991696b024ed57b64bf36687f2209b017fc5af51 authored over 6 years ago by Grant Jenks <[email protected]>
Small changes to wording and style, add blurb about binary trees

557ebc2ba99ede9a70020a53d5bdc17040b2103c authored over 6 years ago by Grant Jenks <[email protected]>
Rewrite the intro with Caveats and Migrating sections

03aed3b11215687f349dd798c41db3eb5647a2ba authored over 6 years ago by Grant Jenks <[email protected]>
Add testing for doctests in docs files

e682b024f3d193619dc2b2ef3f23d100e68aa7cf authored over 6 years ago by Grant Jenks <[email protected]>
Add notes re: docs changes due to issues

61bac0513959685d03206b456923e3d43f149ddc authored over 6 years ago by Grant Jenks <[email protected]>
Update getitem to indicate return type for slice

d256cee1e9ae0a693fdba024e7fe51c9c8d1e086 authored over 6 years ago by Grant Jenks <[email protected]>
Update SortedListWithKey name in tests to SortedKeyList

4b67899417c183bcec2046e2e05e9d7c0d2e9f8d authored over 6 years ago by Grant Jenks <[email protected]>
Rename files sortedlistwithkey to sortedkeylist

c42335bb2e575a64dac0d75def03923fe0d7b800 authored over 6 years ago by Grant Jenks <[email protected]>
Rename SortedListWithKey to SortedKeyList in docs

c997478ad56f830bd21ae55684b46bbb0116b8f4 authored over 6 years ago by Grant Jenks <[email protected]>
Update :ref: to :func: (yay, autodoc)

f25c8a1afb878fff49034ab94457863f6868f797 authored over 6 years ago by Grant Jenks <[email protected]>
Add todo to rename SLWK to SKL

602234d71128d9000b6aaa3cdbf565486e2f9ba3 authored over 6 years ago by Grant Jenks <[email protected]>
Change SortedContainers to Sorted Containers and add links to index

bd234b0d3c5e192b1f9f7212ad0fb9b12d0235f9 authored over 6 years ago by Grant Jenks <[email protected]>
Update sorted set docs to use autodoc and adopt Python 3 semantics

bb869f80540a114fff323264a299f361782d160e authored over 6 years ago by Grant Jenks <[email protected]>
Small wording and code changes

64c9b2a1f9e8cf36b5991620b69e54b092152541 authored over 6 years ago by Grant Jenks <[email protected]>
Small wording and name changes

a3dc9444213b6d6702140d4b6ddc8f421b335053 authored over 6 years ago by Grant Jenks <[email protected]>
Add show-inheritance attribute

a4901992c82eedc37d2bea4b8b1b419fdc08f757 authored over 6 years ago by Grant Jenks <[email protected]>
Add show-inheritance attribute

cc09a6d15224b7a7db49921f41db54731e67db56 authored over 6 years ago by Grant Jenks <[email protected]>
Remove sortedlistwithkey docs and refs

9d86e570cf8cf77d34a74e2a7f412739470ffe25 authored over 6 years ago by Grant Jenks <[email protected]>
Change sorted dict implementation to embrace Python 3 semantics and use autodoc

c48b0374c1fbef1804e64ffcabc93797d8c68249 authored over 6 years ago by Grant Jenks <[email protected]>
Small comment changes

0dca318df67a38fbbde3c45b6dfaf4ee5830dfb1 authored over 6 years ago by Grant Jenks <[email protected]>
Fix spacing

1fcff573ab8f143308bd47bb38613ddd874e7b16 authored over 6 years ago by Grant Jenks <[email protected]>
Inline shims for simplicity

7a8fe82b6830d861147cc1b96052bcd2d5eb7a44 authored over 6 years ago by Grant Jenks <[email protected]>
Update SortedKeyList to adopt Python 3 semantics

9ecad1ad4b78f41b73e47ffb1a5b8b095a4c54f2 authored over 6 years ago by Grant Jenks <[email protected]>
Update README with more todos

3a0ff5ed635c3b190be2b9fd67699b53328be8bc authored over 6 years ago by Grant Jenks <[email protected]>
Remove tests for methods that now raise not-implemented

a5c33be434a3e80c47eb430d1ea16a9355a4a645 authored over 6 years ago by Grant Jenks <[email protected]>
Remove half/dual attributes

83ba6feb71e129f202d4835af879df44ddd13f2f authored over 6 years ago by Grant Jenks <[email protected]>
Remove not-implemented methods from stress testing

a558673f3f4075fa4653d6a05c7b4c3e240513af authored over 6 years ago by Grant Jenks <[email protected]>
Remove not-implemented methods from stress testing

4ecc9e7cb6fdb969bf1afde4761f0eff9aad1dbe authored over 6 years ago by Grant Jenks <[email protected]>
Update sortedlist api docs to use autodoc

abccf659c03ff091fa1f4aa5d4037ecfe190fb8c authored over 6 years ago by Grant Jenks <[email protected]>
Calculate half and twice from load

a353faf517e1791bd8a80a571f126241fb8211f1 authored over 6 years ago by Grant Jenks <[email protected]>
Add Python 2 to 3 shims

238243cde413210b2a6a332754b90df9fbb1912b authored over 6 years ago by Grant Jenks <[email protected]>
Use recursive_repr from Python 2 to 3 shims

352693c0a48dcefcfd2287e1a61e73cd505f3593 authored over 6 years ago by Grant Jenks <[email protected]>
Update SortedList for Python 3 semantics

ae7d6937147f3c18bf05820d2dbcb9edf8332701 authored over 6 years ago by Grant Jenks <[email protected]>
Add docs/_build dir

869c97301a75e55b834c68a2bba0a030f2677c1f authored over 6 years ago by Grant Jenks <[email protected]>
Add note about irange performance improvement

c802b306b271ebb8daaf4309d0dc16f86ff2f01e authored over 6 years ago by Grant Jenks <[email protected]>
Update pylint and pylintrc file

bb26430127cb10455c34d2e8c79791344a2f3ba2 authored over 6 years ago by Grant Jenks <[email protected]>
Add gumroad sidebar

e408253edbabf2101400dc6a55a709e567e15d43 authored over 6 years ago by Grant Jenks <[email protected]>
Merge README and index

7b4b5cb12f83516265279c4707f6dfdaf8613c81 authored over 6 years ago by Grant Jenks <[email protected]>
Update sphinx make files

d9888d14e4f7a7c9160f51b87c0a4a2b56969192 authored over 6 years ago by Grant Jenks <[email protected]>
Update docs conf

a0cf3fd80615dc737712099c0f7c8223bb61df09 authored over 6 years ago by Grant Jenks <[email protected]>
Add travis and appveyor badges after Features section

04d6a3f2819f84b065edb7b3f8d4240ef2feeb1d authored over 6 years ago by Grant Jenks <[email protected]>
Remove old gj theme, change to alabaster default

84c901fb243bed211439138a59ef10bbe3524107 authored over 6 years ago by Grant Jenks <[email protected]>
Remove mp4 video files, youtube hosted now

38954ee1a3a0f5ec9eb781d2766dcbaed4db76dd authored over 6 years ago by Grant Jenks <[email protected]>
Update pypi links to new pypi.org

35e26b1a1339fbedd85fccb79897e21c71cb8bf5 authored over 6 years ago by Grant Jenks <[email protected]>
Update performance alternatives with last updated

a578e034c3f64a57cc8a3fb4f4fa1455a5e9ae81 authored over 6 years ago by Grant Jenks <[email protected]>
Update docs references to rbtree

e25bbe752e6cc330c861b3a15c198ffe10836031 authored over 6 years ago by Grant Jenks <[email protected]>
Remove rbtree and rbset from benchmarking

9dd509d46f99d9f73d2bdd3524701746e02c6fd9 authored over 6 years ago by Grant Jenks <[email protected]>
Change from remove(...) back to del

298eb166044a19950524098e1caf4a154698438b authored over 6 years ago by Grant Jenks <[email protected]>
Use benchmark.remove rather than del

5d23db38fa29c83bae18c2019f334866e8bd0e13 authored over 6 years ago by Grant Jenks <[email protected]>
Replace sortedcollection dependence with file copied from ActiveState

0770dd664af940b2866b82c09e33a82ec6ba7981 authored over 6 years ago by Grant Jenks <[email protected]>
Change from nose to pytest

4052101325e3db633566f2d1a8598ac496cc6791 authored over 6 years ago by Grant Jenks <[email protected]>
Add appveyor and update travis for CI

9c4fe3214a90edeb82d339c7cc87798cf6cc942b authored over 6 years ago by Grant Jenks <[email protected]>
Simplify requirements for development on Python 3

8962b3612a34ca700c8ec724c884cd26d73abf0e authored over 6 years ago by Grant Jenks <[email protected]>
Update copyright for 2018

c2907040a0863fe922a565aa57aaf46e370d5c63 authored over 6 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.10

892080c3ea7444c54bd43735b2160b3f00302009 authored over 6 years ago by Grant Jenks <[email protected]>
Add test for SortedDict items view index error

3c7229bd327eab3cb39be156aaa84c0639f55ee0 authored over 6 years ago by Grant Jenks <[email protected]>