Commit Graph

2938 Commits

Author SHA1 Message Date
Stefan van der Walt b83e4e9177 Merge pull request #457 from tonysyu/logo_refactor
RF: Refactor code that generates scikit-image logo.
2013-03-07 10:02:08 -08:00
Tony S Yu dad1cdbd5b Merge pull request #4 from stefanv/tonysyu_logo_refactor
STY: PEP8 for logo.
2013-03-07 06:44:43 -08:00
Stefan van der Walt ad0927f459 STY: PEP8 for logo. 2013-03-07 08:29:21 +02:00
Tony S Yu 70e37f3055 Refactor code that generates scikit-image logo.
Simplify code and use skimage functions that didn't exist when this code was
originally written.
2013-03-06 23:03:01 -06:00
Johannes Schönberger 5955937131 Merge pull request #456 from cgohlke/patch-2
Fix MSVC error C2036: 'void *' : unknown size
2013-03-06 14:09:07 -08:00
Christoph Gohlke 45f53c9e3a Fix MSVC error C2036: 'void *' : unknown size 2013-03-06 10:09:59 -08:00
Johannes Schönberger 387c72b018 Remove colon as multi-line comment symbol 2013-03-06 16:43:41 +01:00
Johannes Schönberger 44350f56c9 Fix vectorized_ops for bento 2013-03-06 16:42:18 +01:00
Stefan van der Walt d548003bdf Merge pull request #455 from thouis/ctmf_unaligned_segv
BUG: Not all histogram memory was aligned correctly.
2013-03-06 05:00:09 -08:00
Thouis (Ray) Jones e6ee2c0db6 BUG: not all histogram memory was aligned correctly 2013-03-05 18:32:09 -05:00
Stefan van der Walt 2335f60954 Merge pull request #454 from ahojnnes/release-announcements
DOC: Add mailing list adresses to release instructions.
2013-03-05 02:26:52 -08:00
Johannes Schönberger 631a3bc687 Add release instruction to update dev docs 2013-03-05 08:55:37 +01:00
Johannes Schönberger a4654b4b45 Add mailing list adresses to release instructions 2013-03-05 08:51:30 +01:00
Johannes Schönberger eb9c1e15dd Merge pull request #453 from cgohlke/patch-1
Fix `ValueError: Buffer dtype mismatch` on win-amd64
2013-03-04 23:01:05 -08:00
Christoph Gohlke 211d64644f Use np.intp type for indices 2013-03-04 22:45:46 -08:00
Christoph Gohlke 97fd434314 Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:33:15 -08:00
Christoph Gohlke 7ca08cf763 Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:32:22 -08:00
Christoph Gohlke dda83fdb55 Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:30:40 -08:00
Christoph Gohlke 19e938a3de Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:29:44 -08:00
Johannes Schönberger 4854dc830f Increase version number to 0.9 2013-03-04 21:22:20 +01:00
Johannes Schönberger 5755ccb612 Fix release instruction for making docs v0.8.0 2013-03-04 20:46:09 +01:00
Johannes Schönberger ade23a2f71 Update docversion for 0.8 2013-03-04 20:42:46 +01:00
Johannes Schönberger 96e5c1b1b8 Update version number for 0.8 2013-03-04 20:41:19 +01:00
Johannes Schönberger 4a8016fde6 Add release notes for version 0.8 2013-03-04 20:38:41 +01:00
Stefan van der Walt f3924da90b DOC: Fix typo in remove_small_objects docstring. 2013-03-04 18:36:32 +02:00
Stefan van der Walt 9cb354e9d0 Merge pull request #450 from ahojnnes/hough-circle
RF: Hough circle improvements.
2013-03-04 08:09:08 -08:00
Johannes Schönberger 25f16f4a82 Merge pull request #452 from stefanv/jni-morphology-functions
STY: Minor cleanup on small object removal.
2013-03-04 08:03:34 -08:00
Johannes Schönberger 4925205082 Improve performance of normalization 2013-03-04 16:26:06 +01:00
Johannes Schönberger eee2342814 Merge pull request #446 from jni/morphology-functions
Morphology functions
2013-03-04 06:09:40 -08:00
Johannes Schönberger 2237cc1617 Change color of circles for better visibility 2013-03-04 15:02:09 +01:00
Johannes Schönberger 2e3f82e9d9 Remove unnecessary statement breaks 2013-03-04 15:01:03 +01:00
Johannes Schönberger dec104e9ff Improve performance and usage of data types of hough circle transformation 2013-03-04 15:00:37 +01:00
Stefan van der Walt dae9b7adfd STY: Minor cleanup. 2013-03-04 11:30:19 +02:00
Juan Nunez-Iglesias 3249faf308 Add specific error messages and exceptions 2013-03-04 16:54:29 +11:00
Stefan van der Walt 0b97d48742 Merge pull request #444 from jmargeta/MSVC_uint16_fix
BUG: Fixing MSVC build by adding appropriate typedefs for uint16_t.
2013-03-03 20:20:45 -08:00
Jan Margeta 3869d1ef8a Removing unnecessary typedefs for uint16_t in MSVC build 2013-03-03 22:45:09 +01:00
Johannes Schönberger dc83c64d44 Change data type of index variables 2013-03-03 15:37:45 +01:00
Juan Nunez-Iglesias 332469c6df Fix missed rename in example 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias 6b9ecd80b9 Add raise and labeled image tests 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias b07f7fd9bd Rename function to remove_small_objects 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias d6c5ba38ef Improve docstring for remove_small_connected_components
- Explain behavior if input is of int type.
- Add `Raises` section for possible errors.
- Remove explicit numpy import from example.
2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias afed313369 Modify example to use remove_small_connected_components 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias 5222fb5ff7 Add tests for remove_small_connected_components 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias 24b14508c8 Add examples to docstring 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias 5686e11c97 Add funct to remove small connected compononents 2013-03-04 01:32:04 +11:00
Johannes Schönberger 3d78493e81 Merge pull request #447 from stefanv/ndimage_dtype_32
BUG: Recast label output to satisfy ndimage on 32-bit platforms.
2013-03-03 06:24:41 -08:00
Stefan van der Walt 6e0112f449 BUG: Recast label output to satisfy ndimage on 32-bit platforms. 2013-03-03 15:34:09 +02:00
Johannes Schönberger 9e10ea75e5 Merge pull request #445 from tonysyu/doc-tweaks
Doc tweaks
2013-03-02 23:54:34 -08:00
Tony S Yu 17e7ba3de7 DOC: Fix Sphinx errors. 2013-03-02 17:22:10 -06:00
Tony S Yu db7a063d76 ENH: If example fails, print traceback and carry on. 2013-03-02 17:21:14 -06:00