Skip to content

Commit 7da6a5d

Browse files
committed
Release v0.7.0
1 parent b617f95 commit 7da6a5d

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.7.0](https://github.com/elixir-nx/bumblebee/tree/v0.7.0) (2026-05-16)
9+
10+
### Added
11+
12+
* SmolLM3 model (#422)
13+
* Qwen3 model (#423)
14+
* Add contributing guidelines (#437)
15+
* MPNet model (#434)
16+
* Gemma3Text model (#436)
17+
* Added `:progress_bar_step` config option (#441)
18+
* Added `Bumblebee.Text.cross_encoding/3` serving (#444)
19+
* NomicBERT model (#440)
20+
* ModernBERT model (#435)
21+
22+
### Changed
23+
24+
* Bumped version requirements to Nx 0.12 and Axon 0.8
25+
26+
### Fixed
27+
28+
* DinoV2 crash when batch_size > 1 (#429)
29+
* Fix `Bumblebee.Text.text_classification/3` to work with text pairs (#444)
30+
* Allow ffmpeg media path to contain SPACE (#453)
31+
* Fix crash when creating tensor from empty buffer in whisper (#454)
32+
833
## [v0.6.3](https://github.com/elixir-nx/bumblebee/tree/v0.6.3) (2025-07-14)
934

1035
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Bumblebee.MixProject do
22
use Mix.Project
33

4-
@version "0.6.3"
4+
@version "0.7.0"
55
@description "Pre-trained and transformer Neural Network models in Axon"
66

77
def project do

0 commit comments

Comments
 (0)