Steven Silvester
29e51a0604
Fix shebang line
2014-10-11 04:58:10 -05:00
Steven Silvester
10cc476f7f
Try to get system matplotlib to pass requirments.txt
2014-10-11 04:58:10 -05:00
Steven Silvester
5511639938
Use more generic shebang
2014-10-11 04:58:10 -05:00
Steven Silvester
ba1193b15b
Switch shell to bash
2014-10-11 04:58:10 -05:00
Steven Silvester
b594f0afa0
Rename the script
2014-10-11 04:58:10 -05:00
Steven Silvester
f39775add6
Remove the travis numpy
2014-10-11 04:58:10 -05:00
Steven Silvester
b68643afc2
Make shell scripts executable
2014-10-11 04:58:09 -05:00
Steven Silvester
5f719d19eb
Put the whole script in an sh file
2014-10-11 04:58:09 -05:00
Steven Silvester
adfe6b3c3e
Rename variable to MPL_QT_API
2014-10-11 04:58:09 -05:00
Steven Silvester
184b9fece3
Specify Qt API
2014-10-11 04:58:09 -05:00
Steven Silvester
81d5498338
Put the TEST_ARGS in travis_setup.sh
2014-10-11 04:58:09 -05:00
Steven Silvester
d415486a21
Try removing the explicit env
2014-10-11 04:58:09 -05:00
Steven Silvester
7cb084b9c4
Use an explicit matrix
2014-10-11 04:58:09 -05:00
Steven Silvester
87d3a07b71
Reorganize files
2014-10-11 04:58:09 -05:00
Steven Silvester
0bad613568
Add explicit sh executable
2014-10-11 04:58:09 -05:00
Steven Silvester
b1f7bd8133
Add shebang lines
2014-10-11 04:58:09 -05:00
Steven Silvester
4233e9fb3a
Remove variable exports
2014-10-11 04:58:09 -05:00
Steven Silvester
cf7c8750b5
Push parts of travis into separate shell scripts
2014-10-11 04:58:07 -05:00
Stefan van der Walt
93d8bce621
Merge pull request #1189 from blink1073/fix-pil-plugin
...
Fix PIL handling of non-uint8 images and add `tifffile` support
2014-10-11 11:49:34 +02:00
Steven Silvester
84a56fa4a0
Fix docstring links
2014-10-11 04:48:18 -05:00
Steven Silvester
b48c82f840
Make pil the default plugin
2014-10-10 20:17:00 -05:00
Steven Silvester
9baa6c7f2d
Update doc / trigger a travis rebuild
2014-10-10 06:26:30 -05:00
Steven Silvester
fe6912b591
Add 'imsave' to the '*' output of pil_plugin
2014-10-10 05:43:46 -05:00
Juan Nunez-Iglesias
ec5432a247
Merge pull request #1191 from ahojnnes/morph-ref
...
Refer to rank filters from morphology functions
2014-10-10 15:50:06 +11:00
Steven Silvester
78453cb4d7
Numpy is the only one installed
2014-10-09 21:51:37 -05:00
Steven Silvester
a618ad0773
Make sure there is no previous matplotlib or scipy
2014-10-09 21:26:59 -05:00
Steven Silvester
4c908d467b
Force numpy uninstall
2014-10-09 21:17:50 -05:00
Steven Silvester
b51d95f3e2
Try removing the system numpy
2014-10-09 20:47:12 -05:00
Steven Silvester
ba730091a0
Fix relative import and test import convention
2014-10-09 20:18:44 -05:00
Steven Silvester
ae19578192
Remove unused import
2014-10-09 20:18:44 -05:00
Steven Silvester
3b3b44b127
Clean up pil and tif tests
2014-10-09 20:18:43 -05:00
Steven Silvester
a623fd3e44
Rename the convenience methods
2014-10-09 20:18:43 -05:00
Steven Silvester
708ab0593b
Fix docstring typo
2014-10-09 20:18:43 -05:00
Steven Silvester
bae672f34b
Do not try and save signed integer output, improved signed checks for tif.
2014-10-09 20:18:43 -05:00
Steven Silvester
047650ce38
Fix reference citation
2014-10-09 20:18:43 -05:00
Steven Silvester
be279de2fa
Fix handling of temp file removal
2014-10-09 20:18:43 -05:00
Steven Silvester
fb9f7e7346
Properly handle all image types for PNG, beef up docs
2014-10-09 20:18:43 -05:00
Steven Silvester
9b768dc681
Add references in docstrings
2014-10-09 20:18:43 -05:00
Steven Silvester
74c87b583d
Clean up imsave behavior and beef up docstring
2014-10-09 20:18:43 -05:00
Steven Silvester
8396d59268
Reinstate tifffile test
2014-10-09 20:18:43 -05:00
Steven Silvester
ee755c6c0b
Remove temporary file and clean up imports
2014-10-09 20:18:43 -05:00
Steven Silvester
fa5a575743
Reinstate tifffile_plugin for backwards compatibility
2014-10-09 20:18:43 -05:00
Steven Silvester
1a1a7cac53
Ignore tifffile.py in coveragerc
2014-10-09 20:18:43 -05:00
Steven Silvester
f938d294f5
Fix deprecation warning in draw.py from numpy 1.9
2014-10-09 20:18:30 -05:00
Steven Silvester
d9e169c518
Fix PIL tests, move helpers to _shared, fix widgets test
2014-10-09 20:18:21 -05:00
Steven Silvester
199c3da307
Clean up tests and add to bento.info.
...
Remove "no plugin" test because we will always have a plugin.
Fix handling of bools in ubyte check
Fix integration of tifffile.c
Clean up new tests.
Fix _tifffile import and add to bento.info
Add tifffile.py and fix pil_plugin import
Add tifffile tests to test_pil and remove PIL import checks
2014-10-09 20:18:20 -05:00
Steven Silvester
2e47ca2d67
Add tifffile.c and associated build target.
2014-10-09 20:18:20 -05:00
Steven Silvester
c5b2834084
Remove old tifffile plugin in favor of using it in PIL plugin.
2014-10-09 20:18:20 -05:00
Steven Silvester
8049c642af
Add tests for new behavior.
...
Add tests for new behavior
Fix utils import and make io.tests a package
2014-10-09 20:18:20 -05:00
Steven Silvester
7374f4ac53
Add tifffile.py and its license.
...
Add use of tifffile and its license
Actually add the tifffile file and LICENSE
2014-10-09 20:18:20 -05:00