Tianyi Shi

Results 16 issues of Tianyi Shi

Currently, when we have `selectLab` and `labCol` with multiple values, the order of the colors is not consistent with `selectLab`. An example (extended from the first example in the vignette):...

The complex but stable (API unlikely to change) algorithms in `math::nq` seems to be good subjects of benchmarking. Benchmarks will help those who want to improve their performance.

Currently this crate has no tests and only 1 example. I think it would be better to have more of them.

I am using skbio version `0.5.6`. The implementation of affine gap penalty (i.e. specifying `gap_open` and `gap_extend`) is conceptually not correct. ### Describe the problem #### Steps to reproduce An...

I was reinventing the wheel yesterday (https://github.com/TianyiShi2001/romkan ) before I realize there is already a kana-romaji conversion library here, and this library proved to be faster than mine. However, I...

Personally I think it's better to use `.get_pixel_unchecked` since there exist `.get_unchecked()` and `.get_unchecked_mut` for std slices. Additionally, would `.get_pixel_unchecked_mut` be useful?

kind: API