0.6.2
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 themulti_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 ofDynamicShapeSegment
#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
- [doc] fix scipy intersphinx mapping (again) by @marscher in #765
- [doc] fix pattern for extlinks, use Sphinx-bundled (up2date) napoleon by @marscher in #766
- Revert "set networkx<=2.8.0" by @marscher in #763
- create and use data_models/terms by @marscher in #768
- Update CSM tutorial by @vhirtham in #767
- Fix length computation sympy by @marscher in #770
- Fix documentation build failure by @vhirtham in #780
- Fix build failure by @vhirtham in #783
- use license_files by @CagtayFabry in #784
- Update LCS tutorial by @vhirtham in #775
- Update multi-pass-weld schema description by @vhirtham in #781
- Add a test for quality standards and update the quality standard tutorial by @vhirtham in #777
- Add test for quality standard template by @vhirtham in #788
- Add test case for TimeSeries validation with wx_units by @vhirtham in #789
- Update
MultiPassWeld
schema by @vhirtham in #790 - Update
TimeSeries
handling of absolute times by @vhirtham in #791 - Add section about time-dependent
SpatialData
to CSM tutorial by @vhirtham in #792 - Fix CI (quality_standards_demo) by @vhirtham in #797
- Fix k3d in RTD documentation by @vhirtham in #798
- Add CSM introduction for the new tutorial series by @vhirtham in #793
- Add
MeasurementChain
introduction for new tutorial series by @vhirtham in #796 - Migrate from setup.cfg to pyproject.toml by @marscher in #774
- update zenodo link in README by @CagtayFabry in #803
- update link to weldx tutorial files for v0.6.0 by @CagtayFabry in #804
- Update rtd_environment.yml by @CagtayFabry in #806
- pin xarray to <2022.09.0 by @marscher in #811
- Conda recipe fix deps by @marscher in #809
- Generated jupyter notebook cell ids (required for jupyter notebook format 4.5+) by @marscher in #808
- [sphinx] generate intersphinx mapping with matching version numbers by @marscher in #815
- Fix pint-0.20 support and fix test warnings by @marscher in #818
- Fix pint intersphinx by @marscher in #820
- Split up core in smaller sub modules by @marscher in #821
- v0.6.2 by @CagtayFabry in #822
Full Changelog: v0.6.1...v0.6.2