Skip to content

Releases: QuantumKitHub/VectorInterface.jl

v0.5.0

14 Nov 18:44
eceb575

Choose a tag to compare

VectorInterface v0.5.0

Diff since v0.4.9

This version adds a MinimalVec type that wraps an AbstractVector instance in such a way that only the methods defined by VectorInterface.jl are available. MinimalVec instances can thus be used to test algorithms that are intended to work with any object type that implements the VectorInterface.jl methods.

Merged pull requests:

Closed issues:

  • scale!!(::SparseVector, ::SparseVector, x) results in StackOverflowError (#19)

v0.4.9

12 Nov 21:00

Choose a tag to compare

VectorInterface v0.4.9

Diff since v0.4.8

v0.4.8

06 Nov 13:42
58097da

Choose a tag to compare

VectorInterface v0.4.8

Diff since v0.4.7

Merged pull requests:

  • Fix ambiguity for promoting Bool, Zero and One (#21) (@lkdvos)

Closed issues:

  • Promotion of Bool and Zero/One leads to stackoverflow. (#20)

v0.4.7

04 Nov 22:49

Choose a tag to compare

VectorInterface v0.4.7

Diff since v0.4.6

Merged pull requests:

v0.4.6

13 Jun 12:53

Choose a tag to compare

VectorInterface v0.4.6

Diff since v0.4.5

v0.4.5

19 Apr 10:16
897bfef

Choose a tag to compare

VectorInterface v0.4.5

Diff since v0.4.4

Merged pull requests:

  • Bump julia-actions/setup-julia from 1 to 2 (#13) (@dependabot[bot])
  • Rewrite AbstractArray non-inplace implementations using map (#14) (@lkdvos)
  • Fix stackoverflow for fallback of scalartype (attempt II) (#15) (@lkdvos)

Closed issues:

  • StackOverflowError in scalartype (#12)

v0.4.4

09 Feb 12:20
131ec00

Choose a tag to compare

VectorInterface v0.4.4

Diff since v0.4.3

  • Fixes an issue where scale!!(y, x, a) does not take into account the scalartype of y.

Merged pull requests:

  • scale!!(y, x, a) considers scalartype of y for determining result type (#11) (@lkdvos)

Closed issues:

  • Bangbang methods fail for mixed scalar types (#10)

v0.4.3

05 Feb 23:23

Choose a tag to compare

VectorInterface v0.4.3

Diff since v0.4.2

Merged pull requests:

  • Bump codecov/codecov-action from 3 to 4 (#9) (@dependabot[bot])

v0.4.2

16 Oct 14:58

Choose a tag to compare

VectorInterface v0.4.2

Diff since v0.4.0

Merged pull requests:

v0.4.1

11 Sep 13:53

Choose a tag to compare

VectorInterface v0.4.1

Diff since v0.4.0

Merged pull requests: