Skip to content

Commit c0f4ee6

Browse files
committed
Release v0.23.1
1 parent 857ce13 commit c0f4ee6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ documented here.
44

55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7-
## [0.23.0] - WIP
7+
## [0.23.1]
8+
In this release we improved the documentation of the matrix and vector types by:
9+
- Grouping `impl` bocks logically, adding a title comment to these impl blocks.
10+
- Reference these impl blocks docs at the top of the documentation page for `Matrix`.
11+
- Reduce the depth of type aliasing. Now all vector and matrix types are aliases of `Matrix`
12+
directly (instead of being aliases for other aliases).
13+
14+
## [0.23.0]
815

916
### Added
1017
* The `.inverse_transform_unit_vector(v)` was added to `Rotation2/3`, `Isometry2/3`, `UnitQuaternion`, and `UnitComplex`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nalgebra"
3-
version = "0.23.0"
3+
version = "0.23.1"
44
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
55

66
description = "Linear algebra library with transformations and statically-sized or dynamically-sized matrices."

0 commit comments

Comments
 (0)