Skip to content

Releases: JuliaLinearAlgebra/BandedMatrices.jl

v1.6.0

10 Mar 15:24
a44ab1d
Compare
Choose a tag to compare

BandedMatrices v1.6.0

Diff since v1.5.0

Merged pull requests:

v1.5.0

05 Feb 11:30
7467758
Compare
Choose a tag to compare

BandedMatrices v1.5.0

Diff since v1.4.1

Merged pull requests:

  • Use MulAdd's CZeros to remove duplicate zero-fill (#424) (@jishnub)
  • parent(::BandedMatrix) returns the underlying data (#425) (@jishnub)
  • Fix version from v1.6.0 to v1.5.0 (#426) (@jishnub)

v1.4.1

02 Feb 06:02
03a54ea
Compare
Choose a tag to compare

BandedMatrices v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

15 Dec 12:35
40ecd59
Compare
Choose a tag to compare

BandedMatrices v1.4.0

Diff since v1.3.1

Merged pull requests:

v1.3.1

07 Dec 05:12
592b73f
Compare
Choose a tag to compare

BandedMatrices v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

03 Dec 14:29
00ad0aa
Compare
Choose a tag to compare

BandedMatrices v1.3.0

Diff since v1.2.1

Merged pull requests:

v1.2.1

18 Nov 16:02
b3978a9
Compare
Choose a tag to compare

BandedMatrices v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

06 Nov 14:30
87a1ace
Compare
Choose a tag to compare

BandedMatrices v1.2.0

Diff since v1.1.0

Merged pull requests:

  • Band views of SubArrays of BandedMatrices (#405) (@jishnub)
  • Accessor function instead of field access in checkbandmatch (#406) (@jishnub)
  • Add compat bounds for stdlibs (#407) (@jishnub)

Closed issues:

  • When to use BandedMatrices over static arrays? (#391)

v1.1.0

09 Oct 06:52
0b24d5a
Compare
Choose a tag to compare

BandedMatrices v1.1.0

Diff since v1.0.0

Merged pull requests:

  • show for BandedMatrix may print the constructor (#404) (@jishnub)

Closed issues:

  • Tag 1.0 (#149)
  • Error on using with latest release? (#178)
  • Tag v1.0 (#290)

v1.0.0

03 Oct 15:30
ea56397
Compare
Choose a tag to compare

BandedMatrices v1.0.0

Diff since v0.17.38

Merged pull requests:

Closed issues:

  • Why is BandedMatrix mutable? (#291)
  • isbanded should not be exported (#357)