[DEP] Deprecate znormalized in favor of znormalize in SAX - #3727
Conversation
Thank you for contributing to
|
TonyBagnall
left a comment
There was a problem hiding this comment.
thanks for the PR, but this will require deprecation I think, see our policy here
https://www.aeon-toolkit.org/en/latest/developer_guide/deprecation.html
its quite simple
3066c95 to
8066512
Compare
Thanks for the guidance! I have updated the PR to adhere to aeon's deprecation policy:
|
|
We have duplicate PRs for this #3680 |
|
See the review and functionality changes requested in #3680 if you wish to proceed please. This is more then a rename. |
Fixes #3678.
What does this implement/fix? Explain your changes.
Replaces the parameter
znormalizedinSAXwithznormalize(defaultTrue), adds deprecation handling forznormalized, and updates unit tests.Does your contribution introduce a new dependency? If yes, which one?
No.
PR checklist