Commit Graph
8366 Commits
Author SHA1 Message Date
Steven Silvester f6653b781f Fix tifffile plugin import 2015-07-14 07:45:41 -05:00
Steven Silvester b67a4e3076 Move the tifffile wrapper to tiff plugin 2015-07-14 07:45:41 -05:00
Steven Silvester 182a6f6904 Fix handling of tiffile handles 2015-07-14 07:45:41 -05:00
Steven Silvester 6d7e0554a4 Use context manager for tif imread as well 2015-07-14 07:45:41 -05:00
Steven Silvester 66805cabdf Try fixing the remaining unclosed error 2015-07-14 07:45:41 -05:00
Steven Silvester 2fb59b9243 Fix variable name 2015-07-14 07:45:41 -05:00
Steven Silvester 1a27bea7da Allow pil imread to accept file-like objects again 2015-07-14 07:44:34 -05:00
Steven Silvester f1471dfd72 Remove offending line 2015-07-14 07:44:34 -05:00
Steven Silvester 7720527c95 Fix imsave test 2015-07-14 07:44:34 -05:00
Steven Silvester e1596aef1b Remove unclosed file guards 2015-07-14 07:44:34 -05:00
Steven Silvester 3272b85f86 Do not let PIL handle the file handle 2015-07-14 07:44:34 -05:00
Josh Warner 2690fef1db Merge pull request #1607 from blink1073/faster-travis
TST: Use new Travis containers for faster CI builds
2015-07-14 07:42:20 -05:00
Steven Silvester a939eb4ce6 Use a container and pip cache
Use container and pip cache

Add the sudo calls back in

Try removing sudo and the tk install

Skip show() call in novice doctest

Try not building docs and no libqt4-dev

Try the optional installs right away

Do not install PyQt4 or imread

Try without libfreeimage

Try and install libfreeimage outside of root

Another attempt at libfreeimage

Yet another attempt at libfreeimage

Use the travis whitelist

Try adding the sudo command

Try and build the docs

Install scikit-image first

Restore full build functionality

Fix whitespace

Remove unused tk import
2015-07-13 21:22:44 -05:00
Stefan van der Walt aa420d8589 Merge pull request #1606 from blink1073/fix-setup-numpy
Mimic the way scipy handles numpy in setup.py
2015-07-13 01:16:02 -05:00
Steven Silvester 09503cd168 Fix docstring 2015-07-12 22:27:41 -05:00
Steven Silvester 39b8198250 Fix typo 2015-07-12 22:26:07 -05:00
Steven Silvester 43168c60a6 Mimic the way scipy handles numpy in setup.py 2015-07-12 22:21:40 -05:00
Josh Warner 17b882aae5 Merge pull request #1565 from blink1073/viewer-ax
ENH: Allow viewer plot plugin to have tools.
2015-07-12 15:24:55 -05:00
Steven Silvester 09c8a84a54 Merge pull request #1518 from stefanv/relative_imports
Consistently use relative imports
2015-07-12 14:41:06 -05:00
Steven Silvester 3bfd51cbe4 Merge pull request #1590 from jjhelmus/faster_tests
Faster Unit Tests
2015-07-12 14:38:25 -05:00
Steven Silvester 19ede51fb0 Merge pull request #1594 from stefanv/doc/remove_toc
Remove invalid link to table of contents (closes #1593)
2015-07-12 14:37:20 -05:00
Stefan van der Walt 80397bd562 Merge pull request #1584 from JDWarner/enh_make_clean
ENH: `make clean` now removes compiled .c and .pyd files
2015-07-12 13:05:24 -05:00
Josh Warner (Mac) 1d1a1a776d Remove only .c files associated with .pyx source. 2015-07-12 13:04:21 -05:00
michaelpacer 1b31af72b0 Fixed variable names to accord with r, c naming convention 2015-07-12 12:42:11 -05:00
Josh Warner 81d89b5518 Merge pull request #1598 from stefanv/bug/line_aa_horiz_vert
FIX: Fix and clean up anti-aliased line drawing
2015-07-12 12:27:33 -05:00
Stefan van der Walt b4320ebcb5 Merge pull request #1597 from library111/DocumentationChanges
Novice module documentation improvements
2015-07-12 12:27:19 -05:00
Stefan van der Walt 0b983c1d28 Merge pull request #1596 from david1koeller/novice_picture_fixes
Fix notebook display in novice module
2015-07-12 12:10:29 -05:00
David Koeller d4d3eaa1f1 Remove Picture.scale and Picture._rescale from novice module
The scale and rescale function was never used in the novice module.
These functions are extraneous in a novice code, and have no purpose there.

Also updated tests.
2015-07-12 11:47:07 -05:00
Stefan van der Walt f2401190c3 Merge pull request #1600 from michaelpacer/fix_docs_sprint
Remove tutorial links listed twice in user guide
2015-07-12 11:37:53 -05:00
michaelpacer b140665f7e fixed documentation to remove redundant links 2015-07-12 11:19:27 -05:00
David Koeller d9213bedde Fix notebook display bug for novice module
io.Image was previously removed, but the novice Picture still depended on it.
Now moved the relevant functionality back into the Picture class.
2015-07-12 11:07:21 -05:00
Stefan van der Walt 5eebce97ae Rename starting point of line 2015-07-12 09:47:42 -05:00
Stefan van der Walt a659aa1acc Fix and clean up anti-aliased line drawing (closes #1563) 2015-07-11 18:39:37 -05:00
Jonathan Helmus ba65c3562b TST: smaller arrays for bit comparison in test_rank for speed 2015-07-11 17:46:17 -05:00
Jonathan Helmus 2353113e49 TST: Smaller data array in 12-bit entropy test for speed 2015-07-11 17:34:28 -05:00
Leena P 80629c34bb Use a simpler operator in the novice tutorial
Using a more explicit series of operations is simpler than using the
compound "=/" operator, which may be unfamilar to newer users of Python.
2015-07-11 18:23:49 -04:00
Leena P 45eecd09d2 Updated novice module tutorial to show images
Providing visual feedback to a new user, by displaying their image, will
make a much friendlier introduction to Scikit Image.
2015-07-11 18:23:28 -04:00
Leena P 8035ce72a5 Clarified that Bento Building is an alternative 2015-07-11 18:23:02 -04:00
Jonathan Helmus 89a717ef3f TST: Reduced size of image in test_blob:test_blob_log for speed 2015-07-11 16:40:32 -05:00
Stefan van der Walt 5f0e9a6f0f Remove invalid link to table of contents (closes #1593) 2015-07-11 16:32:26 -05:00
Jonathan Helmus 9c6ab1bc18 TST: Use quarter size images to speed up test_censure unit tests 2015-07-11 16:28:58 -05:00
Jonathan Helmus c63adf5254 TST: Remove no_time_for_that.gif from data 2015-07-11 15:46:34 -05:00
Stefan van der Walt 467253409f Subtle wording improvement to test setup docstring 2015-07-11 15:43:15 -05:00
Stefan van der Walt 6844b74316 Update contribution guidelines to recommend relative imports and releasing the GIL 2015-07-11 15:42:14 -05:00
Stefan van der Walt 83d5ff9001 Consistently use relative imports 2015-07-11 15:41:37 -05:00
Jonathan Helmus 80d4e813f9 TST: Use smaller gif file in test_pil tests 2015-07-11 14:48:12 -05:00
Jonathan Helmus a47a700fe7 TST: Faster test_multi_image unit tests.
Unit tests in test_multi_image speed up by using a smaller gif file.

New file no_time_for_that_tiny.gif file created using:
gifsicle --resize 14x25 no_time_for_that.gif > no_time_for_that_tiny.gif
2015-07-11 12:35:03 -05:00
Josh Warner 661b8e60c0 Merge pull request #1573 from jni/contributing-array-coords
DOC: Add array coords and Cython-Python wrapping to new contributors guide
2015-07-11 00:10:42 -05:00
Josh Warner (Mac) 9bfcd44cc8 ENH: make clean now removes compiled .c and .pyd files. 2015-07-07 19:04:35 -05:00
Josh Warner 3ce57f244b Merge pull request #1576 from belltailjp/fix-broken-link-to-daisy-implementation
DOC: Fix broken hyperlink to daisy code
2015-07-04 11:38:37 -05:00