Skip to content

Releases: haampie/IncompleteLU.jl

v0.2.1

07 Nov 21:22
d75a3e7
Compare
Choose a tag to compare

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

29 Nov 20:01
Compare
Choose a tag to compare

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

29 Nov 14:36
Compare
Choose a tag to compare

IncompleteLU v0.1.3

Diff since v0.1.2

Closed issues:

  • performance regression on \ (#13)

Merged pull requests:

  • Fix performance regression due to abstract types (#14) (@haampie)
  • Try out continue on error (#15) (@haampie)

v0.1.2

05 Nov 18:14
c0e330c
Compare
Choose a tag to compare

Export triangular solve methods.

V0.1.1

04 Oct 09:52
Compare
Choose a tag to compare

Adds some inbounds annotations

First official release for Julia 1.0

30 Sep 16:25
Compare
Choose a tag to compare
v0.1.0

Improve the readme