Release v0.32.5
This commit is contained in:
parent
440d4a4681
commit
6b7305337f
|
@ -4,7 +4,16 @@ documented here.
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
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)
|
## [0.32.4] (19 Feb 2023)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- Add the `glam-0.25` feature to enable conversion from/to types from `glam` v0.25.
|
- Add the `glam-0.25` feature to enable conversion from/to types from `glam` v0.25.
|
||||||
|
|
||||||
## [0.32.3] (09 July 2023)
|
## [0.32.3] (09 July 2023)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
version = "0.32.4"
|
version = "0.32.5"
|
||||||
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
|
||||||
|
|
||||||
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
|
||||||
|
|
Loading…
Reference in New Issue