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

hooks: update scikit-image hooks for compatibility with 0.19.x and 0.20.0 #566

Merged
merged 4 commits into from
Mar 31, 2023

Commits on Mar 31, 2023

  1. hooks: update scikit-image hooks for compatibility with 0.19.x series

    Update the `skimage.filters` hook to account for the lazy module
    loading within this module.
    rokm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ea81329 View commit details
    Browse the repository at this point in the history
  2. hooks: update scikit-image hooks for compatibility with v0.20.0

    Account for introducion of the `lazy_loader` in the main package
    and in `skimage.data` and `skimage.filters`; collect the
    `__init__.pyi` files (required by `lazy_loader`), and collect
    submodules where necessary.
    
    Also collect the data files that are now required by `skimage.morphology`.
    rokm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b1f05d0 View commit details
    Browse the repository at this point in the history
  3. tests: test_skimage: drop test for skimage.viewer

    The `skimage.viewer` module was removed in scikit-image 0.20.0,
    so remove the test.
    rokm committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    9117191 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfaacd View commit details
    Browse the repository at this point in the history