40
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs: Update API.
stefanv
as Stefan van der Walt
More... over 14 years ago
analysis: Add as subpackage.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Add table of available plugins to module docstring.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Track meta-data on plugins.
stefanv
as Stefan van der Walt
More... over 14 years ago
spath: Allow importing even when not compiled.
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Add plugin descriptions.
stefanv
as Stefan van der Walt
More... over 14 years ago
spath: Fix indexing errors.
stefanv
as Stefan van der Walt
More... over 14 years ago
build: Fix c extension.
stefanv
as Stefan van der Walt
More... over 14 years ago
doc: Add analysis API.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'spath'
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Allow plugin names that don't end on _plugin.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'io'
stefanv
as Stefan van der Walt
More... over 14 years ago
io: Clean up 'available' according to Chris's review.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'coverage' of git://github.com/rgommers/scikits.image
stefanv
as Stefan van der Walt
More... over 14 years ago
Describe plugins using .ini files, so that we don't need to import them to know their capabilities.
stefanv
as Stefan van der Walt
More... over 14 years ago
Fix subtle rstrip bug.
stefanv
as Stefan van der Walt
More... over 14 years ago
Fix subtle rstrip bug.
stefanv
as Stefan van der Walt
More... over 14 years ago
Fix subtle rstrip bug.
stefanv
as Stefan van der Walt
More... over 14 years ago
Correct calling of coverage plugin, no spurious output anymore. More... over 14 years ago
Add tests for window manager.
stefanv
as Stefan van der Walt
More... over 14 years ago
Remove note about patent issues with marching squares, was resolved on list. More... over 14 years ago
Fix link to issue tracker. More... over 14 years ago
Add tests for prepare_for_display.
stefanv
as Stefan van der Walt
More... over 14 years ago
Fix the description of make coverage. More... over 14 years ago
Minor text cleanups.
stefanv
as Stefan van der Walt
More... over 14 years ago
Merge branch 'io' of git://github.com/sccolbert/scikits.image
stefanv
as Stefan van der Walt
More... over 14 years ago
Add shortest path algorithm. Refactor Cython build.
stefanv
as Stefan van der Walt
More... over 14 years ago
removed the block= kwarg in the qt_plugin that i missed previously More... over 14 years ago
removed the wx_plugin until which point wx supports pyos_inputhook More... over 14 years ago
cleaned up the window manager, and modified the qt-plugin to use it. also changed the order of try: except: when trying to load the plugins, to make sure that one gui toolkit doesnt trample the pyos_input hook of the other. More... over 14 years ago