Félix Chénier

Results 26 issues of Félix Chénier

Good morning I don't know if you run in the same problem, but following your instructions for including my package documentation, I get this message: ``` WARNING: toctree directive not...

Now that every TimeSeries' method has an `in_place` option, it's not true that the return values are copies of the TimeSeries. It may be the modified TimeSeries itself. This should...

documentation

Having to sort events (https://kineticstoolkit.uqam.ca/doc/timeseries_event_management.html#sorting-events) is just confusing. If we are looking for a given occurrence of an event, it should be obvious that this occurrence should happen in time...

enhancement

ktk.geometry should have methods to convert between series of frames and series of quaternions/translations. This could be very practical in many situations. For example, this real issue we have at...

enhancement

**Describe the bug** If a C3D file has two or more trajectories with the same name, only one of those trajectories will be loaded. This is "expected" as trajectories are...

bug
severity:low

ezc3d doesn't import when NumPy 2 is installed. # NumPy 1 ``` conda create -n test1 python=3.12 numpy=1 ezc3d ``` In this case, this is the version of ezc3d that...