We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24757a commit 1fb11aaCopy full SHA for 1fb11aa
CHANGELOG.md
@@ -7,6 +7,10 @@
7
- rename (fix typo) argument to `lcs_child_in_parent` in `CoordinateSystemManager.add_cs` \[{pull}`936`\].
8
- replace usages of `pkg_resources` with `importlib.metadata` \[{pull}`941`\].
9
- replace usages of `copy_arrays` with `memmap` for `asdf>=3.1.0` \[{pull}`940`\].
10
+- added support for homogeneous transformation matrices:
11
+ - added `create_cs_from_homogenous_transformation` to `CoordinateSystemManager`
12
+ - added `from_homogeneous_transformation` to `LocalCoordinateSystem`
13
+ - added `as_homogeneous_matrix` to `LocalCoordinateSystem`
14
15
### Dependencies
16
0 commit comments