Commit Graph
8051 Commits
Author SHA1 Message Date
Johannes Schönberger 97d7f88b04 Explicitly set latex font size and paper size 2013-03-13 11:08:02 +01:00
Johannes Schönberger 16863535eb Re-enable plots in doc strings and generate PDF images for them 2013-03-13 10:59:26 +01:00
François Boulogne b1628e07ad fix comment 2013-03-12 20:31:33 +01:00
spotter 74acdc9fa9 FIX: changed unicode dash in docstrings. 2013-03-12 17:09:17 +01:00
Stefan van der Walt 08668156c2 Merge pull request #462 from ahojnnes/deprecated-doc-string
DOC: Change deprecated decorator to display warning in doc string.
2013-03-12 08:42:31 -07:00
spotter 6f7158046f FIX: combine_stains docstring. 2013-03-12 16:41:02 +01:00
spotter b3e557b550 FIX: using the new stain separation functions for the special case of hed. 2013-03-12 16:19:51 +01:00
spotter c43986d6d6 ENH: Adding tests for new stain separation functions. 2013-03-12 16:15:41 +01:00
spotter f48097c5ca FIX: fixed docstrings. ENH: Added new stain separation matrices. 2013-03-12 16:06:32 +01:00
spotter 20f27345c3 FIX: rgb2hed and hed2rgb can work with both signed and unsigned image. 2013-03-12 14:22:53 +01:00
Johannes Schönberger 0324737c47 Fix some doc strings for latex docs 2013-03-12 09:39:42 +01:00
Johannes Schönberger a1ad4ca34b Change latex doc settings 2013-03-12 09:39:00 +01:00
Johannes Schönberger b82764583a Increase list-depth for nested quotes etc. 2013-03-12 09:36:33 +01:00
Johannes Schönberger d01b14f2ff Add API documentation to latex docs 2013-03-12 09:12:13 +01:00
Johannes Schönberger 332c21f979 Make deprecation warning in doc string bold 2013-03-12 07:29:39 +01:00
Johannes Schönberger a0d9d3f213 Use double instead of single quotes for doc string 2013-03-12 07:28:15 +01:00
Johannes Schönberger 0cb0fee339 Remove duplicate code for alternative function 2013-03-11 23:21:52 +01:00
Johannes Schönberger 483ebae0c0 Change deprecated decorator to display warning in doc string 2013-03-11 23:18:54 +01:00
Xavier Moles Lopez 0fd2f355b2 FIX: Link to Ruifrok reference 2013-03-11 21:02:24 +01:00
Stefan van der Walt dd597fc526 Merge pull request #460 from jni/raise-type
BUG: Revert `remove_small_objects` to raise TypeError.
2013-03-10 21:42:45 -07:00
Juan Nunez-Iglesias b306f9b70f Revert remove_small_objects to raise TypeError 2013-03-10 19:23:04 +11:00
spotter 5b25e7e961 FIX: Replaced non-ascii double quotes in Ruifrok reference. 2013-03-09 13:23:36 +01:00
spotter f66c8b5e3b ENH: Added example to the gallery for ihc staining separation 2013-03-08 15:59:40 +01:00
spotter 7c371e1662 FIX: img_as_ubyte function threw ValueError due to floating point errors in hed2rgb function.
Clipping the output of the hed2rgb function between 0 and 1 seems to correct
the bug without affecting the conversion quality.
2013-03-08 12:58:22 +01:00
Stefan van der Walt d7d87c9461 Merge pull request #390 from tonysyu/canvastools
ENH: Major overhaul of canvastools.
2013-03-07 23:18:30 -08:00
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
spotter 7439fe96e8 FIX: Testing for ubyte and float images. Input dtypes are converted beforehand. 2013-03-07 00:14:06 +01: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