Commit Graph
1417 Commits
Author SHA1 Message Date
Yaroslav Halchenko 92b1e88c5e Merge commit 'v0.5-100-gfeb3e92' into debian
* commit 'v0.5-100-gfeb3e92':
  TST: Increase radon transform threshold to make test more robust.
  BUG: Fix plugin import on systems without PIL or FreeImage.
  BUG: Ensure that the appropriate I/O plugin is used in the test suite.
  BUG: Fix Python 3 syntax error.
  Rename test module to match module.
  Add `__all__` to grey module.
  Remove unused variable.
  Replace `import *` with `import grey`.
  Fix dtype compatibility for functions in morphology.grey
  Make test module runnable.
  Rename greyscale morphology functions.
  Remove unused imports
  Add "page.png" and use for threshold example.
  Fixed padding in radon, iradon. Tests for small images.
  DOC: Add CSS for LaTeX math.
  Change "text" image to grayscale.
  DOC: Add example of adaptive thresholding.
2012-05-07 22:16:31 -04:00
Stefan van der Walt feb3e920b1 TST: Increase radon transform threshold to make test more robust. 2012-05-07 14:14:31 -07:00
Stefan van der Walt 52f35313a7 BUG: Fix plugin import on systems without PIL or FreeImage. 2012-05-07 14:06:25 -07:00
Stefan van der Walt 9c13bab887 BUG: Ensure that the appropriate I/O plugin is used in the test suite. 2012-05-07 13:48:56 -07:00
Yaroslav Halchenko 2216db0d78 PKG: added .doc-base file 2012-05-03 22:09:57 -04:00
Yaroslav Halchenko e9ce5956bb PKG: fixed debian/watch, made it now use githubredir.debian.net 2012-05-03 21:59:13 -04:00
Yaroslav Halchenko becf1b7ac3 PKG: actually we should only care about "requested" not all "supported" python version
otherwise it will try to build for python2.5 on squeeze
2012-05-03 21:44:51 -04:00
Yaroslav Halchenko 3498a2ec32 PKG: simplified and unified debian/copyright to match released 1.0 version of DEP5 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko c101b48c64 PKG: fixed forgotten scikits.statsmodels reference ;-) 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 278fa00339 PKG: rudimentary gbp.conf to ease building with git-buildpackage 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 0649956790 PKG: Move any handing of docs under if_nodoc, no need for custom mv if there is .docs 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 6fb8197868 PKG: Adjusted lintian-overrides for now having no scikits. namespace and no license.txt 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 5ce98df947 PKG: actually install the pre-crafted manpage 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko 30d8b3b8dc PKG: We should aim for compliance with up-to-date policy 3.9.3 ;-) 2012-05-03 21:41:28 -04:00
Yaroslav Halchenko ec8ff8242d PKG: Adjusted upstream version to match the reality 2012-05-03 21:41:23 -04:00
Stefan van der Walt a8e96f9b57 BUG: Fix Python 3 syntax error. 2012-05-03 18:13:55 -07:00
Stefan van der Walt 836d5a6f72 PKG: Update version. 2012-05-03 17:41:47 -07:00
Stefan van der Walt 4f2f265de6 PKG: Update SciPy and matplotlib dependencies. 2012-05-03 17:38:15 -07:00
Stefan van der Walt f10279591d PKG: Require Python 2.6. 2012-05-03 17:36:37 -07:00
Stefan van der Walt 0cede58828 Merge pull request #182 from tonysyu/threshold-example
DOC: Add example for adaptive thresholding.
2012-05-03 15:30:25 -07:00
Stefan van der Walt 01c7d036aa Merge pull request #186 from holtzhau/radon_fixes
BUG: Fixed padding in radon, iradon. Tests for small images.
2012-05-03 15:27:37 -07:00
Stefan van der Walt 03aa64da39 Merge pull request #187 from tonysyu/morph-cleanup
ENH: Grey morphology cleanup.
2012-05-03 15:15:38 -07:00
Stefan van der Walt 6391275781 PKG: Update copyright. 2012-05-03 15:08:25 -07:00
Tony S Yu dc6c3d0222 Rename test module to match module. 2012-05-03 17:45:36 -04:00
Tony S Yu 9358d785c3 Add __all__ to grey module. 2012-05-03 17:44:08 -04:00
Tony S Yu 136a020088 Remove unused variable. 2012-05-03 17:42:39 -04:00
Tony S Yu 0edefedc50 Replace import * with import grey. 2012-05-03 17:35:11 -04:00
Stefan van der Walt 9b632248e3 DOC: Update man page. 2012-05-03 14:09:57 -07:00
Tony S Yu 8fb597b141 Fix dtype compatibility for functions in morphology.grey
Cast input images using ``img_as_ubyte``. Note, tests don't currently pass for integer arrays (test skipped).
2012-05-03 16:22:00 -04:00
Tony S Yu 284753a7a4 Make test module runnable. 2012-05-03 16:21:59 -04:00
Tony S Yu cfa9bbfc40 Rename greyscale morphology functions.
Remove "greyscale" prefix on functions in ``morphology.grey``. To avoid confusion (and name clashes), ``greyscale_open`` and ``greyscale_close`` were renamed ``opening`` and ``closing`` (instead of ``open`` and ``close``). As a bonus, these names match scipy.ndimage.
2012-05-03 16:21:59 -04:00
Tony S Yu 29a2fc3c22 Remove unused imports 2012-05-03 16:21:59 -04:00
tonysyu 71c8edae88 Merge pull request #185 from stefanv/doc_math_css
DOC: Add CSS for LaTeX math.
2012-05-03 11:23:27 -07:00
Tony S Yu 942dd52316 Add "page.png" and use for threshold example. 2012-05-03 12:11:33 -04:00
Pieter Holtzhausen 31e3ab52b3 Fixed padding in radon, iradon. Tests for small images. 2012-05-03 16:36:35 +02:00
Stefan van der Walt 429dedd5c0 Merge branch 'yarik_debian' into debian
Conflicts:
	debian/changelog
	debian/control
	debian/rules
	debian/source/options
2012-05-02 23:23:43 -07:00
Stefan van der Walt 5ffa53b92e PKG: Add template for skivi man page. 2012-05-02 23:16:45 -07:00
Stefan van der Walt fa5a9862a4 PKG: Fix timestamp timezone. 2012-05-02 23:16:45 -07:00
Stefan van der Walt 86f442cc7a PKG: Bring Debian package files up to date with 0.5. 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt cf25c73258 PKG: Boosted standards policy compliance to 3.9.2 (no changes needed iirc) 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt abf29633e5 PKG: ignore changes in version.py while preparing source package 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt 34b25106cd PKG: do not use system-wide underscore.js for now 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt 40d29393b3 PKG: use dh_links (with links specified in .links) to use system-wide installed jquery and underscore 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt bf28134e16 PKG: lintian-override for -doc to ship the license.txt 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt 50e8e25c03 PKG: Use dh_installdocs to install additional docs instead of incorrect cp 2012-05-02 23:16:45 -07:00
Stefan van der Walt 102adc2f0c PKG: Add scipy build dependency (when the API is built, scipy is imported by some packages). 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt ad8a0592e8 PKG: mangle the name of the downloaded tarball from github
otherwise it is just v0.2.1
2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt 1aaaf9b6e0 PKG: pkg should match the module name (hence python-scikits.image) + Uploaders (me) 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt f4e7bca109 PKG: must be a non-Debian-native version, so added -1 for Debian revision 2012-05-02 23:16:45 -07:00
Yaroslav HalchenkoandStefan van der Walt ba8156b79e PKG: let's use 3.0 (quilt) format for the pkg
having a quilt patch queue enabled simplifies in the long run the maintenance
and makes it easy to see what changes to upstream might have been needed to
fit Debian better
2012-05-02 23:16:45 -07:00