BAMWelDX / weldx

The welding data exchange format
https://www.bam.de/weldx
BSD 3-Clause "New" or "Revised" License
19 stars 9 forks source link

consider adding support for `numexpr` #858

Open CagtayFabry opened 1 year ago

CagtayFabry commented 1 year ago

numexpr could be an interesting faster alternative to sympy in simple cases (but not sure if xarray inputs are supported)

marscher commented 1 year ago

There is a proposal to add eval to XArray (only Datasets though), but is seems stalled https://github.com/pydata/xarray/pull/7163

marscher commented 1 year ago

And even it would be added, we would first need to come up with a proper solution for https://github.com/BAMWelDX/weldx/issues/810

CagtayFabry commented 1 year ago

And even it would be added, we would first need to come up with a proper solution for #810

yes we should certainly look into restoring xarray compatibility before anything else