felipeZ / eigenvalues

symmetric matrices algorithms to compute eigenvalue/eigenvector pairs
Apache License 2.0
42 stars 11 forks source link

Bump `approx` and `nalgebra` Dependencies #22

Closed fosskers closed 3 years ago

fosskers commented 3 years ago

Both recently had updates, should be a harmless change.

Also, the released version of eigenvalues currently on crates.io requires nalgebra < 0.25, while the current is 0.27, so it might be beneficial to make a release.

Cheers!

felipeZ commented 3 years ago

@fosskers thanks for the PR!