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

dask / dask / 11330 / 3
53%
master: 53%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2019 09:19PM UTC
Files 108
Run time 11s
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

24 Apr 2019 08:28PM UTC coverage: 90.622% (+0.002%) from 90.62%
PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true'

push

travis-ci

web-flow
Fix perf issue in dd.Series.isin (#4727)

Previously this was slow for large lists/large npartitions for two
reasons:

- The `values` object was part of every task in the graph, increasing
the serialization cost between workers, and traversal cost when
evaluating on a worker.
- The `values` object is usually a builtin python collection (usually a
list), which coupled with the above would significantly slow down our
optimization passes as a large list was traversed once for every
partition.

We now wrap `values` in `delayed`, avoiding both of these problems.

Also expanded test coverage for `isin`, explicitly forbidding a few odd
arguments we don't support.

17114 of 18885 relevant lines covered (90.62%)

0.91 hits per line

Source Files on job 11330.3 (PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true')
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10185
  • Travis Job 11330.3
  • 20d523a0 on github
  • Prev Job for PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true' on master (#11329.3)
  • Next Job for PYTHON=3.6 NUMPY=1.15.1 PANDAS=0.23.4 TEST='true' LINT='true' COVERAGE='true' PARALLEL='false' XTRATESTARGS= TEST_IMPORTS='true' on master (#11334.3)
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