We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2f760 commit 6f99926Copy full SHA for 6f99926
CHANGELOG.md
@@ -1,7 +1,11 @@
1
# Changelog
2
3
-## [0.2.0] - 2024-08-28
+## [0.2.1] - 2025-05-14
4
5
### Changed
6
+- Fix LOBPCG error message
7
+
8
+## [0.2.0] - 2024-08-28
9
10
+### Changed
11
- Update ndarray to 0.16 along with associated dependencies
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linfa-linalg"
-version = "0.2.0"
+version = "0.2.1"
edition = "2018"
authors = ["Yuhan Lin <[email protected]>"]
license = "MIT/Apache-2.0"
0 commit comments