Uh oh!
There was an error while loading. Please reload this page.
feat: Rename TargettedPixelGroup to TargetedPixelGroup - #487
Conversation
munechika-koyo
left a comment
There was a problem hiding this comment.
Should wait for #486 merged to run CI correctly.
skuba31
commented
Oct 17, 2025
I have only one minor point regarding the deprecation warning. Should an explicit version number be added to the message? And if so, should it be 2.0 or a different one? |
munechika-koyo
commented
Oct 17, 2025
@skuba31 Thanks for your feedback! |
jacklovell
commented
Oct 17, 2025
2.0 is the appropriate place to remove deprecations, agreed. Have you checked if there are any public attributes or methods in classes which use the new I wouldn't want to go too far down this rabbit hole though. We can do what we can to provide backwards compatibility, but users will find stuff breaks anyway if they use any of the Raysect classes directly so it'll never be a completely clean switch. |
Mateasek
left a comment
There was a problem hiding this comment.
Hi @munechika-koyo , thanks for taking care of the renaming and backwards compatibility.
Could you please add the TargetedPixelGroup to the documentation? I know it is almost a duplicate of the TargettedPixelGroup docstring, but since you added the deprecation warning, I think it should be visible from the documentation that there is a replacement class available.
Also, could you please make an issue about removing the deprecated |
Mateasek
commented
Nov 27, 2025
Thank you for adding the record into documentation and for creating the issue. Also, thank you very much for the PR @munechika-koyo, I'm merging this into development. |
Uh oh!
There was an error while loading. Please reload this page.
Key changes:
Rename
TargettedPixelGrouptoTargetedPixelGroupand add deprecation warnings.Remove unnecessary blank lines for improved code formatting.