Skip to content

Commit 93ed8db

Browse files
committed
bump version
Signed-off-by: minghuaw <michael.wu1107@gmail.com>
1 parent 4ddace6 commit 93ed8db

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
# All but mlx-sys should follow the same version. mlx-sys should follow
33
# the version of mlx-c.
4-
version = "0.25.2"
4+
version = "0.25.3"
55
edition = "2021"
66
authors = [
77
"Minghua Wu <michael.wu1107@gmail.com>",

mlx-rs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.25.3
4+
5+
- @dshan4585 Prevent premature destructuring of closures & Add atan2 (#286)
6+
- @Vlad-Shcherbina Fix not one but two leaks related to gradients (#296)
7+
- @scttfrdmn Fix: Add missing Float64 pattern in safetensors conversion (#295)
8+
- @Vlad-Shcherbina Add missing #[param] attributes to InstanceNorm (#300)
9+
310
## 0.25.2
411

512
- Introduce initial support for mlx-lm

0 commit comments

Comments
 (0)