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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,27 @@ 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.35.0] (24 May 2026)
12
+
13
+
### Added
14
+
15
+
- Add the Bunch–Kaufman LDL decomposition (`LBLT`) via the new `Matrix::lblt` method [#1591](https://github.com/dimforge/nalgebra/pull/1591).
16
+
- Add `OneNorm` and the `Matrix::one_norm` method computing the induced matrix 1-norm (maximum absolute column sum) [#1591](https://github.com/dimforge/nalgebra/pull/1591).
17
+
- Add the `convert-glam033` feature to enable conversion from/to types from `glam` v0.33.
18
+
19
+
### Changed
20
+
21
+
- Bumped MSRV to 1.89.0.
22
+
- Updated `simba` dependency to 0.10.
23
+
- Updated `rand` dependency to 0.10 and `rand_distr` to 0.6.
24
+
- Removed the `convert-glamXXX` features for all `glam` versions prior to 0.30 [#1598](https://github.com/dimforge/nalgebra/pull/1598).
25
+
- Clarified norm documentation: `EuclideanNorm` is the Frobenius norm for matrices, `LpNorm`/`UniformNorm` are entrywise, not induced matrix norms [#1591](https://github.com/dimforge/nalgebra/pull/1591).
26
+
-`nalgebra-lapack`: updated `thiserror` to 2.0.
27
+
28
+
### Fixed
29
+
30
+
- Fix the `T: Sync` bound on `impl Send for ViewStorage` so view storages can be sent across threads when `T: Send`[#1581](https://github.com/dimforge/nalgebra/pull/1581).
0 commit comments