Skip to content

v0.6.9

Latest
Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 19 Nov 10:11
· 2 commits to master since this release
c8457bf

0.6.9 (19.11.2024)

Changes

  • added support for homogeneous transformation matrices [{pull}949]:
  • added create_cs_from_homogeneous_transformation to CoordinateSystemManager
  • added from_homogeneous_transformation to LocalCoordinateSystem
  • added as_homogeneous_matrix to LocalCoordinateSystem

Fixes

  • rename (fix typo) argument to lcs_child_in_parent in CoordinateSystemManager.add_cs [{pull}936].
  • replace usages of pkg_resources with importlib.metadata [{pull}941].
  • replace usages of copy_arrays with memmap for asdf>=3.1.0 [{pull}940].

Dependencies

  • pin weldx-widgets>=0.2.3 for viz [{pull}939].
  • pin pint>=0.21 [{pull}941].
  • pin python<3.13 [{pull}896].
  • pin asdf<4 [{pull}952].

What's Changed

New Contributors

Full Changelog: v0.6.8...v0.6.9