We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7a561 commit 59bcdc2Copy full SHA for 59bcdc2
CHANGELOG.md
@@ -4,7 +4,7 @@ documented here.
4
5
This project adheres to [Semantic Versioning](https://semver.org/).
6
7
-## [0.25.3] - WIP
+## [0.25.3]
8
### Added
9
- The `Vector::simd_cap_magnitude` method to cap the magnitude of the a vector with
10
SIMD components.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nalgebra"
3
-version = "0.25.2"
+version = "0.25.3"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices."
0 commit comments