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

dask-image / dask-ndmorph
100%

Build:
DEFAULT BRANCH: master
Repo Added 04 May 2017 10:54PM UTC
Files 4
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • v0.1.0
  • v0.1.1

pending completion
58

push

travis-ci

web-flow
Merge pull request #20 from jakirkham/fix_dtype_tst_win

Use `int_` instead of `int64`

250 of 250 relevant lines covered (100.0%)

3.97 hits per line

Relevant lines Covered
Build:
Build:
250 RELEVANT LINES 250 COVERED LINES
3.97 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
58 master Merge pull request #20 from jakirkham/fix_dtype_tst_win Use `int_` instead of `int64` push 06 Jun 2017 03:11AM UTC web-flow travis-ci pending completion  
57 master Use `int_` instead of `int64` On Windows, the default integer is 32-bit. So we shouldn't assume that a default integer will be cast to NumPy's `int64`. Instead we make use of NumPy's `int_`, which may be 32-bit or 64-bit depending on the platform... Pull #20 06 Jun 2017 02:51AM UTC web-flow travis-ci pending completion  
56 master Merge pull request #19 from jakirkham/fix_description Correct description in `setup.py` push 06 Jun 2017 12:59AM UTC web-flow travis-ci pending completion  
55 master Correct description in `setup.py` Was incorrectly borrowing the description from `dask-ndfilters` and using it to describe this library, `dask-ndmorph`. Have now corrected that by noting these are morphological operations for use with Dask Arrays. Pull #19 06 Jun 2017 12:53AM UTC web-flow travis-ci pending completion  
53 master Merge pull request #18 from jakirkham/fix_scipy_import Drop use of SciPy's `morphology` module push 05 Jun 2017 10:25PM UTC web-flow travis-ci pending completion  
52 master Drop use of SciPy's `morphology` module As SciPy's docs explicitly show all of these functions are available from `scipy.ndimage`, there should be no need to specify `morphology` as well. Further the latter doesn't show up in the docs. So we can'... Pull #18 05 Jun 2017 09:06PM UTC web-flow travis-ci pending completion  
51 master Merge pull request #17 from jakirkham/add_binary_morph_ops Add binary morphological operations push 05 Jun 2017 08:31PM UTC web-flow travis-ci pending completion  
50 master Add binary_opening Implements `binary_opening` for use with Dask Arrays by composing `binary_dilation` and `binary_erosion`. Also extends the existing testing framework to include `binary_opening` in addition to testing other morphological operat... Pull #17 05 Jun 2017 08:06PM UTC web-flow travis-ci pending completion  
49 master Add binary_opening Adds the wrapped version of `binary_opening` for use with Dask Arrays. Also extends the existing testing framework to include `binary_opening` in addition to testing other morphological operations. Pull #17 05 Jun 2017 07:56PM UTC web-flow travis-ci pending completion  
48 master Merge pull request #16 from jakirkham/use_gen_bin_struc Use SciPy's generate_binary_structure push 03 Jun 2017 02:15AM UTC web-flow travis-ci pending completion  
See All Builds (45)
  • Repo 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