Skip to content

Commit 8f117be

Browse files
committed
Release v0.34.2
1 parent cf82b27 commit 8f117be

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88
**nalgebra-lapack change log** is found [here](https://github.com/dimforge/nalgebra/blob/main/nalgebra-lapack/CHANGELOG.md)
99
starting with `nalgebra-lapack` version `0.27.0`.
1010

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).
16+
17+
### Fixed
18+
19+
- Fix `SymmetricEigen` routine [#1210](https://github.com/dimforge/nalgebra/pull/1210).
20+
- 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).
22+
- Fix rustdoc warnings [#1511](https://github.com/dimforge/nalgebra/pull/1511).
23+
- Implement absolute threshold for early deflation in Schur algorithm [#1565](https://github.com/dimforge/nalgebra/pull/1565).
24+
- Assert matrix shapes for `Matrix::abs_diff_eq` [#1568](https://github.com/dimforge/nalgebra/pull/1568).
25+
1126
## [0.34.1] (20 Sept. 2025)
1227

1328
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra"
3-
version = "0.34.1"
3+
version = "0.34.2"
44
authors = ["Sébastien Crozet <developer@crozet.re>"]
55

66
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."

0 commit comments

Comments
 (0)