Yaroslav Halchenko
f63544dbcc
we should not build docs in -a and dh_sphinxdoc should not give us problem either
2013-11-24 12:43:48 -05:00
Yaroslav Halchenko
b33e85fb58
BF: forgotten build-depends on python3-matplotlib (making it optional if no python3 build for them yet)
2013-11-24 09:40:00 -05:00
Yaroslav Halchenko
52c1af8744
python3-scipy was missing from build-depends
2013-11-23 23:55:04 -05:00
Yaroslav Halchenko
089df03ac8
appantly python-imaging is now python-pil, thus adding alternative depends and recommends
2013-11-23 17:25:18 -05:00
Yaroslav Halchenko
24949dd149
debian/rules - added export http(s)_proxy to point to non-existing localhost proxy, so we could guarantee no network is used at pkg build time
2013-11-22 16:10:18 -05:00
Yaroslav Halchenko
840ddf1735
debian/patches - changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff and up_correct_version removed (upstreamed)
2013-11-22 15:40:21 -05:00
Yaroslav Halchenko
9e1e3dbe94
debian/changelog: adjusting version for 0.9.3
2013-11-22 15:38:22 -05:00
Yaroslav Halchenko
5ef665a0b4
Merge tag 'v0.9.3' into debian
...
* tag 'v0.9.3': (164 commits)
Set version to 0.9.3
Merge pull request #796 from ahojnnes/warp-fix
Set version to 0.9.2 for second try at PyPi upload.
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.
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
...
2013-11-22 15:20:16 -05:00
Yaroslav Halchenko
589681e023
Adding a copyright/license info for skimage/_shared/six.py
2013-11-22 15:16:14 -05:00
Yaroslav Halchenko
6c9cfc53da
Merge commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85' into debian
...
* commit '8a06a2277366d01c5e7e25d3ded0f04ba9aa0b85': (1124 commits)
Development guidelines moved.
Replace mentions of old package name.
New upstream release.
DOC: fix indent
PEP8
PEP8: fix indentation
DOC: add missing import
DOC: no import numpy in doc
MAINT: matplotlib is in requierements.txt
MAINT: unused import
PEP8: comparison
Fix deprecated function name in example
Improve example of warp function to show all available options
Add support for matrix as inverse_map
Add note about internal usage of transformation matrix
Only clip for ndimage.map_coordinates case
Misc doc string fixes
Remove call to deprecated is_gray function
Fix dtype bug in perimeter
Raise error for non 2-D images
...
Conflicts:
debian/changelog
debian/control
2013-11-22 15:14:34 -05:00
Yaroslav Halchenko
7ddcbfe984
we never released -2
2013-11-14 09:36:10 -05:00
Johannes Schönberger
af16654230
Set version to 0.9.3
v0.9.3
2013-10-27 08:25:47 +01:00
Stefan van der Walt and Johannes Schönberger
92008901ef
Merge pull request #796 from ahojnnes/warp-fix
...
Fix bug in homography detection
2013-10-27 07:58:20 +01:00
Stefan van der Walt
ecfd9a3aaf
Set version to 0.9.2 for second try at PyPi upload.
v0.9.2
2013-10-19 19:32:23 +02:00
Stefan van der Walt
edbacd1cc8
Set version to 0.9.1.
v0.9.1
2013-10-19 19:16:11 +02:00
Stefan van der Walt
9b618a14e7
Add missing files to MANIFEST for sdist upload.
2013-10-19 19:15:51 +02:00
Stefan van der Walt
26bbab96fe
Update manifest not to include gh-pages in docs.
2013-10-19 19:10:35 +02:00
Stefan van der Walt
f7fb79b3d0
Get rid of that inherited 's' once and for all.
2013-10-19 19:09:18 +02:00
Stefan van der Walt
1bdfd07496
Update docversions correctly for 0.9.x.
v0.9.0
2013-10-19 16:08:42 +02:00
Stefan van der Walt
1a3e98e5d6
Mark BRIEF and Censure as experimental in release notes.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
4edfdbfe50
Update gh-pages instructions in RELEASE.txt.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
f5f8a2c289
Fix markup error in marching cubes docs.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
1354195e6c
Correctly determine version number from module.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
3901f74e00
Update version in docs.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
332bcac2f3
Update versions for 0.9.0 release.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
2ef03fe2d0
Update 0.9 release notes with new features.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
ce6b1d0951
Contrib script now shows PRs and merges.
2013-10-19 16:08:42 +02:00
Stefan van der Walt
65d35de8bb
Update contributors script to count by date.
2013-10-19 16:08:42 +02:00
Juan Nunez-Iglesias
be0cff30e1
Merge pull request #794 from ahojnnes/lbp-memview
...
Speed up one-dimensional memory views
2013-10-19 04:56:52 -07:00
Johannes Schönberger
1b66ab479a
Speed up memory views in watershed function
2013-10-18 21:00:40 +02:00
Johannes Schönberger
3e28168914
Speed up memory views in skeletonize function
2013-10-18 20:56:18 +02:00
Johannes Schönberger
342205fcde
Speed up memory views in line drawing function
2013-10-18 20:54:28 +02:00
Johannes Schönberger
bfb0cfce2f
Speed up memory views in local_binary_pattern
2013-10-18 20:49:49 +02:00
Juan Nunez-Iglesias
354c8502c2
Merge pull request #791 from stefanv/regionprops_as_dict
...
Dictionary interface to preserve backward compatibility for RegionProps.
2013-10-17 05:12:14 -07:00
Stefan van der Walt
18e8e58774
Merge pull request #792 from stefanv/gtk_py3
...
Fix Py3 exception in GTK plugin.
2013-10-17 04:45:02 -07:00
Stefan van der Walt
8e763f4e48
Fix Py3 exception in GTK plugin.
2013-10-17 13:44:19 +02:00
Stefan van der Walt
94cad284ce
Fix Python 3 list handling.
2013-10-17 13:43:18 +02:00
Stefan van der Walt
14687d0510
Dictionary interface to preserve backward compatibility for RegionProps.
2013-10-17 13:07:41 +02:00
Stefan van der Walt
815e60bf6c
Update author order for 0.9 release notes.
2013-10-16 18:07:05 +02:00
Stefan van der Walt
3d1a268096
Add contributors to 0.9.
2013-10-16 18:05:21 +02:00
Stefan van der Walt
3e717559e5
Rewrite contributor lister in Python.
2013-10-16 17:53:04 +02:00
Stefan van der Walt
f7289731a1
Note deprecations under API changes.
2013-10-16 17:12:37 +02:00
Stefan van der Walt
fb18f62d0f
Update TODO.txt after deprecations.
2013-10-16 17:06:35 +02:00
Josh Warner
783e120e75
Merge pull request #788 from ahojnnes/patch-1
...
Weighted central moments
2013-10-15 10:45:50 -07:00
Josh Warner
714afb44f7
Merge pull request #787 from cgohlke/patch-2
...
TST: Fix RuntimeError: data type not supported on Python 2.6
2013-10-15 09:54:06 -07:00
Josh Warner
9bdfc81d80
Merge pull request #789 from ahojnnes/binary
...
Fix dtype error on 32bit systems as convolve is only implemented for 32b...
2013-10-15 09:53:31 -07:00
Johannes Schönberger
2bf47ada90
Change data type of convolution to more general uint
2013-10-15 18:11:03 +02:00
Johannes Schönberger
505467008d
Fix dtype error on 32bit systems as convolve is only implemented for 32bit integers
2013-10-15 15:49:10 +02:00
Johannes Schönberger
6711bfb3c8
Rename weighted central moments property
2013-10-15 15:12:00 +02:00
cgohlke
e75126a4d8
TST: Fix RuntimeError: data type not supported on Python 2.6
...
On Python >=2.7, C extensions that use integer format codes with the PyArg_Parse* family of functions will raise a TypeError exception instead of triggering a DeprecationWarning (Python 2.6). The RuntimeError is raised by ndimage for unsupported array data types.
2013-10-15 00:42:40 -07:00