Update changelog.

This commit is contained in:
sebcrozet 2019-08-27 20:53:54 +02:00 committed by Sébastien Crozet
parent cfb654240c
commit f0324c67b1
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ documented here.
This project adheres to [Semantic Versioning](https://semver.org/).
## [0.19.0] - WIP
### Added
* `.remove_rows_at` and `remove_columns_at` which removes a set of rows or columns (specified by indices) from a matrix.
## [0.18.0]
This release adds full complex number support to nalgebra. This includes all common vector/matrix operations as well
as matrix decomposition. This excludes geometric type (like `Isometry`, `Rotation`, `Translation`, etc.) from the