Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 18:44
· 1 commit to main since this release
eceb575

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)