Skip to content

Commit

Permalink
remove legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Jul 13, 2024
1 parent 7687c8b commit 014b94f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aeon/transformations/_split.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from deprecated.sphinx import deprecated


# TODO: remove in v0.11.0
# TODO: remove in v0.12.0
@deprecated(
version="0.10.0",
reason="SplitsTimeSeries class will be removed in 0.11.0. Use the function "
"split_series in utils instead.",
version="0.11.0",
reason="SplitsTimeSeries class will be removed in 0.12.0 or 1.0.0. Use the "
"function split_series in utils instead.",
category=FutureWarning,
)
class SplitsTimeSeries:
Expand Down

0 comments on commit 014b94f

Please sign in to comment.