Benjamin Kane

Results 24 issues of 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.

enhancement
app

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...

bug
app

Like Databricks (#1339), supporting SageMaker's notebook environment needs attention. Currently the `DatabseService` fails to start.

enhancement
help wanted
app
notebook

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...

enhancement
app

@imanjra here is the version of theming with the retained background/border contrasts. For your consideration. The slider styles have also been fixed. ![Screenshot 2022-10-12 195304](https://user-images.githubusercontent.com/19821840/195419098-2f2472bf-9d92-4dbd-9774-f94d4b06b7c7.png)

app
design

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...

cleaning
app
design

### Issues * Resolves #2112 * Resolves #2110 * Resolves #2111 * Resolves #2121

bug
app

The range slider uses a different formatting method, which currently has a bug that causes the configured timezone to not be set.

bug
app