Skip to content

Commit

Permalink
[MNT] Tidy up utils (#2093)
Browse files Browse the repository at this point in the history
* remove Theta

* remove Panel

* revert split_series

* remove test
  • Loading branch information
TonyBagnall authored Sep 25, 2024
1 parent 550aca5 commit 4a6e762
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 995 deletions.
4 changes: 0 additions & 4 deletions aeon/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
"""Utility functionality."""

__all__ = [
"get_cutoff",
"update_data",
"get_window",
"split_series",
"ALL_TIME_SERIES_TYPES",
"COLLECTIONS_DATA_TYPES",
Expand All @@ -21,4 +18,3 @@
)
from aeon.utils._show_versions import show_versions
from aeon.utils._split import split_series
from aeon.utils.index_functions import get_cutoff, get_window, update_data
1 change: 0 additions & 1 deletion aeon/utils/conversion/_convert_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
For the seven supported, this gives 42 different converters.
Rather than using them directly, we recommend using the conversion function
convert_collection.
Legacy code supported "dask_panel" but it is not actually used anywhere; thus, removed.
"""

from collections.abc import Sequence
Expand Down
Loading

0 comments on commit 4a6e762

Please sign in to comment.