Commit Graph

  • a073051b0d Merge PR #147 from 'tonysyu/fix-gallery-sizes Stefan van der Walt 2012-02-21 14:46:55 -08:00
  • 3e2db2432e Merge pull request #148 from amueller/doc_error_message Stefan van der Walt 2012-02-21 09:58:34 -08:00
  • b022dbd4c7 DOC minor Andreas Mueller 2012-02-21 18:53:40 +01:00
  • 0d697310dd DOC finally.... Andreas Mueller 2012-02-21 18:39:35 +01:00
  • 2b6208cf3e DOC some sphinx and rst fixes Andreas Mueller 2012-02-21 18:01:22 +01:00
  • 2c94fc7758 Merge pull request #146 from stefanv/imread_default_plugin tonysyu 2012-02-20 07:39:41 -08:00
  • 472b84d008 DOC: Add note about figure width to developer guide. Tony S Yu 2012-02-20 10:27:40 -05:00
  • 27af46706d DOC: tweak image sizes in gallery. Tony S Yu 2012-02-20 10:12:47 -05:00
  • 520c961a0c DOC: minor example clean up. Tony S Yu 2012-02-20 09:45:17 -05:00
  • cb93ebbf61 DOC: Limit figures to 8 inch widths. Tony S Yu 2012-02-20 09:40:56 -05:00
  • bf5f9f0fc7 BUG: Use PIL as default imread plugin, since MPL imread is still somewhat broken. Stefan van der Walt 2012-02-19 21:24:10 -08:00
  • 33360cdb78 BUG: Fix data range in exposure tests. Stefan van der Walt 2012-02-19 21:18:51 -08:00
  • 233c6f7145 Merge pull request #143 from tonysyu/array-view-docstring Stefan van der Walt 2012-02-19 21:08:18 -08:00
  • 92f3c580d8 Clarify difference between view_as_blocks and view_as_windows. Tony S Yu 2012-02-19 16:34:19 -05:00
  • 0c304d5acd Merge pull request #138 from poilvert/array_views Stefan van der Walt 2012-02-19 00:27:09 -08:00
  • e1e3d6ce2b Merge pull request #136 from stefanv/plugin_consistency tonysyu 2012-02-15 07:08:49 -08:00
  • 0a9522d4ea FIX: montage2d should not use rescale_intensity's out_range kwarg Nicolas Pinto 2012-02-14 21:56:48 -05:00
  • c61fe51d2f DOC: remove <BLANKLINE> nastiness, replace with appropriate doctest directive Nicolas Pinto 2012-02-14 20:08:25 -05:00
  • ac54f6969e DOC: remove dependency on PIL, see PR #138 Nicolas Pinto 2012-02-14 20:01:10 -05:00
  • e77d7a7e44 DOC: don't divide by 255 when it's not required ;-) Nicolas Pinto 2012-02-14 19:56:42 -05:00
  • 5e9ad08b80 DOC: update view_as_blocks and gabors_from_lena example using comments from @stevanv (PR #138) Nicolas Pinto 2012-02-14 19:45:38 -05:00
  • 68f8c68c3f FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False Nicolas Pinto 2012-02-14 19:36:07 -05:00
  • 7de0a3ca78 Merge pull request #142 from tonysyu/fix-readme-file Stefan van der Walt 2012-02-14 00:40:35 -08:00
  • c715adf1c0 DOC: add example of use of view_as_blocks with kmeans for simple dictionary learning Nicolas Pinto 2012-02-14 00:16:00 -05:00
  • 96c2b3fc9d DOC: add example for util.shape.view_as_{blocks,windows} Nicolas Poilvert 2012-02-13 22:30:17 -05:00
  • 64177b2000 ENH: add a 'normalize' kwarg to util.montage2d() Nicolas Pinto 2012-02-14 00:04:42 -05:00
  • 3ac467bacb DOC: Convert README to markdown for proper github rendering. Tony S Yu 2012-02-13 23:14:10 -05:00
  • 99efa1b771 ENH: add montage2d with tests Nicolas Pinto 2012-02-13 21:20:31 -05:00
  • 63550c5426 Merge pull request #141 from emmanuelle/user_guide Stefan van der Walt 2012-02-13 16:08:42 -08:00
  • facb37b157 getting_help file emmanuelle 2012-02-13 23:19:47 +01:00
  • acaa05c9ed User guide: first draft of "getting help" emmanuelle 2012-02-13 23:16:09 +01:00
  • 74864966ac STY: move 'util.shape' contributors to CONTRIBUTORS.txt Nicolas Pinto 2012-02-13 09:41:02 -05:00
  • cae47eda18 STY: fix typos Nicolas Pinto 2012-02-13 09:37:44 -05:00
  • dae12684b2 Merge pull request #139 from cgohlke/patch-3 Stefan van der Walt 2012-02-13 02:59:38 -08:00
  • 8045e1f623 Restore numpy 1.5 compatibility cgohlke 2012-02-12 19:57:41 -08:00
  • 96f5d14000 FIX: revert version.py Nicolas Pinto 2012-02-12 15:06:58 -05:00
  • c1c954e19d STY: pep8 in util.shape + its tests Nicolas Pinto 2012-02-12 14:59:58 -05:00
  • 1108bd892e ENH: move 'util.array_views' to 'util.shape' Nicolas Pinto 2012-02-12 14:59:06 -05:00
  • 93cd71553e make doctests pass with nose Nicolas Poilvert 2012-02-12 12:52:01 -05:00
  • 41a259ee26 simplifying code for clarity and modifying tests Nicolas Poilvert 2012-02-12 12:24:09 -05:00
  • 39a487834c more tests on rolling views Nicolas Poilvert 2012-02-12 01:06:47 -05:00
  • b4a1bf18ba remove empty line in __init__ Nicolas Poilvert 2012-02-12 00:10:40 -05:00
  • da707a78ed initial push of array view codes. tests for block views Nicolas Poilvert 2012-02-12 00:09:49 -05:00
  • 917f345d61 Merge PR #134 from 'zachrahan/freeimage-linuxload' Stefan van der Walt 2012-02-10 15:38:35 -08:00
  • 9357f94540 BUG: Fix FreeImage tests. Stefan van der Walt 2012-02-10 15:34:26 -08:00
  • b127f60533 STY: Whitespace cleanup. Stefan van der Walt 2012-02-10 15:08:03 -08:00
  • f2321d0441 STY: Clarify logic of code for FreeImage loading. Zach Pincus 2012-02-10 17:45:37 -05:00
  • 6a31ea8508 BUG: Make it work actually... Zach Pincus 2012-02-10 09:49:01 -05:00
  • 99ac9e44ff ENH: load libfreeimage based on case-insensitive libname prefixes Zach Pincus 2012-02-07 17:40:33 -05:00
  • 7ac612e017 DOC: Fix formatting typos in HoG example. Stefan van der Walt 2012-02-10 15:04:58 -08:00
  • 072202a2ea DOC: Import hog from skimage instead of scikits-image. Rescale the output histogram to be more visible. Stefan van der Walt 2012-02-10 14:51:29 -08:00
  • 8f7a2c0743 pep8 Brian Holt 2012-02-10 18:27:25 +00:00
  • 96af068860 added HOG example Brian Holt 2012-02-10 18:16:49 +00:00
  • 0f75037287 DOC: Add FreeImage as optional dependency. Stefan van der Walt 2012-02-10 02:53:29 -08:00
  • 5d276146ee BUG: Fix FreeImage tests. Stefan van der Walt 2012-02-10 15:34:26 -08:00
  • b88a9ac7ea DOC: Fix formatting typos in HoG example. Stefan van der Walt 2012-02-10 15:04:58 -08:00
  • b6147eb37d Merge PR #135 from 'bdholt/enh-hog' after rebasing. Stefan van der Walt 2012-02-10 14:51:59 -08:00
  • d1c5d92552 DOC: Import hog from skimage instead of scikits-image. Rescale the output histogram to be more visible. Stefan van der Walt 2012-02-10 14:51:29 -08:00
  • 0a8d9675b1 pep8 Brian Holt 2012-02-10 18:27:25 +00:00
  • 8a4bd8510d added HOG example Brian Holt 2012-02-10 18:16:49 +00:00
  • a2746c2872 ENH: Add show() to PIL plugin to support more consistent code over different plugins. Stefan van der Walt 2012-02-10 14:11:51 -08:00
  • 58fb3827d3 Use matplotlib as the default display/read plugin. Stefan van der Walt 2012-02-10 14:11:26 -08:00
  • 7a0c1f6f8b DOC: Add FreeImage as optional dependency. Stefan van der Walt 2012-02-10 02:53:29 -08:00
  • f9121003e4 DOC: Update installation instructions to match those on web page. Stefan van der Walt 2012-02-10 02:46:20 -08:00
  • 4490194877 DOC: Update dependencies. Stefan van der Walt 2012-02-10 02:35:42 -08:00
  • 12ac179d26 Merge pull request #130 from stefanv/grey2rgb tonysyu 2012-02-09 20:55:20 -08:00
  • 57a61bd9aa Merge pull request #132 from tonysyu/doc-dtype-tweaks Stefan van der Walt 2012-02-09 20:47:49 -08:00
  • 9c7752eecf DOC: Fix outdated docstring. Stefan van der Walt 2012-02-09 20:44:10 -08:00
  • 23cd231d6b Merge pull request #124 from stefanv/doc-gallery-show-version tonysyu 2012-02-09 20:32:05 -08:00
  • 06c2ed9d83 DOC: Add example of bad dtype conversion. Tony S Yu 2012-02-09 10:37:32 -05:00
  • fa821bfb82 DOC: Tweak superscript formatting. Tony S Yu 2012-02-09 10:32:40 -05:00
  • b8a19a0c73 DOC: Add (u)int32 data type ranges to table. Tony S Yu 2012-02-09 10:27:29 -05:00
  • 5b120e6852 Merge pull request #131 from tonysyu/versions-sidebar-tweaks Stefan van der Walt 2012-02-08 21:31:04 -08:00
  • abbd7c8854 DOC: Use CSS to style versions sidebar. Tony S Yu 2012-02-09 00:02:57 -05:00
  • 36b37e960f Merge pull request #129 from tonysyu/minor-build-fixes Stefan van der Walt 2012-02-08 20:12:28 -08:00
  • f4330db90d ENH: Add grey2rgb. Stefan van der Walt 2012-02-08 19:58:26 -08:00
  • ec8f62ef5f ENH: Fix dtype conversion before hsv2rgb and rgb2hsv. Stefan van der Walt 2012-02-08 18:27:25 -08:00
  • 0deba46d26 Minor fixes to build process. Tony S Yu 2012-02-08 22:38:46 -05:00
  • 5c9c8c1867 DOC: Fix Other Parameters section. Stefan van der Walt 2012-02-08 13:07:37 -08:00
  • 18b76a661d DOC: Link logo to main webpage. Add navigation side bar. Stefan van der Walt 2012-02-08 13:02:41 -08:00
  • cbbc24b5d2 Safely check doc version in javascript. Stefan van der Walt 2012-02-08 12:31:22 -08:00
  • e548a9fa8b DOC: Add arrow to indicate current doc version. Stefan van der Walt 2012-02-08 02:34:46 -08:00
  • d4a23dafd2 Merge PR #128 from 'tonysyu/versions-in-sidebar'. Stefan van der Walt 2012-02-08 02:03:26 -08:00
  • 4d3443f2af DOC: Use absolute path to versions javascript. Stefan van der Walt 2012-02-08 01:58:03 -08:00
  • eb3d218fb1 PKG: Update release instructions to update doc versions javascript. Stefan van der Walt 2012-02-08 01:41:14 -08:00
  • 87a0fd1abb DOC: Refactor Javascript for listing doc versions to only have the version in one place. Stefan van der Walt 2012-02-08 01:40:56 -08:00
  • 38d432fe7e Merge remote-tracking branch 'tonysyu/versions-in-sidebar' into tonysyu-versions-in-sidebar Stefan van der Walt 2012-02-08 01:24:30 -08:00
  • 2fcbfd809e DOC: Expand on Tony's module summary. Stefan van der Walt 2012-02-08 01:21:36 -08:00
  • 295c4540ec Merge pull request #127 from tonysyu/module-docstrings Stefan van der Walt 2012-02-08 01:03:53 -08:00
  • 7cc84b5688 DOC: Add sidebar section listing package versions. Tony S Yu 2012-02-07 21:32:43 -05:00
  • fa46574f03 DOC: Ignore all auto generated results. Stefan van der Walt 2012-02-07 12:20:41 -08:00
  • e8f0523fa5 Merge pull request #126 from michaelaye/master Stefan van der Walt 2012-02-07 12:17:04 -08:00
  • 7efb0988b0 Fixed 2 typos and 2 wrong argument types in the docs. K.-Michael Aye 2012-02-07 17:21:36 +01:00
  • 06acc5aab8 DOC: Add description of subpackages to package docstring. Tony S Yu 2012-02-06 23:50:59 -05:00
  • 1c0aec6aeb DOC: Show version of skimage that was used to build example. Stefan van der Walt 2012-02-06 11:57:22 -08:00
  • 46e5f0a04e Merge pull request #120 from stefanv/scivi_rename tonysyu 2012-02-05 19:39:51 -08:00
  • 5655f7e3d9 Merge pull request #116 from stefanv/matplotlib_interpolation tonysyu 2012-02-05 19:26:32 -08:00
  • 538747746a Merge pull request #107 from tonysyu/rescale-intensity Stefan van der Walt 2012-02-05 15:47:18 -08:00
  • bb39a306aa Merge pull request #122 from tonysyu/doc-css-changes Stefan van der Walt 2012-02-05 15:46:46 -08:00
  • 6cc5503c79 Merge pull request #123 from tonysyu/doc-user-guide-dtypes Stefan van der Walt 2012-02-05 15:42:34 -08:00