From 8da1243d81384d0e74adda97e2a64d25055c18fe Mon Sep 17 00:00:00 2001 From: topher Date: Fri, 13 Dec 2024 11:49:47 -0500 Subject: [PATCH] Sort Shuffle Stage in FfityOne App (#5270) (#5272) * sort * also here --------- Co-authored-by: Justin Newberry Co-authored-by: Justin Newberry --- fiftyone/__public__.py | 2 +- fiftyone/core/stages.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fiftyone/__public__.py b/fiftyone/__public__.py index f343bdf718..1ccd9d15a5 100644 --- a/fiftyone/__public__.py +++ b/fiftyone/__public__.py @@ -215,7 +215,6 @@ MatchLabels, MatchTags, Mongo, - Shuffle, Select, SelectBy, SelectFields, @@ -224,6 +223,7 @@ SelectGroupSlices, SelectLabels, SetField, + Shuffle, Skip, SortBy, SortBySimilarity, diff --git a/fiftyone/core/stages.py b/fiftyone/core/stages.py index eb29d5a942..a71272bf15 100644 --- a/fiftyone/core/stages.py +++ b/fiftyone/core/stages.py @@ -8628,7 +8628,6 @@ def repr_ViewExpression(self, expr, level): MatchLabels, MatchTags, Mongo, - Shuffle, Select, SelectBy, SelectFields, @@ -8637,6 +8636,7 @@ def repr_ViewExpression(self, expr, level): SelectGroupSlices, SelectLabels, SetField, + Shuffle, Skip, SortBy, SortBySimilarity,