Releases: haampie/IncompleteLU.jl
Releases · haampie/IncompleteLU.jl
v0.2.1
IncompleteLU v0.2.1
Diff since v0.2.0
Closed issues:
- Problem with ilu() for general matrix (#20)
- ILU takes an unexpected amount of time (#23)
Merged pull requests:
- Use QuickSort (exported) instead of QuickSortAlg() (#24) (@j-fu)
- Create LICENSE (#25) (@haampie)
v0.2.0
IncompleteLU v0.2.0
Diff since v0.1.3
Closed issues:
- Add support for complex matricies (#3)
- Error with Int32 rowvals (#4)
Merged pull requests:
- Allow all kinds of value and index types (#17) (@haampie)
v0.1.3
IncompleteLU v0.1.3
Diff since v0.1.2
Closed issues:
- performance regression on \ (#13)
Merged pull requests:
v0.1.2
Export triangular solve methods.
V0.1.1
Adds some inbounds annotations
First official release for Julia 1.0
v0.1.0
Improve the readme