Skip to content

0.6.2

Compare
Choose a tag to compare
@CagtayFabry CagtayFabry released this 07 Nov 14:16
· 106 commits to master since this release
a617b06

0.6.2 (07.11.2022)

Release 0.6.2 comes with new and updated tutorials and some minor fixes and code improvements.

added

  • New tutorial that demonstrates the usage of the CSM in conjunction with an existing WelDX file #793
  • New tutorial about the MeasurementChain class using an existing WelDX file #796

changes

  • weldx now requires pip to install (previously it could be installed by directly invoking setup.py) #774.
    From a users perspective nothing changes here, as the package was always recommended to be installed via pip.
  • Updated the outdated tutorial about the LocalCoordinateSystem #775
  • weld_seam is now a required field in the multi_pass_weld schema #790
  • Add section about time-dependent spatial data to the CoordinateSystemManager tutorial #792

fixes

  • MathematicalExpression now uses SciPy and NumPy in numerical function evaluation. This enables it to use
    advanced integration methods and fixes lengths computation of DynamicShapeSegment #770.
  • Fix errors in tutorial about quality standards #777
  • Correct wrong handling of absolute times of the TimeSeries class #791
  • Added support for Pint 0.20 #818.

What's Changed

Full Changelog: v0.6.1...v0.6.2