You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,17 @@ All notable Changes to the Julia package `LieGroups.jl` will be documented in th
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.7] 2025-10-28
9
+
10
+
### Added
11
+
12
+
*`NestedPowerRepresentation` and `NestedReplacingPowerRepresentation` are now re-exported from `ManifoldsBase.jl`.
13
+
*`getindex` access to parts of a point of tangent vector represented by a matrix with `:Rotation` and `:Translation` as indices. For example, when `g` is a point on any variant of the special euclidean group, `g[G, :Translation]` will return the translation part of `g` regardless of whether `G` is the left or right semidirect product even when `g` is a matrix.
0 commit comments