Skip to content

Releases: JuliaLinearAlgebra/BandedMatrices.jl

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

Support Julia v1.1

31 Dec 18:02
Compare
Choose a tag to compare
v0.8.1

Update for Julia v1.1

Support Diagonal in banded algebra

05 Dec 19:39
Compare
Choose a tag to compare
v0.8.0

Improve backward compatibilty

Update for latest LazyArrays, support Diagonal * Banded

09 Nov 05:16
dd0b2ec
Compare
Choose a tag to compare
Use materialize Mul for * (#81)

* Use materialize(::Mul)

* work on lazy ldiv

* Diagonal * Banded multiplication

* subbandedarrays now produce BandedMatrix

* Simplify indexing

* test SymTridiagonal interopability

* Fix lu

* Don't import InverseLayout

* Bump REQUIRE

* Fix REQUIRE