You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ This project adheres to [Semantic Versioning](https://semver.org/).
8
8
**nalgebra-lapack change log** is found [here](https://github.com/dimforge/nalgebra/blob/main/nalgebra-lapack/CHANGELOG.md)
9
9
starting with `nalgebra-lapack` version `0.27.0`.
10
10
11
+
## [0.34.2] (28 March 2026)
12
+
13
+
### Added
14
+
15
+
- Add `convert-glam031` and `convert-glam032` features for conversion from/to `glam` v0.31 and v0.32 [#1597](https://github.com/dimforge/nalgebra/pull/1597).
- Fix matrix parsing grammar to accept numbers without leading zeros, e.g. ".45" [#1578](https://github.com/dimforge/nalgebra/pull/1578).
21
+
- Fix build with `glam` in `no_std` environments [#1555](https://github.com/dimforge/nalgebra/pull/1555).
0 commit comments