Release v0.31.3
This commit is contained in:
parent
0d9adec0ab
commit
1eb5cc2851
|
@ -4,6 +4,15 @@ documented here.
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
|
## [0.31.3] (30 Oct. 2022)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Add `Matrix::try_cast` to attempt casting the inner scalar types when that cast may fail.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fixed the usage of `CheckBytes` with `rkyv`.
|
||||||
|
|
||||||
## [0.31.2] (09 Oct. 2022)
|
## [0.31.2] (09 Oct. 2022)
|
||||||
|
|
||||||
### Modified
|
### Modified
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nalgebra"
|
name = "nalgebra"
|
||||||
version = "0.31.2"
|
version = "0.31.3"
|
||||||
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