Skip to content

Commit

Permalink
Be more explicit about the removal of rebin
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Nov 24, 2021
1 parent 9619eaf commit 577ddcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ccdproc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,9 @@ def background_deviation_filter(data, bbox):
return ndimage.generic_filter(data, sigma_func, size=(bbox, bbox))


@deprecated('1.1')
@deprecated('1.1',
message='The rebin function will be removed in ccdproc 3.0 '
'Use block_reduce or block_replicate instead.')
def rebin(ccd, newshape):
"""
Rebin an array to have a new shape.
Expand Down

0 comments on commit 577ddcd

Please sign in to comment.