Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions docs/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,77 @@
---


<Update label="2026-07-01">

This release focuses on a broader model catalog, dataset lifecycle improvements, and a wide sweep of theming and UI polish across the app.

## New Features

### RF-DETR object detection model

RF-DETR is now available as an object detection enrichment model. You can select it when enriching datasets to generate bounding boxes across your images, expanding the choices already available in the model catalog.

[Browse the model catalog.](/docs/Dataset-Enrichment/model-catalog)

### Image tiling in the ingestion pipeline

A new tiling step has been added to the ingestion pipeline. Very large images are automatically split into smaller tiles during processing, improving detection quality on high-resolution imagery and unlocking better results for dense-object use cases.

### Hard delete for datasets

Dataset deletion has been consolidated into a single, unified confirmation flow. Deleting a dataset now fully removes its records and associated storage, so cleanup is more predictable and datasets no longer linger after removal.

## Updates

### Light theme polish across the app

We've completed a broad pass over the light theme so surfaces, icons, labels, and hover states render consistently everywhere. Improvements include:

- Sidebar active-state indication is now clearly visible in the light theme
- Enrich data button, size filter icon, and "Add More Models" button render correctly in light theme
- Selected items in select lists display with the correct colors
- Assign label hover and selected states in the review modal are legible
- Snapshot, caption, and enrichment preview icons display correctly
- Metadata video thumbnails render properly in the right side panel
- Regression Model Jobs radio labels display correctly

### Dark theme polish

- Cart item delete button is now visible against the dark background
- Tag assignment toast background matches the current theme
- "Add Filter" options hover state is visible
- Decline Review toast uses the correct background
- Metadata video hover states no longer stick after switching themes

### Modal and control consistency

- Cancel buttons are consistent across all modals
- The Review modal is now properly centered and no longer forces an extra scrollbar

Check warning on line 52 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L52

Did you really mean 'scrollbar'?
- Float buttons in the Review section no longer show an unexpected border on hover
- Datepicker's OK button no longer picks up a stray border on hover

Check warning on line 54 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L54

Did you really mean 'Datepicker's'?
- Selected card frame names are displayed in the correct text color
- "Ignore Item" labels display correctly on review cards in the light theme

### Enrichment preview

- The metadata popup is no longer triggered from the enrichment preview card, keeping the preview focused and reducing accidental interactions.

## Bug Fixes

- Tooltips no longer overflow outside the tooltip box on long text

Check warning on line 64 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L64

Did you really mean 'Tooltips'?

Check warning on line 64 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L64

Did you really mean 'tooltip'?
- Empty tooltips no longer remain visible after being clicked

Check warning on line 65 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L65

Did you really mean 'tooltips'?
- Clicking a tooltip no longer triggers events on the element beneath it

Check warning on line 66 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L66

Did you really mean 'tooltip'?
- The "No Match Found" state now renders against a proper background
- The Labels card now uses the standard tooltip component for consistent behavior

Check warning on line 68 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L68

Did you really mean 'tooltip'?
- Table column sorting now toggles correctly on repeated clicks
- The "Assign" dropdown no longer appears behind the "For Review" label
- Caption icon alignment and spacing in "View Actions" have been corrected
- Disabled controls are no longer clickable in certain flows
- Version information is now shown correctly in the UI

</Update>


<Update label="2025-09-01" version="2.44.2">

## New Features
Expand All @@ -19,11 +90,11 @@

- Reduces dependency on expensive infrastructure
- Strengthens insights through better clustering
- Raises the overall trustworthiness of datas through improved quality checks

Check warning on line 93 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L93

Did you really mean 'datas'?

#### Textual Search Without GPUs

Check warning on line 95 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L95

Did you really mean 'GPUs'?

Until now, running rich text-based searches across large datasets often required specialized hardware such as GPUs and additional compute time. With this release, our model delivers efficient, accurate textual search on standard CPUs, making it easier and more cost-effective to integrate into everyday workflows.

Check warning on line 97 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L97

Did you really mean 'GPUs'?

Check warning on line 97 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L97

Did you really mean 'CPUs'?

<Frame>
<img src="/images/improved-embedding.png" />
Expand Down Expand Up @@ -57,7 +128,7 @@

## Enhancements & Fixes

- Duplicates filter availablity issues after performing a visual search by uploading an external image have been resolved.

Check warning on line 131 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L131

Did you really mean 'availablity'?
- Custom metadata: Increased the enum values limitation from 20 to 100.
- Resolved thumbnail generation inefficiencies from S3 buckets.

Expand Down Expand Up @@ -110,7 +181,7 @@

Class outliers are a new issue type that help you detect subtle, high-impact inconsistencies in labeled datasets.

Unlike mislabels and general outliers, class outliers highlight images that don't fit the expected structure or semantics of a specific dataset. Class outliers often reflect edge cases, data drift, or content mismatches that can compromise model performance if left unreviewed.

Check warning on line 184 in docs/release-notes/release-notes.mdx

View check run for this annotation

Mintlify / Mintlify Validation (visual-layer) - vale-spellcheck

docs/release-notes/release-notes.mdx#L184

Did you really mean 'unreviewed'?

You can now:

Expand Down