0
I Use This!
Inactive

Commits : Listings

Analyzed 3 minutes ago. based on code collected about 2 hours ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Safeguard tuple unpack from possible rgba color space More... about 8 years ago
Update README More... about 12 years ago
Update README More... over 12 years ago
added 'projects using pymos' to readme More... over 12 years ago
cleaned up old profiling results More... almost 13 years ago
enabled USING_RTREE flag More... almost 13 years ago
added version change, added rtree, libspatialindex hint in readme, todo - args for rtree support, help messages, possible installation ease More... almost 13 years ago
added r-tree support, yet to add arguments for turning it on/off. added nearest query cache for both brute search and r-tree based search. removed cmp calls that wasted lot of time as seen in v0.6.3 profile. abstracted out rtree and normal colormap generators. resized images are now properly cached into image_cache. colormap is no more an ugly tuple based list. one would argue, why not a dictionary, but then it is required as we're finding out min euclidean dist and need to search the whole space. While using R-trees, its upto the user to have libspatialindex installed and setup, as of now. Got a 74s gain using these improvements in generating mosaics out of 1000+ thumbnails. More... almost 13 years ago
abstracted out linear index builder, tested out More... almost 13 years ago
fixed spacing in README, added profile for previous version - 0.6.3, tested out sandbox preparation, fixed indentation issues in core.py More... almost 13 years ago
no bash no more More... almost 13 years ago
added sandbox builder in toolset, made argparse missing error more helpful More... almost 13 years ago
added rtree dependency in setup, resolved tab-space issues in core module More... almost 13 years ago
added gitignore for pyc and ~ More... almost 13 years ago
removed versions from ascii art, pointless to fail to update everywhere and result in inconsistencies More... almost 13 years ago
Added reference to Joshua's excellent documentation :) More... over 13 years ago
Removed some unfamiliar lines from whereever I got the sample BSD license from :) More... over 13 years ago
made IOError more verbose More... over 13 years ago
added exception handling for problems with source image formats More... almost 14 years ago
added more bugfixes, issue 5 done More... almost 14 years ago
added flickfetch tool More... almost 14 years ago
fixed typo in readme, added link to gist More... almost 14 years ago
fixed pil dependency in setup.py, uploaded new release to pypi, tested install, untested working More... almost 14 years ago
fixed pil dependency in setup.py, uploaded new release to pypi, tested install, untested working More... almost 14 years ago
fixed fuzz factor on b/w images More... over 14 years ago
fixed exception, won't break on misformatted files in collection, added support for blacknwhite source images More... over 14 years ago
kunal's changes merged and tested More... over 14 years ago
Merge git://github.com/kunal/PyMos More... over 14 years ago
last working commit brefore merger More... over 14 years ago
Code added for identifying Black and White images More... over 14 years ago