-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Rename conversion functions rescale_to_* #1234
Copy link
Copy link
Open
Labels
⏩ type: EnhancementImprove existing featuresImprove existing features🥾 Path to skimage2A step towards the new "API 2.0"A step towards the new "API 2.0"📜 type: APIInvolves API change(s)Involves API change(s)🔧 type: MaintenanceRefactoring and maintenance of internalsRefactoring and maintenance of internals
Milestone
Metadata
Metadata
Labels
⏩ type: EnhancementImprove existing featuresImprove existing features🥾 Path to skimage2A step towards the new "API 2.0"A step towards the new "API 2.0"📜 type: APIInvolves API change(s)Involves API change(s)🔧 type: MaintenanceRefactoring and maintenance of internalsRefactoring and maintenance of internals
Projects
Status
Stalled / Waiting
Many users have been confused by our image conversion functions before. Renaming them to rescale_to_{ubyte,uint,int,float} will more accurately reflect what they do. See #1229 for discussion.
Definition of done: Functions appear until their new names, and old usages generate deprecation warnings.