Skip to content

0.6.1

Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 19 May 10:24
· 152 commits to master since this release
3e307fc

0.6.1 (19.05.2022)

Release 0.6.1 moves advanced plotting functions over to the weldx-widgets package and includes minor bugfixes.

changes

  • WeldxFile now raises a KeyError, if the user tries to directly read or manipulate a protected ASDF keyword
    within the file. [#759]

fixes

  • Fix interactive view_tree display [#756].
  • Increase mypy coverage and update type hints and GH action [#753].

dependencies

  • weldx now (optionally) requires weldx_widgets to visualize coordinate systems/manager [#749].
  • NumPy is not required as a build time dependency anymore, as Bottleneck now provides binaries on PyPI [#749].
  • Set networkx<=2.8.0 to allow Python deepcopy of CoordinateSystemManager [#761].

What's Changed

Full Changelog: v0.6.0...v0.6.1