We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92cdce1 commit de63cb3Copy full SHA for de63cb3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fitting"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["Masaharu TASHIRO <[email protected]>"]
5
edition = "2018"
6
README.md
@@ -11,6 +11,11 @@ Curve fitting library for Rust
11
12
## Updates
13
14
+### 0.2.1
15
+
16
+- Error handing changed. Some functions returns Result instead of Option.
17
+- linalg.solve() is improved. Now it can solve NxM array with pivoting.
18
19
### 0.2.0
20
21
- Using ndarray instead of nested Vec
0 commit comments