• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

quantopian / zipline / 2647 / 1
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2015 05:22PM UTC
Files 65
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Feb 2015 05:22PM UTC coverage: 86.813%. First build
PANDAS_VERSION=0.12.0 NUMPY_VERSION=1.8.0 USE_CYORDEREDDICT=no

Pull #497

travis-ci

Dale Jung
PERF: Replaced use of a pandas.Series for dict-like duties to a cython
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
Pull Request #497:

5056 of 5824 relevant lines covered (86.81%)

0.87 hits per line

Source Files on job 2647.1 (PANDAS_VERSION=0.12.0 NUMPY_VERSION=1.8.0 USE_CYORDEREDDICT=no)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2647
  • Travis Job 2647.1
  • 6599c794 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc