Kacey
Kacey
### System information - **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: M1 Apple Silicon running Monterey (12.6) - **FiftyOne installed from (pip or source)**: source - **FiftyOne version (run...
## What changes are proposed in this pull request? There's a problem with saved_views of cloned datasets, specifically ones with stages involving generated/temp datasets. The name of the generated view...
Changes: - add a flag for not deleting datasets referenced in saved views - don't add deleted datasets to singletons list Todo: - add tests
currently, passing overwrite in `_merge_lists` does nothing
## What changes are proposed in this pull request? (Please fill in changes proposed in this fix) ## How is this patch tested? If it is not, please explain why....
- reduce the number of times plugins are reloaded by listing operators from a global registry - add method for forcing refresh of the registry - for delegated operations, only...
## What changes are proposed in this pull request? (Please fill in changes proposed in this fix) ## How is this patch tested? If it is not, please explain why....
dependent on https://github.com/voxel51/fiftyone/pull/4029
## What changes are proposed in this pull request? Fix error from lastVisibleItem not existing: Also handle duplicate ids in the indexing that can cause the buttons rendered to not...