Martin K. Scherer

Results 168 comments of Martin K. Scherer

Python 3.13 has not been released yet. We should allow failures for this version in our matrix. The current failure is due to Pandas is not yet ready for 3.13....

Thanks! I will fix this is in wx-widgets then!

fixed the np 2.0 compat, but pint is not py 3.13 ready.

That would be a nice improvement indeed.

Do we want these gifs to be generated and stored inside the sphinx documentation? That way we could just link these files in readme, and do not need to store...

I think using this mock pattern was just a memory optimization. We are forced (are we?) to run through the serialization process to get the header. To avoid side effects...

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

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

I really like the simplicity of this API proposal. Especially the directly available plotting routines are a great benefit for the user. Also handling more different measurements becomes easier with...

That sounds interesting. What would be a use-case for storing the equations graph? What about forward compatibility, if we skip the parsing of the equation string and just rely that...