aeon
aeon copied to clipboard
[ENH] Removing `prts` related files
Related PR #2400
-
[x] Deprecate the older functions.
-
[x] Update the tests. They should compare the hard-coded values with the new implementation output.
-
[ ] Remove the older functions from
aeon\benchmarking\metrics\anomaly_detection\_binary.pythat use prts as a dependency and remove the test cases using _binary functions. -
[ ] Remove
prtsfrom all_extras.
@aeon-actions-bot assign @aryanpola
@aryanpola Can i work on this part?
As these are part of benchmarking, they must be deprecated first. Please read our deprecation guide if you want to do this yourself.
@MatthewMiddlehurst Since the older functions will be removed in the upcoming version, would a single PR addressing the deprecation of functions from aeon\benchmarking\metrics\anomaly_detection\_binary.py be sufficient for now?
Also, would you like me to address in a new PR or the existing PR (#2400 )?
I would do it in a new PR
@MatthewMiddlehurst I think everything is ready to remove the prts dependency now.