mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-09 12:30:07 +08:00
# This is a combination of 10 commits.
# The first commit's message is: Update equalize_adapthist to use new view_as_windows Try rbase again Update equalize_adapthist to use new view_as_windows Fix relative imports # This is the 2nd commit message: Style fixes # This is the 3rd commit message: Add a deprecation warning and add to api_changes.txt # This is the 4th commit message: Update TODO and switch to 0.13 deprecation # This is the 5th commit message: Preserve the current API as much as possible and defer to 0.14 # This is the 6th commit message: Move the new kwarg to the very end # This is the 7th commit message: Clarify deprecation warning # This is the 8th commit message: Update to use row/col in clahe # This is the 9th commit message: Update docstring # This is the 10th commit message: Use optimal_step to set up view_as_windows
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Version 0.12
|
||||
------------
|
||||
- ``equalize_adapthist`` now takes a ``kernel_size`` keyword argument, replacing
|
||||
the ``ntiles_*`` arguments.
|
||||
- The functions ``blob_dog``, ``blob_log`` and ``blob_doh`` now return float
|
||||
arrays instead of integer arrays.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user