Skip to content

Releases: JuliaLinearAlgebra/LinearMaps.jl

v3.7.0

13 Jun 14:43
99bbc0e
Compare
Choose a tag to compare

LinearMaps v3.7.0

Diff since v3.6.2

Closed issues:

  • Why no getindex() ? (#38)
  • Doc Instructions for Transpose Insufficient for Full Functionality (#181)

Merged pull requests:

v3.6.2

05 May 19:33
df9ccd3
Compare
Choose a tag to compare

LinearMaps v3.6.2

Diff since v3.6.1

Closed issues:

  • Unnecessary temp allocation in mul! due to MulStyle(::ScaledMap) == ThreeArg() (#178)

Merged pull requests:

  • Define MulStyle(::ScaledMap) in terms of wrapped map (#179) (@dkarrasch)

v3.6.1

05 Apr 10:10
aa54eb3
Compare
Choose a tag to compare

LinearMaps v3.6.1

Diff since v3.6.0

Closed issues:

  • RestrictionMap/SamplingMap? (#134)

Merged pull requests:

v3.6.0

21 Mar 10:25
f8eaf98
Compare
Choose a tag to compare

LinearMaps v3.6.0

Diff since v3.5.1

Closed issues:

  • Support for arrays in addition to tuples in LinearCombination (#169)

Merged pull requests:

v3.5.1

04 Nov 12:06
e05375f
Compare
Choose a tag to compare

LinearMaps v3.5.1

Diff since v3.5.0

Merged pull requests:

  • Specialize Base.axes for [Composite/Adjoint/Transpose]Maps (#164) (@dkarrasch)

v3.5.0

21 Oct 12:32
e575b5f
Compare
Choose a tag to compare

LinearMaps v3.5.0

Diff since v3.4.1

Merged pull requests:

  • Overload axes for ScaledMap and LinearCombination (#162) (@krcools)

v3.4.1

21 Sep 17:02
bace949
Compare
Choose a tag to compare

LinearMaps v3.4.1

Diff since v3.4.0

Closed issues:

  • using eigs with LinearMap gives wrong ground state. (#146)
  • multiply by a transpose type (#147)
  • isposdef error for composite maps (#149)
  • Clash between hvcat in LinearAlgebra/src/uniformscaling.jl and LinearMaps/src/blockmap.jl (#158)
  • No warning for invalid sizes in FunctionMaps (#160)

Merged pull requests:

v3.4.0

13 Jul 14:26
744800a
Compare
Choose a tag to compare

LinearMaps v3.4.0

Diff since v3.3.1

Closed issues:

  • Positive definiteness of wrapped maps and sums (#152)

Merged pull requests:

v3.3.1

08 Jul 15:00
e4d3791
Compare
Choose a tag to compare

LinearMaps v3.3.1

Diff since v3.3.0

Closed issues:

  • Conversion of a LinearMap to Dense or Sparse Matrix (#144)
  • Positive definiteness of CompositeMaps (#148)
  • For a custom map L Matrix(L-L) is not a zero matrix (#155)
  • Issue with transpose map (#157)

Merged pull requests:

v3.3.0

30 Mar 13:24
032832e
Compare
Choose a tag to compare

LinearMaps v3.3.0

Diff since v3.2.4

Merged pull requests:

  • Allow wrapping of vectors, extend Kronecker product (#136) (@dkarrasch)