0.5.1
0.5.1 (04.11.2021)
added
Time.duration
to get the covered duration of the data and
Time.resample
to get a newTime
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 aTime
instance
instead of a pandas type [#603]SpatialData
now supports time dependent data. [#612]- Renamed the parameter
coordinate_system_name
of
CoordinateSystemManager.assign_data
toreference_system
and
added the parametertarget_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 supportsxarray.DataArray
as
parameters. Furthermore, multidimensional parameters of a
MathematicalExpression
that is passed to aTimeSeries
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
- move the schema documentation to BAMWelDX/weldx-standard [#594]
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
- enable manual workflow dispatch by @CagtayFabry in #593
- add md conversion hint in RELEASE.md by @CagtayFabry in #595
- add zenodo badge to README.rst by @CagtayFabry in #598
- update meta.yaml by @CagtayFabry in #596
- change docs artifact condition by @CagtayFabry in #599
- Update unit handling of geometry package by @vhirtham in #588
- Split docs build by @CagtayFabry in #594
SpatialData.limits()
& k3d updates by @CagtayFabry in #604- Time improvements by @vhirtham in #603
- add get_schema_tree by @CagtayFabry in #610
- k3d limits & colormap by @CagtayFabry in #613
- Limit pint version by @vhirtham in #615
- Support time dependent
SpatialData
by @vhirtham in #612 - pint 0.18 by @CagtayFabry in #616
- support windows style lineendings in
read_yaml_header
by @CagtayFabry in #609 - k3d changes by @CagtayFabry in #617
- remove deprecated code by @CagtayFabry in #620
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #623
- handle SpatialData dimensions by @CagtayFabry in #622
- Add xarray support to
MathematicalExpression
by @vhirtham in #621 - add
process
as required in single_pass_weld-0.1.0.yaml by @CagtayFabry in #627 - v0.5.1 by @CagtayFabry in #628
Full Changelog: v0.5.0...v0.5.1