40
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
io: Add imsave using PIL.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Throw exception when qt plugin can't be loaded.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Fix one more instance of cdivision.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
stefanv
as Stefan van der Walt
More... over 14 years ago
added division decorators to cython. Improved how data gets chunked up. More... over 14 years ago
Merge branch 'threadingio' of git://github.com/sccolbert/scikits.image into io
stefanv
as Stefan van der Walt
More... over 14 years ago
added try except to deal with missing multiprocessing. More... over 14 years ago
io: Move plugin tests to io/tests.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
stefanv
as Stefan van der Walt
More... over 14 years ago
added better logic to the thread dispatcher. More... over 14 years ago
first go at multithreading the mixer. More... over 14 years ago
Added tests for colormixer and histograms. Moved tests up a directory level because nosetests doesnt see tests in a directory beginning with an _ (_plugins/). Moved fancy imshow to its own module scivi.py More... over 14 years ago
Add scripts for launching without setuptools.
stefanv
as Stefan van der Walt
More... over 14 years ago
doc: Update dependencies.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'doc' of git://github.com/tonysyu/scikits.image
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Add _app_show for matplotlib plugin.
stefanv
as Stefan van der Walt
More... over 14 years ago
Add user guide and documentation on plugins.
stefanv
as Stefan van der Walt
More... over 14 years ago
Remove `imsave` from matplotlib until fixed in their source.
stefanv
as Stefan van der Walt
More... over 14 years ago
Add image viewer script.
stefanv
as Stefan van der Walt
More... over 14 years ago
Add scikits.image.test.
stefanv
as Stefan van der Walt
More... over 14 years ago
Update tasks list.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Combine qt imports.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Fix Qt import accidentally removed.
stefanv
as Stefan van der Walt
More... over 14 years ago
Add basic tests for _histograms.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'io' of git://github.com/sccolbert/scikits.image into io
stefanv
as Stefan van der Walt
More... over 14 years ago
removed a dangler. More... over 14 years ago
Added save to variable function using io.push() functionality. More... over 14 years ago
Add image stack.
stefanv
as Stefan van der Walt
More... over 14 years ago
added save_to_variable functionality. More... over 14 years ago
fixed mouse tracking to not go out of bounds. Added save-to-file. More... over 14 years ago