Commit Graph

5741 Commits

Author SHA1 Message Date
Yaroslav Halchenko cccbe894fd adding closes for the fresh revision bug report 2014-06-14 08:30:36 -04:00
Yaroslav Halchenko d3b48a6027 changelog entry for the new release 2014-06-14 07:44:34 -04:00
Yaroslav Halchenko e2b410a5d1 Merge branch 'releases' into debian
* releases: (978 commits)
  Update release instructions for building docs
  Change to http git protocol
  Add 0.10 to docs
  Set version 0.10
  Move removal of deprated functionality by one version
  Correctly apply catch_warnings()
  Avoid circular imports
  Mention which parameters to label are optional. Simplify label deprecation.
  Fix broken and circular imports
  Update bento build
  Fix imports and suppress deprecation warnings
  Move implementation of label to measure submodule
  Move label to measure module (with deprecation). Warn that background parameter will default to 0 in v0.12.
  Fix copy/paste error in docstring.
  Change EPD link to Enthought Canopy
  Improve description of subpixel corner localization
  Comment special case when local patch around is constant
  Test invalid input for unwrap_phase
  Fix docstring of skimage.filter.rank.threshold_percentile
  Test 90deg rotation for similarity transform
  ...
2014-06-14 07:39:49 -04:00
Yaroslav Halchenko 660751f839 Merge commit '0ffbf00db5f7815988061d8e1c1d7d71b7b8e356' into debian
* commit '0ffbf00db5f7815988061d8e1c1d7d71b7b8e356':
2014-06-14 07:39:39 -04:00
Yaroslav Halchenko 5ec9937a24 Merge tag 'v0.10.0' into releases
* tag 'v0.10.0': (978 commits)
  Update release instructions for building docs
  Change to http git protocol
  Add 0.10 to docs
  Set version 0.10
  Move removal of deprated functionality by one version
  Correctly apply catch_warnings()
  Avoid circular imports
  Mention which parameters to label are optional. Simplify label deprecation.
  Fix broken and circular imports
  Update bento build
  Fix imports and suppress deprecation warnings
  Move implementation of label to measure submodule
  Move label to measure module (with deprecation). Warn that background parameter will default to 0 in v0.12.
  Fix copy/paste error in docstring.
  Change EPD link to Enthought Canopy
  Improve description of subpixel corner localization
  Comment special case when local patch around is constant
  Test invalid input for unwrap_phase
  Fix docstring of skimage.filter.rank.threshold_percentile
  Test 90deg rotation for similarity transform
  ...
2014-06-14 04:08:41 -04:00
Yaroslav Halchenko 0ffbf00db5 Merge tag 'v0.9.3' into releases
* tag 'v0.9.3':
  Set version to 0.9.3
  Merge pull request #796 from ahojnnes/warp-fix
2014-06-14 04:08:33 -04:00
Yaroslav Halchenko 7c96927d26 Merge tag 'v0.9.2' into releases
* tag 'v0.9.2':
  Set version to 0.9.2 for second try at PyPi upload.
2014-06-14 04:08:26 -04:00
Yaroslav Halchenko f855ee1d6a Merge tag 'v0.9.1' into releases
* tag 'v0.9.1':
  Set version to 0.9.1.
  Add missing files to MANIFEST for sdist upload.
  Update manifest not to include gh-pages in docs.
  Get rid of that inherited 's' once and for all.
2014-06-14 04:08:21 -04:00
Yaroslav Halchenko d12833fc5d Merge tag 'v0.9.0' into releases
* tag 'v0.9.0': (1278 commits)
  Update docversions correctly for 0.9.x.
  Mark BRIEF and Censure as experimental in release notes.
  Update gh-pages instructions in RELEASE.txt.
  Fix markup error in marching cubes docs.
  Correctly determine version number from module.
  Update version in docs.
  Update versions for 0.9.0 release.
  Update 0.9 release notes with new features.
  Contrib script now shows PRs and merges.
  Update contributors script to count by date.
  Speed up memory views in watershed function
  Speed up memory views in skeletonize function
  Speed up memory views in line drawing function
  Speed up memory views in local_binary_pattern
  Fix Py3 exception in GTK plugin.
  Fix Python 3 list handling.
  Dictionary interface to preserve backward compatibility for RegionProps.
  Update author order for 0.9 release notes.
  Add contributors to 0.9.
  Rewrite contributor lister in Python.
  ...
2014-06-14 04:08:13 -04:00
Johannes Schönberger c5919ae440 Update release instructions for building docs v0.10.0 2014-05-27 21:19:01 -04:00
Johannes Schönberger e120f9c811 Change to http git protocol 2014-05-27 21:16:42 -04:00
Johannes Schönberger 84503bb106 Add 0.10 to docs 2014-05-27 21:16:42 -04:00
Johannes Schönberger ccc83795fe Set version 0.10 2014-05-27 21:16:33 -04:00
Johannes Schönberger da139f1c4e Move removal of deprated functionality by one version 2014-05-27 21:15:35 -04:00
Stefan van der Walt ec15ec4536 Correctly apply catch_warnings() 2014-05-27 21:15:35 -04:00
Stefan van der Walt dc0e36e91b Avoid circular imports 2014-05-27 21:15:35 -04:00
Stefan van der Walt a9ba1fea8f Mention which parameters to label are optional. Simplify label deprecation. 2014-05-27 21:15:35 -04:00
Stefan van der Walt 0d1cc0f77d Fix broken and circular imports 2014-05-27 21:15:35 -04:00
Stefan van der Walt 3f7b8aa333 Update bento build 2014-05-27 21:15:35 -04:00
Stefan van der Walt b421d713aa Fix imports and suppress deprecation warnings 2014-05-27 21:15:35 -04:00
Stefan van der Walt d256b6f5b9 Move implementation of label to measure submodule 2014-05-27 21:15:35 -04:00
Stefan van der Walt e182931f15 Move label to measure module (with deprecation). Warn that background parameter will default to 0 in v0.12. 2014-05-27 21:15:35 -04:00
Stefan van der Walt e50d1b801f Merge pull request #1015 from maxalbert/master
Fix copy/paste error in `lab2rgb`
2014-05-17 19:26:17 +02:00
Maximilian Albert adbc2efbfa Fix copy/paste error in docstring. 2014-05-17 18:20:10 +01:00
Stefan van der Walt 98c426d583 Merge pull request #1014 from tonysyu/update-EPD-link
Change EPD link to Enthought Canopy
2014-05-15 17:33:58 +02:00
Tony S Yu a2d2a73f7d Change EPD link to Enthought Canopy 2014-05-15 10:31:15 -05:00
Stefan van der Walt 5b07567973 Merge pull request #1005 from JDWarner/int_idx_patch
Fix NumPy non-integer indexing deprecation warnings
2014-05-13 17:48:11 +02:00
Stefan van der Walt aff717f8de Merge pull request #1008 from ahojnnes/coverage
Improve coverage and docstrings for subpixel corner detection
2014-05-12 23:17:50 +02:00
Johannes Schönberger da2ddb6123 Improve description of subpixel corner localization 2014-05-12 14:42:50 -04:00
Johannes Schönberger 7ec58dcaed Comment special case when local patch around is constant 2014-05-11 18:21:09 -04:00
Johannes Schönberger e8ab5559d5 Test invalid input for unwrap_phase 2014-05-10 10:47:52 -04:00
Johannes Schönberger ac1b10d1cc Fix docstring of skimage.filter.rank.threshold_percentile 2014-05-10 10:38:48 -04:00
Johannes Schönberger 02e6ad6b71 Test 90deg rotation for similarity transform 2014-05-10 10:22:55 -04:00
Johannes Schönberger c3e13a9754 Test union of differing geometric transforms 2014-05-10 10:16:38 -04:00
Johannes Schönberger 7b86728498 Add full test coverage for corner_subpix and fix bug 2014-05-10 10:12:41 -04:00
Johannes Schönberger e4a60e4bf2 Test invalid input for selem 2014-05-10 09:44:59 -04:00
Johannes Schönberger 69a0255a28 Test invalid input for seed 2014-05-10 09:07:01 -04:00
Josh Warner (Mac) 8663e23f4a FIX: Use //= instead of /= to fix deprecation warnings in adapthist 2014-05-08 20:45:19 -05:00
Josh Warner (Mac) 8bcdfb8325 Remove unnecessary double import. 2014-05-08 20:12:31 -05:00
Juan Nunez-Iglesias 837406c8fc Merge pull request #1003 from JDWarner/join_dep_warning
FIX: Address non-int DeprecationWarning from NumPy
2014-05-09 10:58:16 +10:00
Josh Warner (Mac) 77b036eb89 Merge branch 'master' of git://github.com/scikit-image/scikit-image into int_idx_patch 2014-05-08 19:57:06 -05:00
Josh Warner (Mac) 375e406f64 Use safe_as_int for input checking. 2014-05-08 19:56:47 -05:00
Josh Warner (Mac) 3fab7c0057 Remove incorrect np.round statement (directly cast m) 2014-05-08 18:54:52 -05:00
Johannes L. Schönberger a4d97f2a1c Merge pull request #992 from stefanv/warp_safe_output_shape
Safely handle non-integer output shape specification
2014-05-08 14:50:35 -04:00
Stefan van der Walt e9c0cde8d4 Move safe_as_int into utils 2014-05-08 20:11:17 +02:00
Stefan van der Walt a9dcdc3713 Use safe_as_int to check provided output shape 2014-05-08 19:28:29 +02:00
Stefan van der Walt b68b14f025 Merge pull request #8 from JDWarner/safe_int_casting
Add safe int casting utility function
2014-05-08 18:01:52 +02:00
Johannes L. Schönberger 82b404a672 Merge pull request #1004 from jni/viewer-examples
Viewer examples
2014-05-08 08:40:26 -04:00
Juan Nunez-Iglesias 35cfe6a8ea Merge pull request #1006 from stefanv/doc/regionprop_out
Clarify regionprops output
2014-05-08 19:11:40 +10:00
Stefan van der Walt 0b6e48fe2a Clarify regionprops output 2014-05-08 10:45:04 +02:00