Skip to content
Open
Show file tree
Hide file tree
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
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = [
]
edition = "2024"
rust-version = "1.94.1"
version = "0.30.1"
version = "0.31.0"
repository = "https://github.com/zspacelabs/bunsen"
license = "MIT or Apache-2.0"

Expand Down
12 changes: 12 additions & 0 deletions crates/public/bunsen-arrow-dataloaders/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-arrow-dataloaders-v0.30.1...bunsen-arrow-dataloaders-v0.31.0) - 2026-09-03

### Added

- *(whisper)* the stream driver, all eleven phases, and whisper-cli ([#167](https://github.com/zspacelabs/bunsen/pull/167))
- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

### Other

- Crutcher/whisper rf ([#169](https://github.com/zspacelabs/bunsen/pull/169))
- Switch to `PerformanceBackend` and enhance testing configurations ([#164](https://github.com/zspacelabs/bunsen/pull/164))

## [0.22.0](https://github.com/zspacelabs/bunsen/compare/bunsen-preview-chat-dataloader-v0.21.3...bunsen-preview-chat-dataloader-v0.22.0) - 2026-06-05

### Other
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ burn = { workspace = true }
log = { workspace = true }
clap = { workspace = true, features = ["derive"] }

humansize = { workspace = true }
humansize = { workspace = true }
7 changes: 7 additions & 0 deletions crates/public/bunsen-bundled-silero/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-bundled-silero-v0.30.1...bunsen-bundled-silero-v0.31.0) - 2026-09-03

### Added

- *(whisper)* the stream driver, all eleven phases, and whisper-cli ([#167](https://github.com/zspacelabs/bunsen/pull/167))
- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

### Fixed

- The crate builds without `onnx_gen`. Its build script always generates the
Expand Down
11 changes: 11 additions & 0 deletions crates/public/bunsen-bundled-whisper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-bundled-whisper-v0.30.1...bunsen-bundled-whisper-v0.31.0) - 2026-09-03

### Added

- *(whisper)* the stream driver, all eleven phases, and whisper-cli ([#167](https://github.com/zspacelabs/bunsen/pull/167))
- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

### Other

- Refactor `MelFilterbank` into `MelFilterbankConfig` for improved configuration and validation. Rewrite tests for API updates and streamline related logic for cleaner organization. ([#165](https://github.com/zspacelabs/bunsen/pull/165))

### Added

- `vocab` fetches, digest-pins and caches Whisper's two `.tiktoken` rank
Expand Down
2 changes: 1 addition & 1 deletion crates/public/bunsen-bundled-whisper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ vocab = []
## exists so `whisper-model-validation` has something with independent
## provenance to disagree with. Independent of `checkpoint` β€” they are
## different assets and neither implies the other.
onnx_gen = ["dep:burn-onnx"]
onnx_gen = ["dep:burn-onnx"]
6 changes: 6 additions & 0 deletions crates/public/bunsen-firehose-image/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-firehose-image-v0.30.1...bunsen-firehose-image-v0.31.0) - 2026-09-03

### Added

- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

## [0.22.0](https://github.com/zspacelabs/bunsen/compare/bunsen-firehose-image-v0.21.3...bunsen-firehose-image-v0.22.0) - 2026-06-05

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/public/bunsen-firehose-image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ workspace = true

[dependencies]
burn = { workspace = true, features = ["dataset", "vision"] }
bunsen-firehose = { version = "0.30.1", path = "../bunsen-firehose" }
bunsen-firehose = { version = "0.31.0", path = "../bunsen-firehose" }

serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/public/bunsen-firehose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-firehose-v0.30.1...bunsen-firehose-v0.31.0) - 2026-09-03

### Added

- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

## [0.26.0](https://github.com/zspacelabs/bunsen/compare/bunsen-firehose-v0.25.0...bunsen-firehose-v0.26.0) - 2026-07-13

### Added
Expand Down
18 changes: 18 additions & 0 deletions crates/public/bunsen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.31.0](https://github.com/zspacelabs/bunsen/compare/bunsen-v0.30.1...bunsen-v0.31.0) - 2026-09-03

### Added

- *(whisper)* the stream driver, all eleven phases, and whisper-cli ([#167](https://github.com/zspacelabs/bunsen/pull/167))
- [**breaking**] Whisper reference parity, and split bundled assets from model validation ([#163](https://github.com/zspacelabs/bunsen/pull/163))

### Other

- Modularize LSTM components by relocating and reorganizing `fused_lstm` implementation. Integrate `fused_lstm` into core RNN module and refactor dependencies in `silero_vad` accordingly. ([#172](https://github.com/zspacelabs/bunsen/pull/172))
- More whisper refactoring. ([#171](https://github.com/zspacelabs/bunsen/pull/171))
- More whisper cleanup. ([#170](https://github.com/zspacelabs/bunsen/pull/170))
- Crutcher/whisper rf ([#169](https://github.com/zspacelabs/bunsen/pull/169))
- VAD filter cleanup, driver layout, and model-owned front end + token layout ([#168](https://github.com/zspacelabs/bunsen/pull/168))
- Add `window_padded` operation for zero-padded dimensional windowing with accompanying tests. Extend test coverage for `split_padded` and update module documentation to describe new functionality. ([#166](https://github.com/zspacelabs/bunsen/pull/166))
- Refactor `MelFilterbank` into `MelFilterbankConfig` for improved configuration and validation. Rewrite tests for API updates and streamline related logic for cleaner organization. ([#165](https://github.com/zspacelabs/bunsen/pull/165))
- Switch to `PerformanceBackend` and enhance testing configurations ([#164](https://github.com/zspacelabs/bunsen/pull/164))

### Added

- *(whisper)* `pretrained::bundled_vocabulary(ids)`, under `whisper-weights`:
Expand Down
8 changes: 3 additions & 5 deletions crates/public/bunsen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,14 @@ testing = [
]

[dependencies]
bunsen-contracts-macros = { version = "0.30.1", path = "../bunsen-contracts-macros" }
bunsen-contracts-macros = { version = "0.31.0", path = "../bunsen-contracts-macros" }

bunsen-bundled-silero = {
version = "0.30.1",
bunsen-bundled-silero = { version = "0.31.0",
path = "../bunsen-bundled-silero",
optional = true
}

bunsen-bundled-whisper = {
version = "0.30.1",
bunsen-bundled-whisper = { version = "0.31.0",
path = "../bunsen-bundled-whisper",
optional = true
}
Expand Down
Loading