Releases: JuliaParallel/Elemental.jl
Releases · JuliaParallel/Elemental.jl
v0.6.0
Elemental v0.6.0
The Elemental C++ library is now provided as a JLL package, so it no longer needs to be built from source when installing Elemental.jl.
Closed issues:
- Link to Elemental library points to nirvana (#50)
- README single processor svd example does not work (#56)
- README simple example with MPI doesn't work (#57)
- README TSVD example does not work (#58)
Merged pull requests:
- update libelemental to v0.87.7 v2 (#49) (@andreasnoack)
- support ridge regression and pulling from DistMatrix to Array (#51) (@AStupidBear)
- Use Elemental_jll (#54) (@christopher-dG)
- Switch from REQUIRE to Project (#55) (@andreasnoack)
- Fix TSVD example from README and test it (#59) (@andreasnoack)
- Fix serial SVD examples from README by update convert methods to (#60) (@andreasnoack)
- Fix return code in tests and fix tests (#62) (@andreasnoack)
Version 0.5.0
Based on version 0.87.7 of Elemental.
Version 0.4.0
Now with LU
Version 0.3.0
The Julia 1.0 release
v0.2.0
Bump Julia to 0.6 and bump dependencies