[skimage] annotated tag debian/0.8.2-1 created (now c10fcf1)
Andreas Tille
tille at debian.org
Fri Dec 23 08:22:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a change to annotated tag debian/0.8.2-1
in repository skimage.
at c10fcf1 (tag)
tagging b6c15cb5b017d608c906b713d9b8d34229619174 (commit)
replaces debian/0.7.2-1
tagged by Yaroslav Halchenko
on Mon Jun 3 13:03:09 2013 -0400
- Log -----------------------------------------------------------------
Debian release 0.8.2-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlGszE0ACgkQjRFFY3XAJMhlsACfUHD8UGEc/PBzA45+Xf60j3lg
u+kAn1ijXTQGhmVr7nwydGiPyFBnz0KW
=3reg
-----END PGP SIGNATURE-----
Adam Ginsburg (2):
very slight change to warp_coords docstring, but I think slightly more illustrative of the shape of the array
looks like I didn't save on the previous commit; these should be squashed with the previous commit message
Anders Boesen Lindbo Larsen (21):
Add dense DAISY feature description.
PEP8 style corrections.
Better Sphinx documentation.
Add circle perimeter to draw module.
Add DAISY visualization + example plot.
Handle all non-float images.
Move set_color() to draw module.
No need to normalize angular smoothing.
Fixed submodule import.
Add myself as contributor.
Add dense DAISY feature description.
PEP8 style corrections.
Better Sphinx documentation.
Add circle perimeter to draw module.
Add DAISY visualization + example plot.
Handle all non-float images.
Move set_color() to draw module.
No need to normalize angular smoothing.
Fixed submodule import.
Add myself as contributor.
Merge branch 'master' of github.com:andersbll/scikit-image
Andreas Mueller (2):
COSMIT some pep8
FIX quickshift nosetest with different xyz color conversion
Christoph Gohlke (9):
Do not install the doc package
Use log(2) instead of log10(2)
Use log(2) instead of log10(2)
Fix `ValueError: Buffer dtype mismatch` on win-amd64
Fix `ValueError: Buffer dtype mismatch` on win-amd64
Fix `ValueError: Buffer dtype mismatch` on win-amd64
Fix `ValueError: Buffer dtype mismatch` on win-amd64
Use np.intp type for indices
Fix MSVC error C2036: 'void *' : unknown size
Christos Psaltis (2):
Fix resize argument handling in rotate.
Add test for resize option in rotate
Colin Lea (1):
Swapped the direection that the histograms point in the hog visualisation
François Boulogne (26):
add andres method for circle_perimeter
fix variable
fix docstring + PEP8
add references
new method: ellipse_perimeter
add myself to contributors
remove print statement
remove brackets
fix for master
fix docstring
add test point position circle-ellipse
Docstring circle + ellipse
hough transform for circles
add unittest for hough circle
update contrib
add blank line
various minor fixes
declare cython variables
use a single array
variable in cdef
bugfix dim + unittest
add example for cicular hough transform
Docstring + J.S. modifications
hough transform for circles
use draw instead of mpl patches
remove import mpl patches
Jan Margeta (2):
Fixing MSVC build by adding appropriate typedefs for uint16_t
Removing unnecessary typedefs for uint16_t in MSVC build
Johannes Schönberger (254):
Add new doc theme
Remove uncompressed bootstrap files
Fix download link in navigation bar
Rename scikits-image to scikit-image
Rename scikits-learn to scikit-learn
Merge pull request #338 from tonysyu/gallery-tweak
Fix navigation docs link
Extend CSS rule for all headings
Fix navigation home page link
Merge pull request #339 from tonysyu/doc-remove-feature-list
Change domain name
Remove unused fopenmp compile args
Revert changes to release notes
Add favicon for docs
Add function to scale images
Add test case for separate scale factors
Rename scale function to rescale and scale variables
Enhance short description of resize and rescale functions
Fix doc version 0.7 link
Fix bug in warp which caused 1 pixel images not to be clipped
Full test coverage for image pyramids
Full test coveragem for data package
Full test coverage for canny filter
Improve test coverage for ctmf
Fix callable test in LPI filter
Improve test coverage of LPI filter
Fix polygon approximation for 0 or less tolerance
Full test coverage for polygon approximation and subdivision
Full test coverage for regionprops
Full test coverage for structural similarity
Improve test coverage of find_contours
Remove obsolete license note as code has been refactored
Remove redundant dtype conversion
Merge pull request #355 from npinto/patch-1
Merge pull request #354 from tonysyu/highlight-boundaries
Merge pull request #353 from tonysyu/fix-test-setup
Change Exception type for wrong input dims
Merge pull request #357 from stefanv/doc_skimage_to_scikit-image
Merge pull request #360 from tonysyu/fix-doctest-imports
Add note about random test failure for some systems
Split tests for different channel numbers into separate functions
Add missing empty lines between test functions
Add support for 3-dimensional image resizing
Split 3d resize test function
Fix failing perimeter test caused by bug in scipy
Add hough transform peak detection
Add note about range of angle values
Fix typo
Refactor non maximum suppression for faster computation
Add missing support for num_peaks parameter
Set constant value for maximum filter explicitly
Add scharr edge filter
Fix dtype and dim note for parameters in doc strings
Fix reference links in doc strings
Add reference for scharr operator
Fix stylistic indentation
Fix test case doc strings
Add scharr filter to mask test cases
Improve description of scharr and sobel edge filters
Use common file for denoising filters
Improve doc string format of TV denoise functions
Add get_pixel function for 3D arrays
Add bilateral denoising filter
Restructure cdef declarations
Use common file for denoising filters
Refactor denoise tests and add tests for bilateral filter
Add more detailed description of bilateral filter
Add example script for bilateral denoising
Wrap column
Reorder subplots
Fix description of denoising filters
Fix PEP8 issues
Fix typo in doc string of biliteral filter
Rename tv_denoise to denoise_tv and deprecate
Combine 2D and 3D bilateral filter in one function and rename sigma parameters
Remove unused import
Add note about range of values of sigma_range parameter
Add Cython denoise source file to bento file
Replace deprecated function call
Fix ordering of return values
Fix hough transform return value ordering in doc string
Reduce to one threshold paramater
Use center of mass for peaks with equal accumulator values
Fix threshold default value description
Merge branch 'rank_filters' of https://github.com/odebeir/scikits-image into rank-filters
Improve overall code style
Improve code layout of kernel functions
Change type of pop variable from float to Py_ssize_t
Clean Readme
Wrap lines
Remove duplicate contiguous conversion
Fix, improve and extend histogram test cases
Do not ignore exceptions in core functions
Fix, improve and extend test cases
Use single file for test cases and rename file
Change data type of pop variable to float
Fix typos and spelling of readme
Fix spelling of X-bit
PEP8 fixes in doc string examples
Use numpy reference style
Improve description of long rank filter example
Use common spelling for greylevel
PEP8 fixes for long rank filter example
Merge pull request #348 from odebeir/rank_filters
Apply numpy reference style to rank filter descriptions
Merge pull request #374 from tonysyu/add-rank-to-bentoinfo
Add example for hough_peaks function
Merge pull request #380 from tonysyu/mark-boundaries-regression
Add title to hough peak detection example plot
Merge pull request #379 from cpsaltis/fix_rotate
Fix dependency check in setup
Move harris file to a combined interest point file
Refactor harris corner detection, so it returns harris response image
Add Moravec interest point detection
Rename harris test case file
Make moravec standalone cython function and fix doc string
Fix return types in doc string of interest point detectors
Add reference to moravec operator
Rename window size parameter of moravec operator
Fix missing sigma for gaussian filter in harris operator
Fix harris corner bug and add alternative corner measure param
Add comment to explain meaning of structure matrix of harris
Add Shi-Tomasi corner detector and fix bug in auto-correlation matrix
Update test cases for shi-tomasi and moravec operator
Fix contiguous bug in moravec operator
Add example to doc string of shi-tomasi
Add some more references to interest point functions
Add missing doc string return section
Improve code layout
Rename corner operators and file
Add Kitchen and Rosenfeld corner detector
Use sobel for image derivatives
Add more detailed description of corner detectors in doc strings
Add foerstner corner detector
Fix short description of moravec corner detector
Let foerstner return both corner measures
Add subpixel corner detection
Add references for subpixel corner detection
Add test case for subpixel corner detection
Update examples of corner detection in doc string
Refactor corner detection example
Fix doc string for multiple return values
Fix typo in doc string
Add comments and rename variables for better readability
Remove unused array
Fix confused parameters in doc string of peak_local_max
Add function to detect corner peaks as a wrapper to peak_local_max
Extend example of corner_peaks to highlight difference to peak_local_max
Add test case for corner_peaks function
UmfPack warning is now only raised if random walker is explicitly called
Fix some doc string formatting issues of random walker
Merge pull request #392 from blink1073/fast-import
Hide functools and imp packages in global skimage namespace
Fix double space in warning message
Fix recursion problem with nose test suite
Merge pull request #394 from tonysyu/circular-import-fix
Add default value for polynomial order
Add test case for default value of polynomial order
Fix typo bug in perimeter function
Fix convolution bug in perimeter function
Update perimeter test case which was correct for buggy previous version
Add note about default polynomial order to estimate_transform
Merge pull request #404 from keflavich/clearer_warp_example
Fix PEP8 issues and doc string formatting
Improve total-varation denoising algorithm
Fix test cases for TV denoising
Remove old implementation if TV filter
Update denoising example for new TV implementation
Replace manual array with builting Cython buffer indexing
Rename denoise_tv to denoise_tv_bregman
Rename denoising cython source file
Fix typo in denoise_tv_bregman doc string
Rename test functions for bregman algorithm
Add original (Chambolle) implementation of TV denoising
Update denoising example
Fix bugs caused by renaming functions
Add test cases for chambolle tv denoising implementation
Add test case for multi-channel chambolle denoising
Add note about multichannel parameter
Include more information about reference papers
Merge pull request #384 from andersbll/master
Merge pull request #410 from sciunto/circle
Fix typo in doc string
Use char type for circle_perimeter method for speedup
Use same cython directives for whole source file
Fix PEP8 issues
Fix PEP8 issues
Add empty lines between functions
Wrap line and group imports
Make some stylistic code layout changes
Merge pull request #415 from tonysyu/update-bento-build
Merge pull request #419 from JDWarner/fix_noisy_square_seed
Set random seed value to ensure tests always pass
Set random seed value for denoising tests
Merge pull request #422 from colincsl/hog_visualisation
Merge pull request #423 from cgohlke/patch-1
Fix wrong include paths for shared subpackage
Merge pull request #432 from thouis/sse_ctmf
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Rename Py_ssize_t to ssize_t for consistency within skimage
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Change type to ssize_t for all index and size variables
Use np.intp rather than ssize_t for ndarrays
Replace ssize_t with Py_ssize_t globally
Fix index type errors in draw module
Remove print statement
Fix index type error in SLIC function
Fix index type error in GLCM
Improve performance and type usage for GLCM loop
Fix integer type bugs in feature detection algorithms
Improve code layout of probabilistic hough
Remove unused CAPI numpy import and extend cython directives
Remove unused imports
Make list of zip in Python 3 explicitely
Wrap lines
Add note about proper use of Py_ssize_t
Globally change np to cnp if cimported
Fix accidentially changed doc strings
Merge pull request #436 from sciunto/docstring
Merge pull request #417 from stefanv/msvc_build_fix
Remove duplicate return statement
Remove deprecated homography function
Remove deprecated import of hompgraphy
Merge pull request #439 from tonysyu/fix-equalize
Remove deprecated tests for homography
Merge pull request #443 from stefanv/hough_brighter_color
Merge pull request #445 from tonysyu/doc-tweaks
Merge pull request #447 from stefanv/ndimage_dtype_32
Change data type of index variables
Improve performance and usage of data types of hough circle transformation
Remove unnecessary statement breaks
Change color of circles for better visibility
Merge pull request #446 from jni/morphology-functions
Improve performance of normalization
Merge pull request #452 from stefanv/jni-morphology-functions
Add release notes for version 0.8
Update version number for 0.8
Update docversion for 0.8
Fix release instruction for making docs
Increase version number to 0.9
Fix setup merge conflict
Merge pull request #453 from cgohlke/patch-1
Add mailing list adresses to release instructions
Add release instruction to update dev docs
Fix vectorized_ops for bento
Remove colon as multi-line comment symbol
Update version to 0.8.1
Merge pull request #456 from cgohlke/patch-2
Merge recent bug fixes of development version into v0.8.x
Josh Warner (Mac) (12):
FEAT - combined API from is_local_maximum() into peak_local_max()
FEAT - Unified peak finder backend
BUG - Fixed a bug where, when `indices` = False, output was not Boolean.
BUG - Fixed a bug where the image was not properly masked for each unique label.
BUG - Now parsing all unique labels != 0 properly, and set threshold_rel=0 in is_local_maximum() wrapper.
BUG - Dtype conversion to Boolean in a new code path not included in current tests.
BUG - `rank_order` now imported.
doc: deprecated string and docstring formatting fixes in `is_local_maximum`
style: initialize `out` at beginning of function
doc: fix and clarify `peak_local_max` docstring
test: add additional tests for 100% coverage of new `peak_local_max`
fix: set random seed in `test_noisy_square_image`
Juan Nunez-Iglesias (16):
Add functions to join and relabel segmentations
Add testing functions for join and relabel
Add join_segmentations example to the gallery
Rename ar_relabeled to relabeled for simplicity
Tweak join_segmentations example for clarity
Rename `ar` to `label_field` for clarity
Allow grayscale input images to SLIC segmentation
Add funct to remove small connected compononents
Add examples to docstring
Add tests for remove_small_connected_components
Modify example to use remove_small_connected_components
Improve docstring for remove_small_connected_components
Rename function to remove_small_objects
Add raise and labeled image tests
Fix missed rename in example
Add specific error messages and exceptions
Luis Pedro Coelho (4):
ENH Add imread io plugin
RFCT Use `skimage.utils.convert` for type conversion
DOC Add myself to CONTRIBUTORS.txt
TST Remove unneeded test
Marianne Corvellec (1):
more intuitive description for beginner contributor to get her hands on documentation
Matt McCormick (1):
ENH: Add SimpleITK IO plugin.
Nicolas Pinto (1):
BUG: fix side-effect in util.montage()
Olivier Debeir (192):
fix. gitignore
add test/
mv test to tests
rename using scikits naming conventions
try to fix rank setup
rename some test to demo
add demo all
add demo all (cont.)
add demo all (cont.)
add readme
add py wrappers
fix bitdepth in rank.py
update setup to be compatible with scikits-image
add percentile mean
add other rank filters
add percentile filters - in progress
add percentile filters
add bilateral filters pop and meanµ
add full test
adapt tests
add examples - to be cont.
add readme
add ref
add comment to bilateral denoising example
compare local and global equalise in example
rename egalise to equalize
clean-up code
compare ctmf.median_filter with rank.median
add comment
fix percentile autolevel
fix percentile autolevel
adapt autolevel example
fix 16bit percentile
clean-up code
fix equalize
fix other equalize
add marked watershed example
add marked watershed example (cont.)
add marked watershed example (cont.)
add local test
remove unused _core
add exhaustive comparison between 8bit and 16bit filters
fix 8bit-16bit discepencies
fix doctest in rank
remove ascontiguousarray(eimage)
remoce sr,sc from cores
remoce selem_num
add comment
rename n_se_n to num_se_n etc, removed commented code
remplace int by Py_ssize_t and fix some doctests
remplace int by Py_ssize_t and for rank8
remplace int by Py_ssize_t and for rank16
remplace emask with is_in_mask function
add comment
remplace emask with is_in_mask function in crank16
group core8,8p and 8b
delete core8p
group crank16 and crank16p
delete core16p
grou rank16 and rank16b, remove core16b
find error in autolevel and percentile autolevel (16bit)
fix error in autolevel and percentile autolevel (16bit)
add histogram_increment and decrement to core8
add histogram_increment and decrement to core16
keep true test in /test, move temporary tests in local
clean up
compare ndimage.percentile in demo
add _apply(func8,func16,...) helper function
autopep8 sources
moved example to doc
removed useless tools.py
modify CONTRIBUTORS.txt
__docformat__ removed
move rank/ into filter/
cut long lines
autopep8
add example modal
cut long line, autopep8
remove inlines in pxd
move setup from /filter/rank to /filter
remove comments
remove obsolete comments
adjust setup
removed mains
Merge branch 'master' of https://github.com/scikit-image/scikit-image
fix. gitignore
add test/
mv test to tests
rename using scikits naming conventions
try to fix rank setup
rename some test to demo
add demo all
add demo all (cont.)
add demo all (cont.)
add readme
add py wrappers
fix bitdepth in rank.py
update setup to be compatible with scikits-image
add percentile mean
add other rank filters
add percentile filters - in progress
add percentile filters
add bilateral filters pop and meanµ
add full test
adapt tests
add examples - to be cont.
add readme
add ref
add comment to bilateral denoising example
compare local and global equalise in example
rename egalise to equalize
clean-up code
compare ctmf.median_filter with rank.median
add comment
fix percentile autolevel
fix percentile autolevel
adapt autolevel example
fix 16bit percentile
clean-up code
fix equalize
fix other equalize
add marked watershed example
add marked watershed example (cont.)
add marked watershed example (cont.)
add local test
remove unused _core
add exhaustive comparison between 8bit and 16bit filters
fix 8bit-16bit discepencies
fix doctest in rank
remove ascontiguousarray(eimage)
remoce sr,sc from cores
remoce selem_num
add comment
rename n_se_n to num_se_n etc, removed commented code
remplace int by Py_ssize_t and fix some doctests
remplace int by Py_ssize_t and for rank8
remplace int by Py_ssize_t and for rank16
remplace emask with is_in_mask function
add comment
remplace emask with is_in_mask function in crank16
group core8,8p and 8b
delete core8p
group crank16 and crank16p
delete core16p
grou rank16 and rank16b, remove core16b
find error in autolevel and percentile autolevel (16bit)
fix error in autolevel and percentile autolevel (16bit)
add histogram_increment and decrement to core8
add histogram_increment and decrement to core16
keep true test in /test, move temporary tests in local
clean up
compare ndimage.percentile in demo
add _apply(func8,func16,...) helper function
autopep8 sources
moved example to doc
removed useless tools.py
modify CONTRIBUTORS.txt
__docformat__ removed
move rank/ into filter/
cut long lines
autopep8
add example modal
cut long line, autopep8
remove inlines in pxd
move setup from /filter/rank to /filter
remove comments
remove obsolete comments
adjust setup
removed mains
small comparison with denoise_bilateral
resolve conflict
test noise filter
fix noise_filter
fix noise_filter
doc entropy
doc noise filter
modify example entropy
add local Otsu threshold
Merge pull request #1 from ahojnnes/rank-filters
fix: plt.show() removed in doc
remove local demo from git
add new tests
fix: check pop==0 for some kernels
add: test entropy 8- & 16-bit
add: test otsu
add: local Otsu synthetic example
fix: local otsu doc
Merge pull request #2 from ahojnnes/rank-filters
autopep8 for plot_* and rank sources
fix:wrap lines in tests
fix:< Py_ssize_t > 0 and & pop
fix: ref and test_otsu doc
Paul Ivanov (1):
complete singularization of scikit-image
Sergey Karayev (4):
Fixed RGB<->XYZ conversion.
flake8 on colorconv.py and removed unneeded .copy()
Merge pull request #1 from amueller/xyz_fix
added rgb2lab test
Stefan van der Walt (68):
PKG: Add python-support to build dependencies (closes Debian-681896).
Merge pull request #214 from cgohlke/patch-1
PKG: Release 0.6.1 bugfix.
Changelog for 0.6.1-1.
Merge tag 'v0.6.1' into debian
PKG: More detailed changelog.
PKG: Add python-qt4 as a recommended dependency.
Merge pull request #334 from tonysyu/fix-apigen
DOC: Fix typo in release instructions.
Merge pull request #335 from ahojnnes/doc-theme
Merge pull request #337 from tonysyu/example-gallery-fix
DOC: Credit Johannes for website layout.
Merge pull request #343 from ahojnnes/warps-openmp-fix
Merge pull request #345 from ahojnnes/docs-favicon
Merge pull request #342 from ahojnnes/domain-name
Merge pull request #347 from ahojnnes/doc-version-link
DOC: Rename skimage.org to scikit-image.org.
DOC: Remove confusing paragraph about dtype range.
Merge pull request #359 from ivanov/singular-scikit
DOC: Clean up one last skimage -> scikit-image.
PKG: Print something when bento check passes.
DOC: Fix pip command.
Merge pull request #293 from ahojnnes/resample
Merge pull request #362 from ahojnnes/perimeter-test
Merge pull request #365 from ahojnnes/ref-fix
Merge pull request #364 from ahojnnes/scharr
BUG: Allow RGB images to be passed to grey2rgb.
Add is_rgb and is_gray.
Merge pull request #349 from ahojnnes/bilateral-filter
PKG: Fix bento build.
ENH: Add motion blurred clock image.
Update README to Markdown.
Merge pull request #373 from luispedro/imread_io_plugin
BUG: WindowsError not defined under Linux.
Merge pull request #376 from JDWarner/unify_peak_finder_backend
Merge pull request #388 from ahojnnes/umfpack-warning
DOC: Minor clean-ups of equalization demo.
Minor code cleanup.
Merge pull request #393 from ahojnnes/namespace-fix
Merge pull request #368 from tonysyu/imread-url
Merge pull request #402 from ahojnnes/perimeter-fix
Merge pull request #395 from jni/jni-slic-bw
Merge pull request #321 from ahojnnes/interest-points
Merge pull request #242 from blink1073/adapthist
Merge pull request #398 from ahojnnes/polynomial-order-default
Merge pull request #405 from blink1073/feature-travis-py3k
Merge pull request #372 from ahojnnes/tv-filter
Merge pull request #406 from blink1073/bug-adapthist-py3k
PKG: MSVC build fixes by Christoph Gohlke.
Merge pull request #420 from ahojnnes/random-seed
Merge pull request #425 from ahojnnes/shared
Merge pull request #433 from odebeir/fix_rank_doc
Merge pull request #424 from ahojnnes/ssize_t
Merge pull request #421 from thewtex/SimpleITK_io
Merge pull request #435 from ahojnnes/cnp
Merge pull request #434 from ahojnnes/ssize_t-note
PKG: MSVC build fixes by Christoph Gohlke.
Merge remote-tracking branch 'cgohlke/patch-2' into msvc_build_fix
Merge pull request #438 from ahojnnes/warp-fix
Merge pull request #431 from sciunto/houghcircle
DOC: Use brighter color in circular Hough demo.
BUG: Recast label output to satisfy ndimage on 32-bit platforms.
Merge pull request #444 from jmargeta/MSVC_uint16_fix
STY: Minor cleanup.
Merge pull request #450 from ahojnnes/hough-circle
DOC: Fix typo in remove_small_objects docstring.
Merge pull request #454 from ahojnnes/release-announcements
Merge pull request #455 from thouis/ctmf_unaligned_segv
Steven Silvester (50):
Initial commit of adapthist modifications.
Tests pass and example works on build.
Added Notes to the docstring.
Pep8 fixes.
Replaced generic ACM license with the Graphics Gems IV license.
Improved support for color images using lab transform.
Passed all tests with full coverage, PEP8 and Pylint performed.
Translated clahe C code to python, added to list of contributors.
Removed sys.path hack in test, fixed spelling of import in __init__.py
Cleaned up adapthist func to use LAB for all RGB->required rest result change
Initial commit of adapthist modifications.
Tests pass and example works on build.
Added Notes to the docstring.
Pep8 fixes.
Replaced generic ACM license with the Graphics Gems IV license.
Improved support for color images using lab transform.
Passed all tests with full coverage, PEP8 and Pylint performed.
Translated clahe C code to python, added to list of contributors.
Removed sys.path hack in test, fixed spelling of import in __init__.py
Cleaned up adapthist func to use LAB for all RGB->required rest result change
Rebased to master, incorporated view_as_blocks, cleaned up interpolate method and example
Merge branch 'adapthist' of github.com:blink1073/scikits-image into adapthist
Renamed functions to equalize_hist/adapthist, with a deprecation warning for equalize
Used the new function names in example and test.
Fixed comment header in test file.
Modified test to pass with matplotlib plugin.
Removed explicit io_plugin from test
Changed all test to use 3 significant digits.
Fixed last remaining sig figure problem.
Merge pull request #1 from stefanv/adapthist_doc
Fixed error in peak_snr, now uses float arithmetic throughout.
Lazily import nose for testing, makes skimge load in 1/3 time.
STY: Fixed indent on docstring.
STY: Added newline at the end of file
Lazily import nose for testing, makes skimge load in 1/3 time.
Merge branch 'fast-import' of github.com:blink1073/scikits-image into fast-import
Fixed indent on nose.run, so it will run when verbose is False
STY: Replaced indent with original formatting, no need to change.
BUG: Not all plugins would pass the adapthist test
BUG: Fixed exposure test to cast data on load.
ENH: Added support for python3 in travis build
BUG: Python 3 Travis build caught this error
BUG: Failed exposure tests on Python3, fixed
STY: Used float comparison in test_exposure
STY: Change minor formatting to test travis build
STY: Minor change to docstring to test travis build
BUG: Adapthist error caused by divisor operator change in py3k
BUG: Fixed another division error
BUG: Adapthist interpolation grids could be improperly spaces
STY: Minor change to trigger Travis build
Thouis (Ray) Jones (9):
use SSE to add/subtract histograms
Rewrite histogram operations to remove GPL license on Perreault's code
fix UTF-8
remove typedef, use numpy type in its place
add casts to suppress compiler warnings
move _histogram.h to _shared/vectorized_ops.h, and copyright info to CONTRIBUTORS.txt
pep8
remove _histogram.h from setup.py, it's been moved to _shared
BUG: not all histogram memory was aligned correctly
Tony S Yu (44):
PKG: Start 0.8 development cycle.
PKG: Clarify instructions for gh-pages.
PKG: Update release notes.
Merge branch 'master' of github.com:scikits-image/scikits-image
PKG: Add attributions to contributors.txt
DOC: Change algorithm for depth of API generation
DOC: Format gallery into a grid
DOC: Save thumbnails with a fixed image shape
DOC: Remove task list from docs
BUG: Pass package directory as positional argument to nose.run
ENH: Add grayscale support and color adjustment to visualize_boundaries
STY: Rename visualize_boundaries to highlight_boundaries
Merge pull request #346 from ahojnnes/warp-zoom
STY: Rename highlight_boundaries to mark_boundaries
DOC: Add imports to doctests to fix errors
DOC: Add imports to doctests to fix errors
Merge pull request #351 from ahojnnes/test-coverage
Merge pull request #367 from stefanv/gray2rgb_for_rgb
ENH: Allow imread to read URLs
Fix handling of temporary file.
Merge pull request #358 from stefanv/userguide_dtype_range
ENH: Add test and support for reading file URLs
STY: Fix confusing use of context-manager.
Merge pull request #370 from stefanv/clock
BUG: Adapt to whitespace in text search
ENH: Compare full paths of cython extensions.
ENH: Add filter.rank extensions to bento.info
Merge pull request #361 from ahojnnes/hough-peaks
ENH: Make black the default boundary color for mark_boundaries.
Merge pull request #375 from ahojnnes/hough-peak-example
Merge pull request #383 from stefanv/windowserror
Merge pull request #386 from ahojnnes/dependecy-check
Merge pull request #387 from ahojnnes/peak-det
BUG: Fix file separators for windows
BUG: Fix file URI in test (2nd attempt)
BUG: Move import inside deprecated function
Merge pull request #377 from jni/jni-segmentation-join
Merge pull request #378 from sergeyk/master
Merge pull request #399 from mkcor/doc_first-steps-contrib
Merge pull request #403 from blink1073/test-failure
BUG: Update bento build to match setup files.
Fix return value of deprecated `equalize` function.
ENH: If example fails, print traceback and carry on.
DOC: Fix Sphinx errors.
Yaroslav Halchenko (14):
absorb NMU patch from #681896
Merge tag 'debian/0.6.1-1' into debian (reintroducing dropped by me debian release)
Merge commit 'debian/0.6.1-1-1-gf768570' into debian
Merge tag 'v0.8.0' into releases
Merge tag 'v0.8.1' into releases
Merge tag 'v0.8.2' into releases
Merge commit 'v0.8.2-69-g97ae828' into debian
Merge remote-tracking branch 'origin/debian' into debian
Updated changelog entry for 0.8.2-1
debian/control - boosted required cython version to 0.15, policy to 3.9.4
minor: boosted copyright year for upstream to this year
added patch changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff to "cherry-pick" 0eea2a48fe2dca7bbb3681fcd5b511579cad6347 (Fix Cython 0.19 build error due to global wraparound=False)
up_correct_version -- fix upstream version to be 0.8.2 (thanks Julian again)
README became .md from .rst
odebeir (21):
initial commit
paste code
adjust code for new project
fix pxd-pyx confusion
restore setupfile
fix pxd-pyx confusion
restore setupfile
compare bilateral
rename rank.py to rank.pyx + adjust setup
doc bilateral_rank
doc
start filter bigger example
example continued
doc cont.
doc add perf.comp.
document rank filters
remove trivial examples from perentile_rank
remove duplicate examples
remove other duplicate examples
local Otsu returns now the threshold values
fix: Otsu(8bit) and bilateral functions docstrings
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/skimage.git
More information about the debian-science-commits
mailing list