Tony S Yu
|
c5bfed26cd
|
Fix validation bug and add test
|
2013-10-21 23:02:47 -05:00 |
|
Tony S Yu
|
9385e73586
|
Clean up testing
|
2013-10-21 23:02:47 -05:00 |
|
Tony S Yu
|
f47c5a7be7
|
Switch argument order for clarity
|
2013-10-21 23:02:47 -05:00 |
|
Tony S Yu
|
087d422ebc
|
Rename novice package as per convention
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
266c28ba6b
|
Reuse colors from skimage.color.
This change greatly reduces the number of available colors, which is probably
a good thing.
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
0663626667
|
Clean up color_dict definition
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
896e471a12
|
Fix modified flag behavior
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
c881cf32e6
|
Remove unnecessary functions.
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
2cf9466e9e
|
Clean up docstrings.
__getitem__/__setitem__ docstrings aren't typically displayed so they're
unnecessary. Move and fix doctests as well.
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
e86b0a161c
|
Change inflate/inflation to rescale/scale.
|
2013-10-21 23:02:46 -05:00 |
|
Tony S Yu
|
62c16bde51
|
Remove color scraping script and intermediate data file
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
9503c41f26
|
Cleanup docstrings.
Note that the getter (not setter) docstring gets printed at the interactive prompt
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
a2f03d3075
|
Speed up test
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
22a7558673
|
Change test class to test functions
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
1a418f8820
|
Clean up novice __init__
Move functions from __init__ to novice module and clean up package docstring.
Doctest now passes.
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
34a844dd3b
|
Cleanups to imports and line wrapping
|
2013-10-21 23:02:45 -05:00 |
|
Tony S Yu
|
bd51d9cbef
|
Fix whitespace
|
2013-10-21 23:02:45 -05:00 |
|
Michael Hansen
|
2e98d8c21c
|
Added novice submodule after rebase
|
2013-10-21 23:02:45 -05:00 |
|
Stefan van der Walt
|
70ccf0d0d0
|
Merge pull request #795 from amueller/fix_felsenszwalb_minsize
BUG: Felsenszwalb minsize parameter not passed on in single channel case
|
2013-10-21 00:00:27 -07:00 |
|
Andreas Mueller
|
96f04ad530
|
slight performance improvement.
|
2013-10-20 15:15:55 -07:00 |
|
Andreas Mueller
|
57e37352cb
|
FIX add missing min_size parameter, add regression test.
|
2013-10-20 15:15:36 -07:00 |
|
Stefan van der Walt
|
0bf06fbbc2
|
Get rid of that inherited 's' once and for all.
|
2013-10-19 17:13:57 +02:00 |
|
Stefan van der Walt
|
baf70ef93d
|
Correctly determine dev version for doc building.
|
2013-10-19 16:43:59 +02:00 |
|
Stefan van der Walt
|
29c421232a
|
Update website update instructions for release.
|
2013-10-19 16:41:32 +02:00 |
|
Stefan van der Walt
|
4b002d7e79
|
Set version numbers for 0.10 development cycle.
|
2013-10-19 16:27:42 +02:00 |
|
Stefan van der Walt
|
4d1a493fd9
|
Update manifest not to include gh-pages in docs.
|
2013-10-19 16:18:12 +02:00 |
|
Stefan van der Walt
|
1bdfd07496
|
Update docversions correctly for 0.9.x.
v0.9.0
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
1a3e98e5d6
|
Mark BRIEF and Censure as experimental in release notes.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
4edfdbfe50
|
Update gh-pages instructions in RELEASE.txt.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
f5f8a2c289
|
Fix markup error in marching cubes docs.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
1354195e6c
|
Correctly determine version number from module.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
3901f74e00
|
Update version in docs.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
332bcac2f3
|
Update versions for 0.9.0 release.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
2ef03fe2d0
|
Update 0.9 release notes with new features.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
ce6b1d0951
|
Contrib script now shows PRs and merges.
|
2013-10-19 16:08:42 +02:00 |
|
Stefan van der Walt
|
65d35de8bb
|
Update contributors script to count by date.
|
2013-10-19 16:08:42 +02:00 |
|
Juan Nunez-Iglesias
|
be0cff30e1
|
Merge pull request #794 from ahojnnes/lbp-memview
Speed up one-dimensional memory views
|
2013-10-19 04:56:52 -07:00 |
|
Johannes Schönberger
|
1b66ab479a
|
Speed up memory views in watershed function
|
2013-10-18 21:00:40 +02:00 |
|
Johannes Schönberger
|
3e28168914
|
Speed up memory views in skeletonize function
|
2013-10-18 20:56:18 +02:00 |
|
Johannes Schönberger
|
342205fcde
|
Speed up memory views in line drawing function
|
2013-10-18 20:54:28 +02:00 |
|
Johannes Schönberger
|
bfb0cfce2f
|
Speed up memory views in local_binary_pattern
|
2013-10-18 20:49:49 +02:00 |
|
Juan Nunez-Iglesias
|
354c8502c2
|
Merge pull request #791 from stefanv/regionprops_as_dict
Dictionary interface to preserve backward compatibility for RegionProps.
|
2013-10-17 05:12:14 -07:00 |
|
Stefan van der Walt
|
18e8e58774
|
Merge pull request #792 from stefanv/gtk_py3
Fix Py3 exception in GTK plugin.
|
2013-10-17 04:45:02 -07:00 |
|
Stefan van der Walt
|
8e763f4e48
|
Fix Py3 exception in GTK plugin.
|
2013-10-17 13:44:19 +02:00 |
|
Stefan van der Walt
|
94cad284ce
|
Fix Python 3 list handling.
|
2013-10-17 13:43:18 +02:00 |
|
Stefan van der Walt
|
14687d0510
|
Dictionary interface to preserve backward compatibility for RegionProps.
|
2013-10-17 13:07:41 +02:00 |
|
Stefan van der Walt
|
815e60bf6c
|
Update author order for 0.9 release notes.
|
2013-10-16 18:07:05 +02:00 |
|
Stefan van der Walt
|
3d1a268096
|
Add contributors to 0.9.
|
2013-10-16 18:05:21 +02:00 |
|
Stefan van der Walt
|
3e717559e5
|
Rewrite contributor lister in Python.
|
2013-10-16 17:53:04 +02:00 |
|
Stefan van der Walt
|
f7289731a1
|
Note deprecations under API changes.
|
2013-10-16 17:12:37 +02:00 |
|