Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add channel_axis as in scikit-image 0.19 #188

Closed
wants to merge 14 commits into from

Commits on Dec 23, 2021

  1. ENH: add channel_axis support to cucim.skimage.color module

    implements the channel_axis argument from scikit-image 0.19
    
    * drop alpha argument from gray2rgb (deprecated)
    * remove deprecated grey2rgb and rgb2grey
    * label2rgb: bg_label default changed
    * ENH: new saturation argument to label2rgb
    grlee77 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    526a28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    329b459 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eed4bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    835275d View commit details
    Browse the repository at this point in the history
  5. ENH: add channel_axis support to cucim.skimage.metrics module

    raise error in structure_similariy when input images are smaller than win_size
    grlee77 committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    420c454 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c11727 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    60a3cc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Configuration menu
    Copy the full SHA
    fe46c80 View commit details
    Browse the repository at this point in the history
  2. residual fixes to test suite

    grlee77 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    3015677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    855ebba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29c7759 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    08567f1 View commit details
    Browse the repository at this point in the history
  2. flake8 fixes

    grlee77 committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    8dc2931 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. apply isort

    grlee77 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    5c9ad60 View commit details
    Browse the repository at this point in the history