Hi @haampie, is there a reason this package doesn't export a function `eigs` satisfying the old interface? it looks like the correct way to use it is ```julia function eigs(A; kwargs) schur_to_eigen(partial_schur(A; kwargs...)[1]) end ``` Is there something else to it?