mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-30 19:40:47 +08:00
913fbb0568
based OrderedDict. Series/ndarray can only be sped up so much because they weren't designed for fast iterative mutations. This also cut down on the # of intermediate Series being generated during perf stat generation. Things like s[s > 0] will create a new Series for s > 0. Moved cython to requirements.txt and added cyordereddict