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

Update montage2d to scikit-image 0.20 #1

Merged
merged 1 commit into from Mar 30, 2023

Conversation

orientnab
Copy link
Owner

The multichannel field in skimage.util.montage has been deprecated in version 0.20.

Update function call to work with the new API.

From the relase notes for 0.20:
Remove deprecated parameter multichannel; use channel_axis instead. [...] In skimage.util, this affects montage and apply_parallel (#6583).

The `multichannel` field in `skimage.util.montage` has been deprecated in version 0.20.

Update function call to work with the new API.

From the relase notes for 0.20:
Remove deprecated parameter multichannel; use channel_axis instead. [...] In skimage.util, this affects montage and apply_parallel ([#6583](scikit-image/scikit-image#6583)).
@orientnab orientnab merged commit f3c5f08 into main Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant