Benjamin Kane
Benjamin Kane
### Changes * Removes mongoengine * Adds support for full dynamic schemas * Adds support for modeling data with type annotations * Replaces `fiftyone.core.odm` with `fiftyone.core.data` * FASTER A full...
Improving the cache would prevent App crashes for datasets with large images/masks.
On `v0.16.*`, `Session.wait()` does not exit after closing all App connections, which is the expected behavior. ```py import fiftyone as fo session = fo.launch_app() session.wait(1) # closing the app should...
Like Databricks (#1339), supporting SageMaker's notebook environment needs attention. Currently the `DatabseService` fails to start.
Converts the `/aggregations` route into the new `aggregation` field which provides the needed aggregation dataset with respect to a path and the path's field type, e.g. a `ground_truth_detections.label` which is...
@imanjra here is the version of theming with the retained background/border contrasts. For your consideration. The slider styles have also been fixed. 
Adds the new `ThemeProvider` component and removes the old `Theme` component from `@fiftyone/components`. Introduces basic usage of an `@mui/joy` theme. There should be no actual changes the what is seen...
### Issues * Resolves #2112 * Resolves #2110 * Resolves #2111 * Resolves #2121
The range slider uses a different formatting method, which currently has a bug that causes the configured timezone to not be set.