Skip to content

v0.4.2

Choose a tag to compare

@JonasWurst JonasWurst released this 11 Nov 10:21
· 214 commits to main since this release
c4972e7

[0.4.2] - 2025-11-11

Added

  • Added new selection strategy: AnnotationClassBalancingStrategy.
  • Support for Python 3.13.
  • Display captions within Sample Details.
  • Added more detailed setup instructions to CONTRIBUTION.md
  • Added a detailed section about cloud support to the docs.

Changed

  • Changed the grid slider to define how many items will appear per row.
  • Auto-scroll to the selected annotation in the sample details side panel.

Fixed

  • Fixed issue when embedding plot wasn't updating after changing filters.
  • Prevent duplicated annotation labels: Fixed an issue that occurred when adding samples from yolo using multiple splits.
  • Added requests as an explicit dependency to prevent potential errors during embedding model download.
  • Embedding generation RAM usage fixed by using np.ndarray.

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2