Félix Chénier

Results 25 issues of Félix Chénier

Good morning Jeremy I first want to thank you for this very solid program to make Trello backups. I was increasingly fearing a catastrophic failure since I always have more...

**Describe the bug** When a TimeSeries has multidimensional data shape but first dimension is 0 (no data), its to_dataframe() method doesn't produce the right DataFrame columns. **To Reproduce** df =...

bug
severity:low

Related to https://github.com/pyomeca/ezc3d/issues/264 No workaround for now, apart from patching `ezc3d/__init__.py`.

bug

**Describe the bug** SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. **To Reproduce** Compile for pypi **Expected behavior** No warning.

bug
severity:low

Obsolete (or not) the numerous parameters of detect_cycle, and instead program: detect_cycles(ts, event_name1, event_name2, thresholds, min_duration1, max_duration1, ....) -> TimeSeries find_cycles(ts, event_name1, event_name2, min_duration1, max_duration1, ...) -> List[int] remove_cycles(ts, event_name1,...

enhancement

**Is your feature request related to a problem? Please describe.** When loading ktk in lab mode in IPython, the default repr for dictionaries is changed so that big, nested dicts...

enhancement

Salut encore Benjamin I have a problem when trying to add events to a new c3d file. You python unit test for c3d.add_event() works well: 1. Reading a c3d file...

### Describe the bug **context** When I add a string in either/both of extra_navbar and extra_footer, these strings are ignored. The navbar still shows the "Theme by the Executable Book...

bug

Hi I'm sure you are aware of it since I see some bug reports relative to NumPy, but I have this problem with numpy arrays of integers: ```python from beartype...

As discussed here: https://github.com/orgs/kineticstoolkit/discussions/116#discussioncomment-8644282 It's possible to store full transform matrices in c3d files. These transforms are supported by ezc3d. It would be logical to be able to read/write those...

enhancement
standby