Skip to content

Commit

Permalink
Some news
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Aug 13, 2018
1 parent e411c14 commit 6bb6e68
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Update v0.0.3

- Upgraded the package to work on Julia 1.0
- Renamed some functions to be more in line with LinearAlgebra.jl:

```julia
reig -> reigen
rsvdfact -> rsvd
idfact -> id

svdfact_restricted -> svd_restricted
svdfact_re -> svd_re
eigfact_restricted -> eigen_restricted
eigfact_re -> eigen_re
eigfact_nystrom -> eigen_nystrom
eigfact_onepass -> eigen_onepass
```

0 comments on commit 6bb6e68

Please sign in to comment.