Skip to content

0.5.1

Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 04 Nov 15:22
· 254 commits to master since this release
1128a45

0.5.1 (04.11.2021)

added

  • Time.duration to get the covered duration of the data and
    Time.resample to get a new Time instance with resampled time data
    within the same boundaries as the original object [#603]
  • Added weldx.geometry.SpatialData.limits to calculate coordinate
    boundaries. [#604]
  • Added weldx.asdf.util.get_schema_tree utility to display schema
    files. [#610]

changes

  • All public interfaces of the weldx.geometry module classes now
    require the usage of units and support unit strings as inputs.
    [#588]
  • CoordinateSystemManager.time_union now returns a Time instance
    instead of a pandas type [#603]
  • SpatialData now supports time dependent data. [#612]
  • Renamed the parameter coordinate_system_name of
    CoordinateSystemManager.assign_data to reference_system and
    added the parameter target_system. If the latter one is not
    None, the data will be transformed and stored at this coordinate
    system. [#612]
  • improve dimension handling of SpatialData [#622]
  • The MathematicalExpression now supports xarray.DataArray as
    parameters. Furthermore, multidimensional parameters of a
    MathematicalExpression that is passed to a TimeSeries are no
    longer required to have an extra dimension that represents time.
    [#621]

fixes

  • fix broken Time.all_close to now work as intended [#603]
  • fix weldx.asdf.util.get_yaml_header to work correctly with windows
    line endings. [#609]

documentation

ASDF

  • fix process missing as required property in
    single_pass_weld-0.1.0.yaml [#627]

deprecations

  • removed welding.util.lcs_coords_from_ts [#620]

dependencies

  • adjust code to support pint 0.18 unit formatting. [#616]

Merged PRs

Full Changelog: v0.5.0...v0.5.1