Gregory R. Lee
|
81ea7a6e34
|
MAINT: All modes in _shared.interpolation.pxd were changed to be consistent with numpy.pad naming conventions. Specifically 'nearest' was changed to 'edge' and 'mirror' was changed to 'reflect'. All functions with a mode argument that rely on these functions had their inputs changed accordingly. For now there is a deprecation warning if the user supplies mode 'nearest'. Mode 'mirror' never appeared in an official release of skimage and so has no corresponding deprecation warning.
|
2015-08-13 23:39:55 -04:00 |
|
Gregory R. Lee
|
cef22e4234
|
MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename
|
2015-08-13 23:39:55 -04:00 |
|
Gregory R. Lee
|
9e9c65b97c
|
ENH: add mode 'mirror' to interpolation.pxd and dependent functions
|
2015-08-13 23:39:54 -04:00 |
|
Gregory R. Lee
|
c5a735420f
|
DOC: add visual example of edge modes
|
2015-08-13 23:39:53 -04:00 |
|
Gregory R. Lee
|
a36ab880fc
|
TST: add tests for coord_map function
|
2015-08-13 23:39:53 -04:00 |
|