Skip to content

Releases: JuliaLinearAlgebra/BandedMatrices.jl

v0.11.1

11 Sep 08:35
v0.11.1
5906992
Compare
Choose a tag to compare

v0.11.1 (2019-09-10)

Diff since v0.11.0

Merged pull requests:

v0.11.0

03 Sep 09:26
v0.11.0
b2f1809
Compare
Choose a tag to compare

v0.11.0 (2019-09-03)

Diff since v0.10.1

Closed issues:

  • precompilation failure on julia v1.3 (#125)
  • Operations with mismatched dimensions (#118)

Merged pull requests:

v0.10.1

23 Aug 08:44
v0.10.1
409aed0
Compare
Choose a tag to compare

v0.10.1 (2019-08-22)

Diff since v0.10.0

Merged pull requests:

v0.10.0

19 Aug 13:17
v0.10.0
ce6ff41
Compare
Choose a tag to compare

v0.10.0 (2019-08-16)

Diff since v0.9.4

Closed issues:

  • WARNING: could not import LinearAlgebra._apply_ipiv! into BandedMatrices (#120)

Merged pull requests:

v0.9.4

31 Jul 21:28
v0.9.4
a782fa3
Compare
Choose a tag to compare

v0.9.4 (2019-07-31)

Diff since v0.9.3

Merged pull requests:

v0.9.3

16 Jul 19:57
v0.9.3
Compare
Choose a tag to compare

v0.9.3 (2019-07-16)

Diff since v0.9.2

Merged pull requests:

v0.9.2

06 Jun 15:09
v0.9.2
ecfc195
Compare
Choose a tag to compare

v0.9.2 (2019-06-03)

Diff since v0.9.1

Closed issues:

  • axpy! calling dense generic code (#109)
  • Error tagging new release (#106)
  • v1.2: could not import LinearAlgebra.has_offset_axes into BandedMatrices (#88)
  • Support LU.L and LU.U for BandedLU (#58)

v0.9.1

21 Apr 21:47
Compare
Choose a tag to compare
v0.9.0

Updated QR, QL, and LU, and symmetric eigensolvers

23 Mar 16:53
Compare
Choose a tag to compare

Update for LazyArrays 0.6, LdLt factorization

15 Feb 00:58
e7d02f8
Compare
Choose a tag to compare
Update for LazyArrays 0.6 (#89)

* update for LazyArrays 0.6

* update Mul usage

* avoid upper triangular ambiguity

* Fix NaN bug in Julia 1.1

* Bump LazyArrays