This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
scikit-image
Watch
1
Star
0
Fork
0
You've already forked scikit-image
mirror of
https://github.com/wassname/scikit-image.git
synced
2026-06-27 21:53:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
scikit-image
/
skimage
/
_shared
/
tests
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Egor Panfilov
0e6ccabd93
Removed Python 2.6 support and related checks
2016-04-02 00:03:48 +03:00
..
__init__.py
Consistently use relative imports
2015-07-11 15:41:37 -05:00
test_geometry.py
Add polygon perimiter drawing
2016-02-02 08:25:41 -08:00
test_interpolation.py
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
test_safe_as_int.py
Misc PEP8 fixes
2014-12-14 02:56:14 +01:00
test_testing.py
Add unit test for test_parallel decorator
2015-05-19 18:15:17 -07:00
test_utils.py
Add utility to rename functions
2015-08-27 13:19:01 -07:00
test_version_requirements.py
Removed Python 2.6 support and related checks
2016-04-02 00:03:48 +03:00