Thilo von Neumann

Results 15 issues of Thilo von Neumann

Reorders and groups columns from the same system. Numbers are now displayed with a monospaced font and aligned at the decimal dot. The sorting state is stored in the URL...

In #928 the issue came up that the behavior of `is_different` in `custom_containers` differs if numpy is installed vs when it is not installed. Here is an example: ```py >>>...

- Add all supported assignment options to the visualization (cp, tcp, orc, tcorc, greedy_dicp, ...) - Add entrypoint `meeteval-viz` - Add option to load a precomputed assignment from a `*_per_reco.json`...

Closes #110. Add the SISO WER as `meeteval.wer.sisower` to the high-level Python api. I named it `sisower` instead of `wer` to avoid conflicts with the module `meeteval.wer.wer`. I didn't change...

Reads the visualization data from the script block in the html file. Assumes that the data is dumped within a single line, which does not work for `--js-debug`. I also...