This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Summary
AI summaryUpdates Code, https://imageomics.github.io/bioclip-2/, and https://research.google/pubs/perch-20-the-bittern-lesson-for-bioacoustics/ across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds audio classification, playback, and spectrogram visualization. Adds audio classification, playback, and spectrogram visualization. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Feature | Medium |
Adds support for embedding models via the Enum AIOutput. Adds support for embedding models via the Enum AIOutput. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Dependency | Low |
Removes the egui_extras dependency. Removes the egui_extras dependency. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Performance | Low |
Implements adjustable buffer for live feed navigation. Implements adjustable buffer for live feed navigation. Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Refactor | Low |
Replaces manual image buffer drawing with egui for improved interactivity. Replaces manual image buffer drawing with egui for improved interactivity. Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
Audio and Embeddings join the party
SOTA bioacoustics classification, audio playback, spectrogram visualization. Just select an audio model and select an audio file.
Better GUI experience
All visualizers got reworked. Now it's more enjoyable to navigate images, video files, live feed, and now, audio files! Live feed now includes an adjustable buffer, in case yo uwanna go back in case you missed something.
New models
Like always at: https://boquila.org/hub
You can run Perch 2, BioClip 2 and a lot more! Just import the .bq model and give it some data, it's literally that easy.
Code
- We went from drawing a lot of things by "hand" (manipulating the image buffer) to just using egui to draw things. This is much better because it allows a lot more interactivity. We are still keeping the functionality to draw directly on the image buffer but that's kept for exporting.
- Egui plots was incorporated for great spectrogram visualization
- Some code got more ugly with the purpose to finish features (audio and embeddings), this will be cleaned up. Luckily, adding a new type of output (audio classification probabilities, embeddings) is extremely easy thanks to the Enum AIOutput
What's Changed (some PR logs)
- Audio AI inference, plus rewrites on AI handling by @jdiaz97 in https://github.com/boquila/boquilahub/pull/30
- Small code and project cleanups by @jdiaz97 in https://github.com/boquila/boquilahub/pull/31
- removed some default deps and performance improvements by @jdiaz97 in https://github.com/boquila/boquilahub/pull/32
- deleted egui_extras by @jdiaz97 in https://github.com/boquila/boquilahub/pull/33
- Big rewrites, more complete audio analysis, better GUI by @jdiaz97 in https://github.com/boquila/boquilahub/pull/34
- support for embedding models by @jdiaz97 in https://github.com/boquila/boquilahub/pull/35
Full Changelog: https://github.com/boquila/boquilahub/compare/v0.4...v0.5
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About boquila/boquilahub
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]