0.6.1
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 aKeyError
, 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) requiresweldx_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 ofCoordinateSystemManager
[#761].
What's Changed
- Update changlog link by @vhirtham in #750
- Minor changes by @marscher in #751
- Use weldx-widgets to reduce dependencies of weldx by @marscher in #749
- remove old visualization modules by @CagtayFabry in #755
- convert to base types for view_tree by @CagtayFabry in #756
- convert to base types for view_tree [fix] by @CagtayFabry in #758
- update zenodo badge by @CagtayFabry in #760
- [wxfile] raise KeyError for non-existent keys. by @marscher in #759
- set networkx<=2.8.0 by @CagtayFabry in #761
- Install dependencies for MyPy analysis by @marscher in #753
Full Changelog: v0.6.0...v0.6.1