Release v0.32.5

This commit is contained in:
Sébastien Crozet 2024-03-28 15:30:06 +01:00
parent 440d4a4681
commit 6b7305337f
No known key found for this signature in database
GPG Key ID: 92EBE6CA51F3D534
2 changed files with 10 additions and 1 deletions

View File

@ -4,7 +4,16 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.32.5] (28 March 2024)
## Fixed
- Fix numerical issue on SVD with near-identity matrix.
## [0.32.4] (19 Feb 2023)
### Added
- Add the `glam-0.25` feature to enable conversion from/to types from `glam` v0.25.
## [0.32.3] (09 July 2023)

View File

@ -1,6 +1,6 @@
[package]
name = "nalgebra"
version = "0.32.4"
version = "0.32.5"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."