Juan Nunez-Iglesias
8ff27aaa8a
Merge pull request #1440 from blink1073/fix-imread
...
Fix handling of ImageCollection indexing and add test
2015-03-25 14:20:17 +11:00
Josh Warner
f9b85c454e
Merge pull request #1446 from arve0/readme_typo
...
STY: Close conda install code string in README
2015-03-24 13:37:55 -05:00
arve0
94d987ddcb
close conda install code string
2015-03-24 19:25:33 +01:00
Steven Silvester
a25d4d274e
Merge pull request #1426 from arve0/dependencies
...
install_requires from requirements.txt
2015-03-24 12:31:38 -05:00
Steven Silvester
9ef99d0bb1
Fix freeimage collection test
2015-03-23 19:33:57 -05:00
Steven Silvester
73b1942751
Do not attempt to use _frame_index for exotic load_patterns
2015-03-23 15:35:17 -05:00
Steven Silvester
caea879bfc
More specific test in freeimage
2015-03-21 09:31:34 -05:00
Steven Silvester
a51d49abe6
Always use _find_images()
2015-03-21 09:31:05 -05:00
Steven Silvester
4344817c70
Remove debug error raise
2015-03-20 19:35:17 -05:00
Steven Silvester
80555a2bdb
Add a note to the docstring
2015-03-20 19:14:25 -05:00
Steven Silvester
45f21d3941
Fix handling of ImageCollection indexing and add test
2015-03-20 19:11:29 -05:00
Steven Silvester
e91dcbae0b
Merge pull request #1436 from ericdill/save-buttons-fix
...
TST: Barn-door testing of SaveButtons clicks
2015-03-19 14:20:09 -05:00
Eric Dill
8af43739c4
TST: Barn-door testing of SaveButtons clicks
...
The canny_simple.py demo in viewer_examples/plugins has a save
button that raises an AttributeError in PIL because the button
click is passing 'False' to the SaveButtons.save_to_file function
when it expects a filename or None.
2015-03-19 08:35:57 -04:00
arve0
3c6e00083f
add some more magic
2015-03-17 10:59:20 +01:00
arve0
98ad602780
install sphinx before running tests in travis
2015-03-15 12:51:13 +01:00
arve0
2107ab24a9
install_requires from requirements.txt
2015-03-15 09:30:00 +01:00
Steven Silvester
6051ff215c
Merge pull request #1430 from arve0/document_measure.label
...
import from _label instead of _ccomp
2015-03-14 22:00:45 -05:00
Steven Silvester
779ab425b0
Merge pull request #1416 from jni/low-contrast-docstring
...
Clarify 'low-contrast' in docstring
2015-03-14 21:40:27 -05:00
Juan Nunez-Iglesias
0d3d5f1319
Update See Also to References
...
"See Also" is apparently reserved by sphinx-numpydoc for pointers to
other code functions, rather than documentation.
2015-03-15 12:21:18 +11:00
Juan Nunez-Iglesias
2f62cf9d2e
Clarify 'low-contrast' in docstring
2015-03-15 12:21:18 +11:00
Steven Silvester
0e92486fa3
Merge pull request #1429 from JDWarner/dev_guide_indentation
...
DOC: Fix Sphinx rendering of dev process docs
2015-03-14 18:19:36 -05:00
arve0
6fceaa2f75
import from _label instead of _ccomp
2015-03-14 23:22:15 +01:00
Steven Silvester
a67e0f98a8
Merge pull request #1428 from arve0/doc_requires_latex
...
add note about latex
2015-03-14 16:50:37 -05:00
Josh Warner
660c161cbf
Merge pull request #1388 from arve0/move_docstrings_to_init
...
DOC: Move viewer.widgets docstring to __init__.py
2015-03-14 16:24:56 -05:00
Josh Warner (Mac)
d745e9c46e
DOC: Fix Sphinx rendering of dev process docs
2015-03-14 16:15:31 -05:00
arve0
ae95170f6a
add note about latex
2015-03-14 20:27:03 +01:00
arve0
f737ac4496
move docstring from viewer.widgets.core to viewer.widgets
2015-03-14 20:26:36 +01:00
Josh Warner
3aa767de0c
Merge pull request #1424 from blink1073/contrast-check-function
...
FIX: Handle Sphinx 1.3 API change
2015-03-14 14:23:54 -05:00
Steven Silvester
5c6ee9511c
Remove unnecessary sphinx version check
2015-03-14 10:39:25 -05:00
Steven Silvester
15f6497bfe
Revert changes to force Sphinx 1.2.3
2015-03-14 10:35:59 -05:00
Steven Silvester
9c3a6c1e91
Fix support for Sphinx 1.3
2015-03-14 10:35:04 -05:00
Steven Silvester
7d65366b67
Try a fix for py27 build
2015-03-13 22:07:04 -05:00
Steven Silvester
c62397493a
Handle Sphinx 1.3 API change
2015-03-13 08:18:50 -05:00
Juan Nunez-Iglesias
d4463ba537
Merge pull request #1412 from blink1073/contrast-check-function
...
Add a function to check whether an image is low contrast for its data type.
2015-03-11 00:27:16 +11:00
Steven Silvester
0e61374a89
Add a helper function to check for low contrast
...
Add a helper function to check for low contrast
Add a check for low contrast when using imsave
Use the low contrast helper in imshow and make sure warnings are always shown
Clean up parameter names and add doctests
Remove unnecessary warning context
Remove unnecessary warning context
Add dtype ranges for 64bit types
Update tests with new warnings
Fix doctest logic
Fix doctest logic
Add a low contrast test with multiple dtypes
Fix check for color images
Fix color check again
Add support for int32 types
Relax assertion for 32bit builds
Add a low contrast test with multiple dtypes
Add a low contrast test with multiple dtypes
Fix check for color images
Fix color check again
Add support for int32 types
2015-03-09 21:34:58 -05:00
Josh Warner
1712ee0722
Merge pull request #1413 from ahojnnes/inf
...
Use np.inf instead of float('inf')
2015-03-09 18:51:08 -05:00
Johannes Schönberger
47a4418140
Use np.inf instead of float('inf')
2015-03-08 19:37:53 -04:00
Stefan van der Walt
d21b6b8974
Merge pull request #1411 from ahojnnes/rans-fix
...
Fix RANSAC for invalid model estimation and confidence corner case
2015-03-08 15:16:50 -07:00
Johannes Schönberger
d6a737bf86
Update doctest for new estimator API
2015-03-08 13:13:46 -04:00
Johannes Schönberger
eb6c3ede38
Fix RANSAC for invalid model estimation and confidence corner case
...
Previously, estimators did not return whether the model estimation
was successful. RANSAC now tests whether the estimation was
successful and skips invalid models.
When the confidence/stop_probability of RANSAC was set to 1,
the iteration was falsely terminated early instead of running for
the maximum number of iterations.
2015-03-06 23:47:08 -05:00
Steven Silvester
f997ef64e9
Merge pull request #1406 from anntzer/plugins-relative-imports
...
Use relative imports to plugins.
2015-03-05 20:16:37 -06:00
Antony Lee
10af2b21ee
Use relative imports to plugins.
...
Otherwise e.g. skivi fails to start.
2015-03-05 16:17:57 -08:00
Stefan van der Walt
1da2446a1d
Set master branch to 0.12
2015-03-04 18:41:26 -08:00
Stefan van der Walt
11396fa285
Fix another formatting error in DEPENDS
2015-03-04 02:55:53 -08:00
Stefan van der Walt
4d8f468f50
Fix DEPENDS markup
2015-03-04 02:53:14 -08:00
Stefan van der Walt
d3bb552527
Update version to 0.11.0
v0.11.0
2015-03-04 01:54:55 -08:00
Stefan van der Walt
435989e9c7
Merge pull request #1398 from stefanv/0.11_release_notes
...
Add 0.11 release notes
2015-03-04 00:37:28 -08:00
Stefan van der Walt
27d46c93b5
Add 0.11 release notes
2015-03-03 23:41:32 -08:00
Stefan van der Walt
9848cd56b6
Add missing 0.10 release notes
2015-03-02 08:50:35 -08:00
Stefan van der Walt
4cbd8fdf88
Add @msarahan to CONTRIBUTORS.txt
2015-03-02 08:33:12 -08:00