Stefan van der Walt
9fe593d93c
Merge tag 'v0.6.1' into debian
2012-07-17 15:05:54 -04:00
Stefan van der Walt
c82f1ed6b6
Changelog for 0.6.1-1.
2012-07-17 15:04:06 -04:00
Stefan van der Walt
d30192bd70
PKG: Release 0.6.1 bugfix.
v0.6.1
2012-07-17 15:00:21 -04:00
Stefan van der Walt
a454930da8
Merge pull request #214 from cgohlke/patch-1
...
BUG: Fix io.imsave() problems with passing arguments to plugin "freeimage".
2012-07-17 14:56:26 -04:00
Stefan van der Walt
e9f111d011
PKG: Add python-support to build dependencies (closes Debian-681896).
2012-07-17 14:47:15 -04:00
Yaroslav Halchenko
403ebe611c
changelog entry for 0.6-1
debian/0.6-1
2012-06-27 15:32:39 -04:00
Yaroslav Halchenko
cab2ea481d
Merge tag 'v0.6' into debian
...
* tag 'v0.6': (154 commits)
PKG: Update doc versions.
PKG: Update version to 0.6.
DOC: Add 0.6 release notes.
Skip test that fails for PIL < 1.1.7
BUG: Fix structural similarity to use new signature for view_as_windows. Remove bad gradient check.
BUG Fix invalid import of structural_similarity.
BUG Remove merge artefact.
BUG: Remove double import of find contours.
PKG: Rename as_windows to view_as_windows.
ENH: Promote as_windows to a utility function.
STY: Wrap long line.
PKG: Rename _ssim to _structural_similarity.
ENH: Automatically determine dynamic range in ssim if not specified.
DOC: In ssim example, use correct dynamic range in algorithm and when displaying results.
DOC: Example of structural similarity. The example is currently broken because structural_similarity does not auto-detect dynamic range.
ENH: Rename ssid to structural_similarity to avoid confusion with self-similarity features.
ENH: Add SSIM gradient.
ENH: Add Structural SIMilarity (SSIM) image comparison.
Replace mpltools reference with skimage.
ENH: Allow resetting the plugin state.
...
2012-06-27 15:29:37 -04:00
Stefan van der Walt
53426a0077
PKG: Update doc versions.
v0.6
2012-06-24 21:37:05 -07:00
Stefan van der Walt
36a39249ee
PKG: Update version to 0.6.
2012-06-24 21:36:28 -07:00
Stefan van der Walt
9731b872f2
DOC: Add 0.6 release notes.
2012-06-24 21:35:19 -07:00
Tony S Yu
9bcda27336
Skip test that fails for PIL < 1.1.7
2012-06-24 22:25:44 -04:00
tonysyu
f487221c3a
Merge pull request #208 from stefanv/io_reset
...
ENH: Allow resetting the plugin state.
2012-06-24 18:37:14 -07:00
tonysyu
c4854e78f3
Merge pull request #119 from stefanv/ssim
...
ENH: Add structural similarity index and gradient.
2012-06-24 18:27:49 -07:00
Stefan van der Walt
b8d43b20c9
Merge pull request #190 from tonysyu/plot2rst
...
ENH: Replace `gen_rst` Sphinx extension with `plot2rst`.
2012-06-24 18:15:11 -07:00
Stefan van der Walt
4c66c18f0d
BUG: Fix structural similarity to use new signature for view_as_windows. Remove bad gradient check.
2012-06-24 18:07:35 -07:00
Stefan van der Walt
dd61f4830e
BUG Fix invalid import of structural_similarity.
2012-06-24 18:03:46 -07:00
Stefan van der Walt
87739ed031
BUG Remove merge artefact.
2012-06-24 18:03:02 -07:00
Stefan van der Walt
00922099d6
BUG: Remove double import of find contours.
2012-06-24 17:59:37 -07:00
Stefan van der Walt
635b836c08
PKG: Rename as_windows to view_as_windows.
2012-06-24 17:58:32 -07:00
Stefan van der Walt
fce9de633d
ENH: Promote as_windows to a utility function.
2012-06-24 17:57:51 -07:00
Stefan van der Walt
49b7eac4b5
STY: Wrap long line.
2012-06-24 17:55:52 -07:00
Stefan van der Walt
4816d6fc9d
PKG: Rename _ssim to _structural_similarity.
2012-06-24 17:55:52 -07:00
Stefan van der Walt
37567726fd
ENH: Automatically determine dynamic range in ssim if not specified.
2012-06-24 17:55:04 -07:00
Stefan van der Walt
ac86299690
DOC: In ssim example, use correct dynamic range in algorithm and when displaying results.
2012-06-24 17:55:04 -07:00
Stefan van der Walt
03f6da135b
DOC: Example of structural similarity. The example is currently broken because structural_similarity does not auto-detect dynamic range.
2012-06-24 17:55:04 -07:00
Stefan van der Walt
58366f86bd
ENH: Rename ssid to structural_similarity to avoid confusion with self-similarity features.
2012-06-24 17:55:04 -07:00
Stefan van der Walt
226220902a
ENH: Add SSIM gradient.
2012-06-24 17:55:04 -07:00
Stefan van der Walt
3529e4d818
ENH: Add Structural SIMilarity (SSIM) image comparison.
2012-06-24 17:55:04 -07:00
Tony S Yu
a903aa625d
Replace mpltools reference with skimage.
2012-06-24 20:46:38 -04:00
Stefan van der Walt
0a30a2046e
ENH: Allow resetting the plugin state.
2012-06-24 17:14:38 -07:00
Stefan van der Walt
7c19250810
BUG: Use PIL as the default image loader.
2012-06-24 17:00:36 -07:00
Stefan van der Walt
417776f776
Merge pull request #196 from tonysyu/fix-plugin-init
...
BUG: Check all io functions when loading of default plugins.
2012-06-24 16:56:57 -07:00
Stefan van der Walt
37d1fd4723
DOC: Provide correct link for tifffile plugin.
2012-06-24 16:52:22 -07:00
Tony S Yu
2ec05f3271
Refactor how PIL is set as default for imread.
2012-06-24 19:38:01 -04:00
Stefan van der Walt
8ece051c9c
Merge pull request #202 from cgohlke/patch-3
...
PKG: Fix build error on EPD for Windows.
2012-06-12 13:55:05 -07:00
cgohlke
76134ff59b
Fix build error on EPD for Windows
2012-06-12 13:28:33 -07:00
Stefan van der Walt
944f79cdce
BUG: Fix background labelling for case when (0, 0) belongs to the background.
2012-06-12 09:51:16 -07:00
Tony S Yu
6741bb639a
DOC: Fix link formatting
2012-06-11 20:05:27 -04:00
Stefan van der Walt
d68d43c7da
Merge pull request #200 from cgohlke/patch-2
...
BUG: Fix dtype conversion test failures on Python 3.
2012-06-11 12:35:58 -07:00
cgohlke
98245449cb
Fix test failures on Python 3
2012-06-11 09:36:29 -07:00
Stefan van der Walt
8141f39a2b
BUG: Fix PIL test on big endian.
2012-06-11 00:37:48 -07:00
Stefan van der Walt
d32268e1c5
PKG: Update release instructions--add version to bento.info.
2012-06-11 00:37:48 -07:00
Stefan van der Walt
a7b41f3025
Merge pull request #193 from cgohlke/patch-1
...
ENH: Fix dtype.convert function.
2012-06-10 19:26:24 -07:00
Stefan van der Walt
ec29249a1f
Merge pull request #198 from zachrahan/mcp-index-fix
...
BUG: MCP segfaults if both positive and negative moves would go out of bounds.
2012-06-07 15:21:05 -07:00
tonysyu
7f823a4d26
Merge pull request #194 from jehturner/pyfits_hdusize_fix
...
Allow for type of hdu.size changing in PyFITS 3.1
2012-06-07 07:10:30 -07:00
Zach Pincus
8f237dbefe
ENH: Add tests for boundary-overlapping offsets
2012-06-07 09:02:31 -04:00
Zach Pincus
79972c3013
Indent 4
2012-06-07 08:55:35 -04:00
Zach Pincus
ffff4a3077
BUG: MCP could segfault in places where both positive and negative moves would go out of bounds.
...
Previous assumption was that no location in the array would be one move from both upper and lower boundaries. This assumption is now removed.
2012-06-06 23:52:33 -04:00
cgohlke
bde2831709
Add test_float_out_of_range
2012-06-06 18:53:44 -07:00
cgohlke
96bad2e4cf
Add range check against better judgment
2012-06-06 18:51:47 -07:00