forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into attribute_operators
- Loading branch information
Showing
58 changed files
with
960 additions
and
904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
## Description | ||
[Please provide a general introduction to the issue/proposal.] | ||
|
||
[If reporting a bug, attach the entire traceback from Python.] | ||
[If proposing an enhancement/new feature, provide links to related articles, reference examples, etc.] | ||
|
||
|
||
## Way to reproduce | ||
[If reporting a bug, please include the following important information:] | ||
- [ ] Code example | ||
- [ ] Relevant images (if any) | ||
- [ ] Operating system and version | ||
- [ ] Python version | ||
- [ ] scikit-image version (run `skimage.__version__`) | ||
```python | ||
# Place the full code we need to recreate your issue here | ||
# upload all necessary images to github too! | ||
``` | ||
|
||
|
||
## Version information | ||
```python | ||
# Paste the output of the following python commands | ||
from __future__ import print_function | ||
import sys; print(sys.version) | ||
import platform; print(platform.platform()) | ||
import skimage; print("scikit-image version: {}".format(skimage.__version__)) | ||
import numpy; print("numpy version: {}".format(numpy.__version__)) | ||
``` | ||
|
||
```python | ||
# your output here | ||
|
||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
images = ('hubble_deep_field', | ||
'immunohistochemistry', | ||
'moon', | ||
'retina', | ||
) | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.