Skip to content

Commit

Permalink
delay change of channel_axis default in gaussian
Browse files Browse the repository at this point in the history
change has been made in main but not yet in a released version for upstream scikit-image
  • Loading branch information
grlee77 committed Nov 13, 2023
1 parent 10a5eba commit 2257b26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cucim/src/cucim/skimage/_shared/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ def gaussian(
``multichannel=None`` was broken in version 0.19. In 0.20 this
behavior is recovered. The last axis of an `image` with dimensions
(M, N, 3) is interpreted as a color channel if `channel_axis` is
not set. Starting with 2023.03.06, ``channel_axis=None`` will be
used as the new default value.
not set. Starting with release 23.04.02, ``channel_axis=None`` will
be used as the new default value.
Returns
-------
Expand Down

0 comments on commit 2257b26

Please sign in to comment.