Skip to content

0.3.1

Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 21 Mar 18:17
· 451 commits to master since this release
93b3e1f

0.3.1 (21.03.2021)

added

  • plot function for MeasurementChain [#288]

ASDF

  • remove the additionalProperties restriction
    from single_pass_weld-1.0.0.schema.yaml [#283]
  • allow scalar integer value in anyOf of time_series-1.0.0.yaml to
    fix #282 [#286]
  • add examples to schema files [#274]

changes

  • plot_graph of the CSM now renders static and time-dependent edges differently
    [#291]
  • use pint compatible array syntax in IsoBaseGroove.to_profile()
    methods [#189]
  • CSM and LCS plot function get a scale_vectors parameter. It scales the plotted coordinate system vectors when using
    matplotlib as backend [#293]

fixes

  • A warning is now emitted if a LocalCoordinateSystem drops a provided time during construction. This usually happens
    if the coordinates and orientation only contain a single data point.
    [#285]