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

dask-image / dask-ndmorph / 59

Builds Branch Commit Type Ran Committer Via Coverage
59 v0.1.1 Merge pull request #20 from jakirkham/fix_dtype_tst_win Use `int_` instead of `int64` push 06 Jun 2017 03:14AM UTC web-flow travis-ci pending completion   set done
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   set done
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   set done
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   set done
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   set done
54 v0.1.0 Merge pull request #18 from jakirkham/fix_scipy_import Drop use of SciPy's `morphology` module push 06 Jun 2017 12:30AM UTC web-flow travis-ci pending completion   set done
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   set done
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   set done
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   set done
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   set done
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   set done
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   set done
47 master Fix expected test result for 1-D default structure The default structure should include all adjacent neighbors. However in the 1-D cases it was excluding them. This corrects the expected result to include the neighbors to either side. Pull #16 03 Jun 2017 02:11AM UTC web-flow travis-ci pending completion   set done
44 master Merge pull request #15 from jakirkham/opt_where Add _where push 03 Jun 2017 01:36AM UTC web-flow travis-ci pending completion   set done
43 master Add _where Adds an optimized version Dask Array's `where`, which avoids adding additional nodes to the graph if the condition is a straight Boolean value. However, if the condition is an Array, it goes through the usual procedure. Pull #15 03 Jun 2017 01:30AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • Next →
  • Back to Repo
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

© 2025 Coveralls, Inc