weldx icon indicating copy to clipboard operation
weldx copied to clipboard

The welding data exchange format

Results 43 weldx issues
Sort by recently updated
recently updated
newest added

## Changes - add Python 3.12 to pytest runs - switch Python 3.9 -> 3.10 in some default runs ## Related Issues ## Checks - [ ] updated `CHANGELOG.md` -...

no-changelog-entry-needed
dependencies

Refactor code based on new major version of important packages. This issue should help collect and track different updates. ## ASDF target version `>=3.2` ### relevant changes - https://github.com/asdf-format/asdf/pull/1468 ##...

update the `README.md` file to show code and screenshots / gifs of the main features

documentation

- https://docs.xarray.dev/en/stable/whats-new.html#v2023-09-0-sep-26-2023 - https://docs.xarray.dev/en/stable/whats-new.html#v2024-03-0-mar-29-2024 - https://github.com/pydata/xarray/pull/8711

xarray
enhancement

## Changes asdf is working on making the current development version of the ASDF standard (1.6.0) stable (see https://github.com/asdf-format/asdf/pull/1744 for details). As the 1.6.0 version contains new versions of a...

``` warning : /home/marscher/miniforge3/envs/wx/lib/python3.12/site-packages/weldx/asdf/util.py:13: AsdfDeprecationWarning: importing SerializationContext from asdf.asdf is deprecated. Please import SerializationContext from asdf.extension from asdf.asdf import SerializationContext warning : /home/marscher/miniforge3/envs/wx/lib/python3.12/site-packages/weldx/asdf/types.py:7: AsdfDeprecationWarning: importing SerializationContext from asdf.asdf is deprecated....

ASDF
deprecation

`/weldx/config.py:8: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources`

low priority

It appears that ASDF internals are being patched to override writing of inline arrays. https://github.com/BAMWelDX/weldx/blob/c2ee9b1f7cb8df8b2f4723884341e9e20dcd0d50/weldx/asdf/util.py#L142-L143 which was introduced in https://github.com/BAMWelDX/weldx/pull/469 This is producing yaml (like the following except taken from...

[numexpr](https://github.com/pydata/numexpr) could be an interesting faster alternative to `sympy` in simple cases (but not sure if `xarray` inputs are supported)

xarray
low priority
enhancement

While refactoring the LCS tutorial I used the `from_euler` functions a lot. They currently require something like this: ~~~ python WelDXClass.from_euler(sequence="x", angles=[1], degrees=False) ~~~ The combined parameters `angles` and `degrees`...

transformations
units
refactor