v0.3
- added faster method by Choi 2022 which improves upon the CCD algorithm by Spinu.
- the vanilla function now accepts an argument called
method
, whose available values are"spinu"
(default, for backwards compatibility reasons) and"choi"
for Choi's method.