Releases: Jutho/VectorInterface.jl
Releases · Jutho/VectorInterface.jl
v0.5.0
VectorInterface v0.5.0
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 inStackOverflowError
(#19)
v0.4.9
VectorInterface v0.4.9
v0.4.8
VectorInterface v0.4.8
Merged pull requests:
Closed issues:
- Promotion of
Bool
andZero
/One
leads to stackoverflow. (#20)
v0.4.7
VectorInterface v0.4.7
Merged pull requests:
- Bump julia-actions/cache from 1 to 2 (#16) (@dependabot[bot])
v0.4.6
VectorInterface v0.4.6
v0.4.5
VectorInterface v0.4.5
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
VectorInterface v0.4.4
- Fixes an issue where
scale!!(y, x, a)
does not take into account the scalartype ofy
.
Merged pull requests:
Closed issues:
- Bangbang methods fail for mixed scalar types (#10)
v0.4.3
VectorInterface v0.4.3
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#9) (@dependabot[bot])
v0.4.2
VectorInterface v0.4.2
Merged pull requests:
v0.4.1
VectorInterface v0.4.1
Merged pull requests: