Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Dec 3, 2019
1 parent 92cdce1 commit de63cb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fitting"
version = "0.2.0"
version = "0.2.1"
authors = ["Masaharu TASHIRO <masatsr.kit@gmail.com>"]
edition = "2018"

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Curve fitting library for Rust

## Updates

### 0.2.1

- Error handing changed. Some functions returns Result instead of Option.
- linalg.solve() is improved. Now it can solve NxM array with pivoting.

### 0.2.0

- Using ndarray instead of nested Vec
Expand Down

0 comments on commit de63cb3

Please # to comment.