Release v0.16.6

This commit is contained in:
sebcrozet 2018-10-27 16:39:50 +02:00
parent bfab204a24
commit d35c29b589
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Add `.dot` to quaternions.
* Add `.zip_zip_map` for iterating on three matrices simultaneously, and applying a closure to them.
* Add `.slerp` and `.try_slerp` to unit vectors.
* Add `.lerp` to vectors.
* Add `.to_projective` and `.as_projective` to `Perspective3` and `Orthographic3` in order to
use them as `Projective3` structures.
* Add `From/Into` impls to allow the conversion of any transformation type to a matrix.

View File

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