Release v0.31.2

This commit is contained in:
Sébastien Crozet 2022-10-09 22:03:03 +02:00
parent 202a548a37
commit a752a4bbf5
2 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,16 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.31.2] (09 Oct. 2022)
### Modified
- Use `#[inline]` on the `Dim` implementation for `Const` to improve opt-level 1 performance.
- Make the `Point::new` constructions const-fn.
### Added
- Add `UnitVector::cast` to change the underlying scalar type.
## [0.31.1] (31 July 2022)
### Modified

View File

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