Punt on the issue of warnings with the minimum build
Handle warnings in measure pkg
Fix the rank filter test by forcing a random seed in the function
Compare as boolean in imread test
Import loadmat in test_setup to avoid warning
Use a setup method for imread plugin test
Revoke unintended changes
Fix indentation to appease jni
More indentation fixes
Fix unintentional comment out
Use the pil plugin to load data files
Fix install_requires string formatting
Dead end commit
Make all tools executable
Remove debug print
Suppress PIL resourcewarnings
Handle a few more warnings
Start handling warnings in data, exposure, and draw
Add a known_warning decorator and suppress warnings in color pkg
Use the existing all_warnings context manager
Raise warnings in data
Raise warnings in draw
Raise warnings in exposure
Suppress warnings in exposure tests
Add comments about warning suppressions
Raise warnings in feature
Fix warnings in filter package
Add warning handling to graph
Handle warnings in io package
# The first commit's message is:
Add a known_warning decorator and suppress warnings in color pkg
# This is the 2nd commit message:
Use the existing all_warnings context manager
# This is the 3rd commit message:
Raise warnings in data
# This is the 4th commit message:
Raise warnings in draw
# This is the 5th commit message:
Raise warnings in exposure
# This is the 6th commit message:
Suppress warnings in exposure tests
# This is the 7th commit message:
Add comments about warning suppressions
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
Fix handling of non-uint8 imags for PIL imsave.
Update build requirements and documentation
Reorganized dependencies in DEPENDS.txt.
Fix install_requires string formatting
Use img_as_ubyte instead of the previous hack
Add to the docstring notes.
Add to docstring notes
Fix errant changes
Add support for tif floating point and 16bit files
Handle case where format_str is None
Add note about 2D TIFF file support
Add handling for uint16 and integer types.