Skip to content

Commit de63cb3

Browse files
committed
0.2.1
1 parent 92cdce1 commit de63cb3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fitting"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Masaharu TASHIRO <[email protected]>"]
55
edition = "2018"
66

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Curve fitting library for Rust
1111

1212
## Updates
1313

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+
1419
### 0.2.0
1520

1621
- Using ndarray instead of nested Vec

0 commit comments

Comments
 (0)