We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddace6 commit 93ed8dbCopy full SHA for 93ed8db
Cargo.toml
@@ -1,7 +1,7 @@
1
[workspace.package]
2
# All but mlx-sys should follow the same version. mlx-sys should follow
3
# the version of mlx-c.
4
-version = "0.25.2"
+version = "0.25.3"
5
edition = "2021"
6
authors = [
7
"Minghua Wu <michael.wu1107@gmail.com>",
mlx-rs/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 0.25.3
+
+- @dshan4585 Prevent premature destructuring of closures & Add atan2 (#286)
+- @Vlad-Shcherbina Fix not one but two leaks related to gradients (#296)
+- @scttfrdmn Fix: Add missing Float64 pattern in safetensors conversion (#295)
8
+- @Vlad-Shcherbina Add missing #[param] attributes to InstanceNorm (#300)
9
10
## 0.25.2
11
12
- Introduce initial support for mlx-lm
0 commit comments